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