FHIR IG analytics| Package | hl7.fhir.be.medication |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-example-minimal-dispense.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense example-minimal-dispense
Profile: BeMedicationDispense
status: Completed
medication: Topazolam tab 50x 1,0mg
subject: Identifier: BeSSINNamingSystem/64110219106
| Actor |
Jan Janssen (Identifier: https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner/6547432) |
whenHandedOver: 2020-03-10
{
"resourceType": "MedicationDispense",
"id": "example-minimal-dispense",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes",
"code": "1439562",
"display": "Topazolam tab 50x 1,0mg"
}
]
},
"subject": {
"identifier": {
"system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value": "64110219106"
}
},
"performer": [
{
"actor": {
"identifier": {
"system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner",
"value": "6547432"
},
"display": "Jan Janssen"
}
}
],
"whenHandedOver": "2020-03-10"
}