FHIR IG analytics| Package | hl7.fhir.be.medication |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-medicationdispense-example-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense medicationdispense-example-2
Language: nl-BE
Profile: BeMedicationDispense
identifier: dguid/a8ca980c-aa4f-44f3-8cf7-547e6ad3dba0
status: Completed
medication: Topazolam tab 50x 1,0mg
subject: Identifier: https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin/64110219106
context: Identifier: sguid/b8ca980c-72aa-11e7-8cf7-a6006ad3dba0
| Actor |
| Apotheek onder de toren |
authorizingPrescription: Prescription
quantity: 1(unit package from https://www.gfd-dpp.be/fhir/reference/packaging) (Details: packaging codepackage = 'package')
whenHandedOver: 2020-03-10
| Text |
| 3 x per dag |
Generated Narrative: Organization #apotheek-onder-de-toren
Profile: BeOrganization
identifier:
https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization/27457532type: independent pharmacy
{
"resourceType": "MedicationDispense",
"id": "medicationdispense-example-2",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"
]
},
"language": "nl-BE",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "apotheek-onder-de-toren",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"
]
},
"identifier": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization",
"value": "27457532"
}
],
"type": [
{
"coding": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
"code": "orgpharmacy"
}
]
}
]
}
],
"identifier": [
{
"type": {
"coding": [
{
"code": "dguid"
}
]
},
"system": "https://www.gfd-dpp.be/fhir/reference/dguid",
"value": "a8ca980c-aa4f-44f3-8cf7-547e6ad3dba0"
}
],
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes",
"code": "1439562",
"display": "Topazolam tab 50x 1,0mg",
"_display": {
"extension": [
{
"extension": [
{
"url": "lang",
"valueCode": "nl-BE"
},
{
"url": "content",
"valueString": "Topazolam tab 50x 1,0mg"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
}
]
}
}
]
},
"subject": {
"identifier": {
"system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
"value": "64110219106"
}
},
"context": {
"identifier": {
"type": {
"coding": [
{
"code": "sguid"
}
]
},
"system": "https://www.gfd-dpp.be/fhir/reference/sguid",
"value": "b8ca980c-72aa-11e7-8cf7-a6006ad3dba0"
}
},
"performer": [
{
"actor": {
"reference": "#apotheek-onder-de-toren",
"identifier": {
"system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization",
"value": "27457532"
},
"display": "Apotheek onder de toren"
}
}
],
"authorizingPrescription": [
{
"display": "Prescription"
}
],
"quantity": {
"value": 1,
"system": "https://www.gfd-dpp.be/fhir/reference/packaging",
"code": "package"
},
"whenHandedOver": "2020-03-10",
"dosageInstruction": [
{
"text": "3 x per dag",
"_text": {
"extension": [
{
"extension": [
{
"url": "lang",
"valueCode": "fr-BE"
},
{
"url": "content",
"valueString": "3 x par jour"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
}
]
}
}
]
}