FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-INV-C-TimingBoundsUnitMatchesCode-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-TimingBoundsUnitMatchesCode-Statement-03-of-03
Profile: Medication Statement dgMP
status: Active
medication: Ibuprofen 400mg
subject: Patient
dosage
timing: Once per 2 days
DoseAndRates
Dose[x] 1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')
{
"resourceType": "MedicationStatement",
"id": "INV-C-TimingBoundsUnitMatchesCode-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": [
{
"timing": {
"repeat": {
"boundsDuration": {
"value": 3,
"unit": "Tag(e)",
"system": "http://unitsofmeasure.org",
"code": "wk"
},
"frequency": 1,
"period": 2,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
}
}
]
}
]
}