FHIR IG analytics| Package | hl7.fhir.us.meds |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-enca-4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: enca-4
meta:
status: completed
intent: order
medication: Potassium Chloride 20 MEQ/L in Lactated Ringers Solution with Dextrose 5 % Injectable Solution
authoredOn: 2016-09-10
requester: Dr. B
reasonCode: Pneumonia (disorder)
dosageInstruction:
{
"resourceType": "MedicationRequest",
"id": "enca-4",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "847626",
"display": "Potassium Chloride 20 MEQ/L in Lactated Ringers Solution with Dextrose 5 % Injectable Solution"
}
],
"text": "Potassium Chloride 20 MEQ/L in Lactated Ringers Solution with Dextrose 5 % Injectable Solution"
},
"subject": {
"reference": "Patient/test2",
"display": "Brian Z"
},
"encounter": {
"reference": "Encounter/A",
"display": "Inpatient Encounter A"
},
"authoredOn": "2016-09-10",
"requester": {
"display": "Dr. B"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "233604007",
"display": "Pneumonia (disorder)"
}
]
}
],
"dosageInstruction": [
{
"sequence": 1,
"text": "LRS IV at 250 ml/hr",
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "INTRAVENOUS use",
"userSelected": false
}
]
},
"method": {
"text": "Constant Rate Infusion"
}
}
]
}