FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-Example-MR-Dosage-1220.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest Example-MR-Dosage-1220
Profile: Medication Request dgMP
status: Active
intent: Order
medication: Ibuprofen 400mg
subject: Patient
dosageInstruction
timing: Morning, Once per 1 day
DoseAndRates
Dose[x] 1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')
dosageInstruction
timing: Noon, Evening, 2 per 1 day
DoseAndRates
Dose[x] 2 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')
{
"resourceType": "MedicationRequest",
"id": "Example-MR-Dosage-1220",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationRequestDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"text": "Ibuprofen 400mg"
},
"subject": {
"display": "Patient"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"MORN"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
}
}
]
},
{
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d",
"when": [
"NOON",
"EVE"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 2,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
}
}
]
}
]
}