Sha256: 08228042a274f5ac3c1e53cb03b28206561ab105b55946e58b6df7b524664bb8
Contents?: true
Size: 1.72 KB
Versions: 7
Compression:
Stored size: 1.72 KB
Contents
{ "resourceType": "CodeSystem", "id": "document-mode", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "normative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", "valueCode": "4.0.0" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 5 } ], "url": "http://hl7.org/fhir/document-mode", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.187" } ], "version": "4.0.1", "name": "DocumentMode", "title": "DocumentMode", "status": "active", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "Whether the application produces or consumes documents.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/document-mode", "content": "complete", "concept": [ { "code": "producer", "display": "Producer", "definition": "The application produces documents of the specified type." }, { "code": "consumer", "display": "Consumer", "definition": "The application consumes documents of the specified type." } ] }
Version data entries
7 entries across 7 versions & 1 rubygems