FHIR IG analytics| Package | hl7.fhir.us.meds |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-enca-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: enca-2
meta:
status: completed
intent: order
medication: ketorolac tromethamine 15 MG in 1 ML Injection
authoredOn: 2016-09-10
requester: Dr. B
reasonCode: Pneumonia (disorder)
dosageInstruction:
{
"resourceType": "MedicationRequest",
"id": "enca-2",
"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": "860092",
"display": "ketorolac tromethamine 15 MG in 1 ML Injection"
}
],
"text": "ketorolac tromethamine 15 MG in 1 ML Injection"
},
"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": "Ketoralac 15mg every six hours",
"timing": {
"repeat": {
"frequency": 1,
"period": 6,
"periodUnit": "h"
}
},
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "INTRAVENOUS use",
"userSelected": false
}
]
},
"method": {
"text": "Slow Push"
},
"doseAndRate": [
{
"doseQuantity": {
"value": 15,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}