FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MS-Dosage-multiple-day-time.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-multiple-day-time
Profile: Medication Statement dgMP
status: Active
medication: Test Medication
subject: Patient
dosage
timing: 2 per 1 week
DoseAndRates
Dose[x] 1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')
dosage
timing: 4 per 1 week
DoseAndRates
Dose[x] 2 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')
{
"resourceType": "MedicationStatement",
"id": "MS-Dosage-multiple-day-time",
"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": 2,
"period": 1,
"periodUnit": "wk",
"dayOfWeek": [
"tue",
"thu"
],
"timeOfDay": [
"08:00:00"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
}
}
]
},
{
"timing": {
"repeat": {
"frequency": 4,
"period": 1,
"periodUnit": "wk",
"dayOfWeek": [
"mon",
"fri"
],
"timeOfDay": [
"08:00:00",
"20:00:00"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 2,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
}
}
]
}
]
}