Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions
Draft as of 2022-05-03 |
{
"resourceType" : "CodeSystem",
"id" : "be-communication-code",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem be-communication-code</b></p><a name=\"be-communication-code\"> </a><a name=\"hcbe-communication-code\"> </a><a name=\"be-communication-code-en-US\"> </a><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-communication-code</code> provides <b>a fragment</b> that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">whatsapp<a name=\"be-communication-code-whatsapp\"> </a></td><td>Whatsapp</td></tr><tr><td style=\"white-space:nowrap\">signal<a name=\"be-communication-code-signal\"> </a></td><td>Signal</td></tr><tr><td style=\"white-space:nowrap\">telegram<a name=\"be-communication-code-telegram\"> </a></td><td>Telegram</td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-communication-code",
"version" : "1.0.0",
"name" : "BeCommunicationCode",
"title" : "BeCommunicationCode",
"status" : "draft",
"experimental" : false,
"date" : "2022-05-03T10:04:16+02:00",
"contact" : [
{
"name" : "HL7 Belgium",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7belgium.org"
}
]
},
{
"name" : "Message-Structure",
"telecom" : [
{
"system" : "email",
"value" : "message-structure@ehealth.fgov.be",
"use" : "work"
}
]
}
],
"description" : "Communication codes in Belgium. To define a specific method of communicating. Initially defined as supporting CodeSystem for the referral prescription.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"caseSensitive" : false,
"content" : "fragment",
"concept" : [
{
"code" : "whatsapp",
"display" : "Whatsapp"
},
{
"code" : "signal",
"display" : "Signal"
},
{
"code" : "telegram",
"display" : "Telegram"
}
]
}