Belgium Medication Schema, published by My Organization. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/hl7-be/kmehrms and changes regularly. See the Directory of published versions
: Medication Line origin type - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "BEMedicationLineOriginType",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://example.com/fhir/example/CodeSystem/BEMedicationLineOriginType</code> defines the 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\">amb-presc<a name=\"BEMedicationLineOriginType-amb-presc\"> </a></td><td>Ambulatory Prescription</td></tr><tr><td style=\"white-space:nowrap\">hosp-presc<a name=\"BEMedicationLineOriginType-hosp-presc\"> </a></td><td>Hospital Prescription</td></tr><tr><td style=\"white-space:nowrap\">self-medication<a name=\"BEMedicationLineOriginType-self-medication\"> </a></td><td>Self-medication</td></tr><tr><td style=\"white-space:nowrap\">pharm-advice<a name=\"BEMedicationLineOriginType-pharm-advice\"> </a></td><td>Upon pharmaceutical advice</td></tr><tr><td style=\"white-space:nowrap\">extra-formulary-prescription<a name=\"BEMedicationLineOriginType-extra-formulary-prescription\"> </a></td><td>Medication not sold in Belgium, with prescription</td></tr><tr><td style=\"white-space:nowrap\">extra-formulary-otc<a name=\"BEMedicationLineOriginType-extra-formulary-otc\"> </a></td><td>Medication not sold in Belgium, without prescription</td></tr></table></div>"
},
"url" : "http://example.com/fhir/example/CodeSystem/BEMedicationLineOriginType",
"version" : "1.0.0",
"name" : "BEMedicationLineOriginType",
"title" : "Medication Line origin type",
"status" : "active",
"date" : "2023-03-07T20:58:02+00:00",
"publisher" : "My Organization",
"contact" : [
{
"name" : "My Organization",
"telecom" : [
{
"system" : "url",
"value" : "http://example.com/committees"
},
{
"system" : "email",
"value" : "my-group@example.com"
}
]
},
{
"name" : "Bob Smith",
"telecom" : [
{
"system" : "email",
"value" : "bobsmith@example.com",
"use" : "work"
}
]
}
],
"description" : "Medication Line origin type.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "056",
"display" : "Belgium"
}
]
}
],
"content" : "complete",
"count" : 6,
"concept" : [
{
"code" : "amb-presc",
"display" : "Ambulatory Prescription"
},
{
"code" : "hosp-presc",
"display" : "Hospital Prescription"
},
{
"code" : "self-medication",
"display" : "Self-medication"
},
{
"code" : "pharm-advice",
"display" : "Upon pharmaceutical advice"
},
{
"code" : "extra-formulary-prescription",
"display" : "Medication not sold in Belgium, with prescription"
},
{
"code" : "extra-formulary-otc",
"display" : "Medication not sold in Belgium, without prescription"
}
]
}