FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MR-Dosage-interval-monthly.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MR-Dosage-interval-monthly
Profile: Medication Request dgMP
status: Active
intent: Order
medication: Test Medication
subject: Patient
dosageInstruction
timing: Once per 2 months
DoseAndRates
Dose[x] 1 Stück (Details: UCUM code1 = '1')
{
"resourceType": "MedicationRequest",
"id": "MR-Dosage-interval-monthly",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationRequestDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"text": "Test Medication"
},
"subject": {
"display": "Patient"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 2,
"periodUnit": "mo"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stück",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
]
}
]
}