Medication Scheme Implementation Guide
1.0.0 - draft
Medication Scheme Implementation Guide, published by TEHIK. 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/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "alprazolam-dispensed",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/StructureDefinition/ee-tis-medication-dispensed-to-patient"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication alprazolam-dispensed</b></p><a name=\"alprazolam-dispensed\"> </a><a name=\"hcalprazolam-dispensed\"> </a><a name=\"alprazolam-dispensed-en-US\"> </a><p><b>ExtensionEETISMedicinalProductName</b>: Xanax XR</p><p><b>identifier</b>: <code>https://fhir.ee/CodeSystem/tis-fhir-identifikaatorid/ravimiregister-pakend</code>/1021857</p></div>"
},
"extension" : [
{
"url" : "https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-name",
"valueString" : "Xanax XR"
}
],
"identifier" : [
{
"system" : "https://fhir.ee/CodeSystem/tis-fhir-identifikaatorid/ravimiregister-pakend",
"value" : "1021857"
}
]
}