Sha256: 9d29d4813ca057fb6b3786f4ddf017b4033e37a99c79128463a34c2399385ad4
Contents?: true
Size: 1.9 KB
Versions: 7
Compression:
Stored size: 1.9 KB
Contents
{ "resourceType": "CodeSystem", "id": "communication-category", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+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.4.1076" } ], "version": "4.0.1", "name": "CommunicationCategory", "title": "CommunicationCategory", "status": "draft", "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": "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
7 entries across 7 versions & 1 rubygems