FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MS-Dosage-4schema-evening-only.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement MS-Dosage-4schema-evening-only
Profile: Medication Statement dgMP
status: Active
medication: Test Medication
subject: Patient
dosage
timing: Evening, Once per 1 day
DoseAndRates
Dose[x] 1 Stück (Details: UCUM code1 = '1')
{
"resourceType": "MedicationStatement",
"id": "MS-Dosage-4schema-evening-only",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"text": "Test Medication"
},
"subject": {
"display": "Patient"
},
"dosage": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"EVE"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stück",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
]
}
]
}