This page is part of the HL7 Belgium Medication Implementation Guide (v0.2.0: Trial Use Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MedicationDispense",
"id" : "example-dispense-hospital",
"meta" : {
"versionId" : "1",
"profile" : [
"https://www.hl7belgium.org/profiles/hl7belgium/be-medication/StructureDefinition/be-medicationdispense"
]
},
"language" : "nl-BE",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-BE\" lang=\"nl-BE\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: dguid: 1000321345</p><p><b>status</b>: completed</p><p><b>medication</b>: <span title=\"Codes: {https://www.ehealth.fgov.be/standards/fhir/NamingSystem/cnk-codes 2055218}\">2055218</span></p><p><b>subject</b>: <span></span></p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><span></span></td></tr></table><p><b>authorizingPrescription</b>: <span>Prescription</span></p><p><b>quantity</b>: 1 package</p><p><b>whenHandedOver</b>: 21 Sep 2020, 13:00:00</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://www.nexuzhealth.be/fhir/prescription/ambulatory",
"version" : "1",
"code" : "dguid"
}
]
},
"system" : "https://www.gfd-dpp.be/fhir/reference/dguid",
"value" : "1000321345"
}
],
"status" : "completed",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/cnk-codes",
"code" : "2055218",
"_display" : {
"extension" : [
{
"extension" : [
{
"url" : "lang",
"valueCode" : "nl-BE"
},
{
"url" : "content",
"valueString" : "Crestor filmomh. tabl. 100x 10mg"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/translation"
}
]
}
}
]
},
"subject" : {
"identifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
"value" : "64110219106"
}
},
"performer" : [
{
"actor" : {
"identifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization",
"value" : "123123123"
}
}
}
],
"authorizingPrescription" : [
{
"identifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/prescription-id",
"value" : "BEP1TSRY1XGE"
},
"display" : "Prescription"
}
],
"quantity" : {
"value" : 1,
"unit" : "package",
"system" : "http://unitsofmeasure.org",
"code" : "{package}"
},
"whenHandedOver" : "2020-09-21T13:00:00+02:00",
"dosageInstruction" : [
{
"text" : "3 x a day",
"_text" : {
"extension" : [
{
"extension" : [
{
"url" : "lang",
"valueCode" : "nl-BE"
},
{
"url" : "content",
"valueString" : "3 x per dag"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/translation"
},
{
"extension" : [
{
"url" : "lang",
"valueCode" : "fr-BE"
},
{
"url" : "content",
"valueString" : "3 x par jour"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/translation"
}
]
},
"timing" : {
"repeat" : {
"frequency" : 3,
"period" : 1,
"periodUnit" : "d"
}
}
}
]
}