FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-INV-C-DosageStructuredRequiresBoth-Statement-01-of-02.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-DosageStructuredRequiresBoth-Statement-01-of-02
Profile: Medication Statement dgMP
status: Active
medication: Ibuprofen 400mg
subject: Patient
| Timing |
| Morning, Once per 1 day |
{
"resourceType": "MedicationStatement",
"id": "INV-C-DosageStructuredRequiresBoth-Statement-01-of-02",
"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",
"when": [
"MORN"
]
}
}
}
]
}