FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-MD-Dosage-Bounds-Decimals.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense MD-Dosage-Bounds-Decimals
Profile: Medication Dispense dgMP
status: Completed
medication: Test Medication
subject: Patient
dosageInstruction
timing: Morning, Once per 1 day
DoseAndRates
Dose[x] 0.5 Stück (Details: UCUM code1 = '1')
dosageInstruction
timing: Evening, Once per 1 day
DoseAndRates
Dose[x] 1.5 Stück (Details: UCUM code1 = '1')
{
"resourceType": "MedicationDispense",
"id": "MD-Dosage-Bounds-Decimals",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"text": "Test Medication"
},
"subject": {
"display": "Patient"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsDuration": {
"value": 2,
"unit": "Wochen",
"system": "http://unitsofmeasure.org",
"code": "wk"
},
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"MORN"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 0.5,
"unit": "Stück",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
]
},
{
"timing": {
"repeat": {
"boundsDuration": {
"value": 2,
"unit": "Wochen",
"system": "http://unitsofmeasure.org",
"code": "wk"
},
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"EVE"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1.5,
"unit": "Stück",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
]
}
]
}