FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-example-ach-pass2-insulin-lispro.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest medicationrequest-example-ach-pass2-insulin-lispro
identifier: http://example.org/identifiers/798/101888894 (use: usual, )
status: Completed
intent: Order
category: Inpatient Medication
medication: Insulin Lispro
subject: Pass2 ACH
encounter: Hospital Admission
authoredOn: 2024-02-01 12:00:00-0500
requester: Pass2 ACH(official) Female, DoB: 1965-12-22 ( MRN: 1601191902010308 (use: usual, ))
dosageInstruction
text: Give 5 units before breakfast
timing: Code , Once per 1 day
asNeeded: false
site: Structure of blood vessel of left upper arm (body structure)
route: IV
DoseAndRates
Dose[x] 5
dosageInstruction
text: Give 4 units before dinner
timing: Code , Once per 1 day
asNeeded: false
site: Structure of blood vessel of left upper arm (body structure)
route: IV
DoseAndRates
Dose[x] 4
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-example-ach-pass2-insulin-lispro",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationrequest|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://example.org/identifiers/798",
"value": "101888894"
}
],
"status": "completed",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "Inpatient"
}
],
"text": "Inpatient Medication"
}
],
"medicationReference": {
"reference": "Medication/medication-example-insulin-lispro",
"display": "Insulin Lispro"
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass2",
"display": "Pass2 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-ach-pass2-inpatient",
"display": "Hospital Admission"
},
"authoredOn": "2024-02-01T12:00:00-05:00",
"requester": {
"reference": "Patient/patient-example-ach-ach-pass2"
},
"dosageInstruction": [
{
"text": "Give 5 units before breakfast",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
},
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code": "AM"
}
]
}
},
"asNeededBoolean": false,
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1255295007",
"display": "Structure of blood vessel of left upper arm (body structure)"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "Intravenous route"
}
],
"text": "IV"
},
"doseAndRate": [
{
"doseQuantity": {
"value": 5
}
}
]
},
{
"text": "Give 4 units before dinner",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
},
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code": "BED"
}
]
}
},
"asNeededBoolean": false,
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1255295007",
"display": "Structure of blood vessel of left upper arm (body structure)"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "Intravenous route"
}
],
"text": "IV"
},
"doseAndRate": [
{
"doseQuantity": {
"value": 4
}
}
]
}
]
}