FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-Invalid-Dosage-05-of-12-multiple-types.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest Invalid-Dosage-05-of-12-multiple-types
Profile: Medication Request dgMP
status: Active
intent: Order
medication: DEV Medication
subject: DEV Dosage
| Timing |
| Morning, Once per 1 day |
| Once per 1 day |
{
"resourceType": "MedicationRequest",
"id": "Invalid-Dosage-05-of-12-multiple-types",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationRequestDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"text": "DEV Medication"
},
"subject": {
"display": "DEV Dosage"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"MORN"
]
}
}
},
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"timeOfDay": [
"08:00:00"
]
}
}
}
]
}