FHIR IG analytics| Package | hl7.fhir.uv.ibcm |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-uc1-medicationrequest.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest uc1-medicationrequest
identifier: http://www.example.org/prescriptions/12345689 (use: official, )
status: Active
intent: Order
category: Inpatient
| Reference |
| Medication Prostaglandin group E |
subject: Anonymous Patient Female, DoB Unknown ( Patient internal identifier)
supportingInformation:
| Reference |
| Condition D - transposition of the great vessels |
note:
Administration just after birth following umbilical line placement
dosageInstruction
text: based on a dosing weight of 3kg
route: Intra-arterial route
method: Umbilical line tube care
DoseAndRates
Rate[x] 0.01 mg/kg/min (Details: UCUM codemg/kg/min = 'mg/kg/min')
{
"resourceType": "MedicationRequest",
"id": "uc1-medicationrequest",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://www.example.org/prescriptions",
"value": "12345689"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location",
"code": "inpatient",
"display": "Inpatient"
}
]
}
],
"medication": {
"reference": {
"reference": "Medication/uc1-medication"
}
},
"subject": {
"reference": "Patient/uc1-fetus"
},
"supportingInformation": [
{
"reference": "Observation/uc1-estimatedfetalbodyweight"
},
{
"reference": "Observation/uc1-estimatedfetalbodyweight"
}
],
"reason": [
{
"reference": {
"reference": "Condition/uc1-399216004"
}
}
],
"note": [
{
"text": "Administration just after birth following umbilical line placement"
}
],
"dosageInstruction": [
{
"text": "based on a dosing weight of 3kg",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58100008",
"display": "Intra-arterial route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386482009",
"display": "Umbilical line tube care"
}
]
},
"doseAndRate": [
{
"rateQuantity": {
"value": 0.01,
"system": "http://unitsofmeasure.org",
"code": "mg/kg/min"
}
}
]
}
]
}