LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Engagement Communication Mode Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "eng-communication-mode",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-communication-mode</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">chat<a name=\"eng-communication-mode-chat\"> </a></td><td>Chat</td><td>Conversational chat messaging</td></tr><tr><td style=\"white-space:nowrap\">email<a name=\"eng-communication-mode-email\"> </a></td><td>Email</td><td>Email messaging</td></tr><tr><td style=\"white-space:nowrap\">mail<a name=\"eng-communication-mode-mail\"> </a></td><td>Mail</td><td>Postal mail messaging</td></tr><tr><td style=\"white-space:nowrap\">phone<a name=\"eng-communication-mode-phone\"> </a></td><td>Phone</td><td>Voice messaging by phone</td></tr><tr><td style=\"white-space:nowrap\">sms<a name=\"eng-communication-mode-sms\"> </a></td><td>Sms Text</td><td>SMS text messaging</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-communication-mode",
"version" : "8.0.0",
"name" : "EngagementCommunicationModeCodeSystem",
"title" : "Engagement Communication Mode Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Communication modes supported for Engagement communication",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "chat",
"display" : "Chat",
"definition" : "Conversational chat messaging"
},
{
"code" : "email",
"display" : "Email",
"definition" : "Email messaging"
},
{
"code" : "mail",
"display" : "Mail",
"definition" : "Postal mail messaging"
},
{
"code" : "phone",
"display" : "Phone",
"definition" : "Voice messaging by phone"
},
{
"code" : "sms",
"display" : "Sms Text",
"definition" : "SMS text messaging"
}
]
}