FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-INV-C-MaxDoseSameUnitAsDose-Statement-03-of-03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement INV-C-MaxDoseSameUnitAsDose-Statement-03-of-03
Profile: Medication Statement dgMP
status: Active
medication: Ibuprofen 400mg
subject: Patient
dosage
asNeeded: true
DoseAndRates
Dose[x] 1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1') maxDosePerPeriod: 400 mg (Details: UCUM codemg = 'mg')/24 Stunden (Details: UCUM codeh = 'h')
{
"resourceType": "MedicationStatement",
"id": "INV-C-MaxDoseSameUnitAsDose-Statement-03-of-03",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"text": "Ibuprofen 400mg"
},
"subject": {
"display": "Patient"
},
"dosage": [
{
"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": 400,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 24,
"unit": "Stunden",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
}
]
}