FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-INV-C-MaxDosePerPeriodOnly24hOr1d-Dispense-02-of-03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense INV-C-MaxDosePerPeriodOnly24hOr1d-Dispense-02-of-03
Profile: Medication Dispense dgMP
status: Completed
medication: Ibuprofen 400mg
subject: Patient
dosageInstruction
Dosage asNeededFor: Kopfschmerzen
asNeeded: true
DoseAndRates
Dose[x] 1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1') maxDosePerPeriod: 3 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')/6 Stunde(n) (Details: UCUM codeh = 'h')
{
"resourceType": "MedicationDispense",
"id": "INV-C-MaxDosePerPeriodOnly24hOr1d-Dispense-02-of-03",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"text": "Ibuprofen 400mg"
},
"subject": {
"display": "Patient"
},
"dosageInstruction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.asNeededFor",
"valueCodeableConcept": {
"text": "Kopfschmerzen"
}
}
],
"asNeededBoolean": true,
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
}
}
],
"maxDosePerPeriod": {
"numerator": {
"value": 3,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
},
"denominator": {
"value": 6,
"unit": "Stunde(n)",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
}
]
}