Sha256: ded9087dcf5b0bad55f1c92f9082ac537a84f2f9d80a971589c92362bf58d518
Contents?: true
Size: 1.72 KB
Versions: 3
Compression:
Stored size: 1.72 KB
Contents
{ "resourceType": "CodeSystem", "id": "document-mode", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+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.1.187" } ], "version": "4.0.0", "name": "DocumentMode", "title": "DocumentMode", "status": "active", "experimental": false, "date": "2018-12-27T22:37:54+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
3 entries across 3 versions & 1 rubygems