{
"description": "Codes for general categories of communications such as alerts, instruction, etc.",
"_filename": "CodeSystem-communication-category.json",
"package_name": "hl7.fhir.r3.examples",
"date": "2019-10-24T11:53:00+11:00",
"meta": {
"lastUpdated": "2019-10-24T11:53:00+11:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "CommunicationCategory",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": null,
"package_version": "3.0.2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString": "Informative"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
} ],
"status": "draft",
"id": "3ff9eee4-981c-4324-9e77-d5b90b09afb1",
"valueSet": "http://hl7.org/fhir/ValueSet/communication-category",
"kind": null,
"url": "http://hl7.org/fhir/communication-category",
"identifier": {
"value": "urn:oid:2.16.840.1.113883.4.642.1.163",
"system": "urn:ietf:rfc:3986"
},
"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 instruction."
} ],
"caseSensitive": true,
"version": "3.0.2",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}