Sha256: f1cfdad1627153c38680df56561cea0e790ccfee6a542381c76d1e88e25556de
Contents?: true
Size: 1.9 KB
Versions: 3
Compression:
Stored size: 1.9 KB
Contents
{ "resourceType": "CodeSystem", "id": "communication-category", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pc" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 } ], "url": "http://terminology.hl7.org/CodeSystem/communication-category", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.1076" } ], "version": "4.0.0", "name": "CommunicationCategory", "title": "CommunicationCategory", "status": "draft", "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": "Codes for general categories of communications such as alerts, instructions, etc.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/communication-category", "content": "complete", "concept": [ { "code": "alert", "display": "Alert", "definition": "The communication conveys an alert." }, { "code": "notification", "display": "Notification", "definition": "The communication conveys a notification." }, { "code": "reminder", "display": "Reminder", "definition": "The communication conveys a reminder." }, { "code": "instruction", "display": "Instruction", "definition": "The communication conveys an instruction." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems