FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-ma-ma-schema-1-MedicationRequest-8002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest ma-ma-schema-1-MedicationRequest-8002
Last updated: 2023-12-18 23:07:47+0000;
Information Source: urn:telus:emr:ma:ma-schema-1
Security Label: normal (Details: Confidentiality code N = 'normal')
identifier: urn:telus:emr:ma:ma-schema-1:MedicationRequest/8002 (use: official, )
status: Active
intent: Order
priority: Routine
medication: Amlodipine 5 mg Tablet
subject: John Michael Smith
supportingInformation: Blood Pressure: 120/80 mmHg
authoredOn: 2023-12-18 10:35:00+0000
requester: Dr. Sarah Johnson
reasonReference: Essential Hypertension
note:
Take once daily in the morning. Monitor blood pressure regularly.
dosageInstruction
sequence: 1
text: Take 1 tablet by mouth once daily
timing: Code , Once per 1 day
route: Oral
DoseAndRates
Type Dose[x] Ordered 1 Tablet (Details: unknown codeTAB = 'TAB')
dispenseRequest
validityPeriod: 2023-12-18 --> 2024-06-18
numberOfRepeatsAllowed: 5
quantity: 30 Tablet (Details: Orderable Drug Form codeTAB = 'Tablet')
ExpectedSupplyDurations
Value Unit System Code 30 days http://unitsofmeasure.org d
| Allowed[x] | Reason |
| true | formulary policy |
{
"resourceType": "MedicationRequest",
"id": "ma-ma-schema-1-MedicationRequest-8002",
"meta": {
"lastUpdated": "2023-12-18T23:07:47Z",
"source": "urn:telus:emr:ma:ma-schema-1",
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N",
"display": "normal"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:telus:emr:ma:ma-schema-1:MedicationRequest",
"value": "8002"
}
],
"status": "active",
"intent": "order",
"priority": "routine",
"medicationReference": {
"reference": "Medication/ma-ma-schema-1-Medication-8001",
"type": "Medication",
"display": "Amlodipine 5 mg Tablet"
},
"subject": {
"reference": "Patient/ma-ma-schema-1-Patient-12345",
"type": "Patient",
"display": "John Michael Smith"
},
"encounter": {
"reference": "Encounter/ma-ma-schema-1-Encounter-2001",
"type": "Encounter"
},
"supportingInformation": [
{
"reference": "Observation/ma-ma-schema-1-Observation-vitals-bp-5001",
"type": "Observation",
"display": "Blood Pressure: 120/80 mmHg"
}
],
"authoredOn": "2023-12-18T10:35:00Z",
"requester": {
"reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
"type": "Practitioner",
"display": "Dr. Sarah Johnson"
},
"reasonReference": [
{
"reference": "Condition/ma-ma-schema-1-Condition-problem-list-3001",
"type": "Condition",
"display": "Essential Hypertension"
}
],
"note": [
{
"text": "Take once daily in the morning. Monitor blood pressure regularly."
}
],
"dosageInstruction": [
{
"sequence": 1,
"text": "Take 1 tablet by mouth once daily",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
},
"code": {
"coding": [
{
"system": "urn:telus:emr:ma:ma-schema-1:medication-frequency",
"code": "QD",
"display": "Once daily"
}
]
}
},
"route": {
"coding": [
{
"system": "urn:telus:emr:ma:ma-schema-1:medication-route",
"code": "PO",
"display": "Oral"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 1,
"unit": "Tablet",
"system": "urn:telus:emr:ma:ma-schema-1:medication-dose-unit",
"code": "TAB"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2023-12-18",
"end": "2024-06-18"
},
"numberOfRepeatsAllowed": 5,
"quantity": {
"value": 30,
"unit": "Tablet",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
},
"substitution": {
"allowedBoolean": true,
"reason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "FP",
"display": "formulary policy"
}
]
}
}
}