FHIR IG analytics| Package | hl7.fhir.uv.ips.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-eumfh-39-07-1-request.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest eumfh-39-07-1-request
Profile: MedicationRequest (IPS)
status: Active
intent: Order
medication: simvastatin
subject: Alexander Heig (inject 39-07)
dosageInstruction
text: 40 mg/day
timing: Once per 1 day
DoseAndRates
Dose[x] 40 mg (Details: UCUM codemg = 'mg')
| ValidityPeriod |
| 2021-01-01 --> (ongoing) |
{
"resourceType": "MedicationRequest",
"id": "eumfh-39-07-1-request",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationRequest-uv-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "Medication/eumfh-39-07-1",
"display": "simvastatin"
},
"subject": {
"reference": "Patient/eumfh-39-07",
"display": "Alexander Heig (inject 39-07)"
},
"dosageInstruction": [
{
"text": "40 mg/day",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 40,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2021-01-01"
}
}
}