1{ 2 "resourceType": "MedicationRequest", 3 "id": "medicationrequest-3", 4 "identifier": [ 5 { 6 "use": "usual", 7 "system": "urn:oid:1.2.345.6789", 8 "value": "10003" 9 } 10 ], 11 "status": "active", 12 "intent": "order", 13 "category": [ 14 { 15 "coding": [ 16 { 17 "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category", 18 "code": "community", 19 "display": "Community" 20 } 21 ], 22 "text": "Community" 23 } 24 ], 25 "priority": "routine", 26 "medicationCodeableConcept": { 27 "coding": [ 28 { 29 "system": "http://snomed.info/sct", 30 "code": "320000009", 31 "display": "Simvastatin 40 mg oral tablet" 32 }, 33 { 34 "system": "http://www.nlm.nih.gov/research/umls/rxnorm", 35 "code": "316674", 36 "display": "simvastatin 40 MG" 37 }, 38 { 39 "system": "http://www.nlm.nih.gov/research/umls/rxnorm", 40 "code": "152923", 41 "display": "Zocor 40 MG Oral Tablet" 42 } 43 ] 44 }, 45 "subject": { 46 "reference": "Patient/patient-1", 47 "display": "Example, Anne" 48 }, 49 "authoredOn": "2024-01-08", 50 "requester": { 51 "reference": "Practitioner/practitioner-1", 52 "type": "Practitioner", 53 "display": "Dr Maria Hernandez" 54 }, 55 "recorder": { 56 "reference": "Practitioner/practitioner-1", 57 "type": "Practitioner", 58 "display": "Dr Maria Hernandez" 59 }, 60 "reasonCode": [ 61 { 62 "coding": [ 63 { 64 "system": "http://snomed.info/sct", 65 "code": "13644009", 66 "display": "Hypercholesterolemia (disorder)" 67 } 68 ] 69 } 70 ], 71 "courseOfTherapyType": { 72 "coding": [ 73 { 74 "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy", 75 "code": "continuous", 76 "display": "Continuous long term therapy" 77 } 78 ], 79 "text": "Continuous long term therapy" 80 }, 81 "dosageInstruction": [ 82 { 83 "sequence": 1, 84 "text": "1 tablet once daily at bedtime", 85 "timing": { 86 "repeat": { 87 "frequency": 1, 88 "period": 1, 89 "periodUnit": "d", 90 "timeOfDay": [ 91 "22:00:00" 92 ] 93 } 94 }, 95 "asNeededBoolean": false, 96 "route": { 97 "coding": [ 98 { 99 "system": "http://snomed.info/sct", 100 "code": "26643006", 101 "display": "Oral Route" 102 } 103 ] 104 }, 105 "doseAndRate": [ 106 { 107 "type": { 108 "coding": [ 109 { 110 "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type", 111 "code": "ordered", 112 "display": "Ordered" 113 } 114 ] 115 }, 116 "doseQuantity": { 117 "value": 1, 118 "unit": "TAB", 119 "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm", 120 "code": "TAB" 121 } 122 } 123 ] 124 } 125 ], 126 "dispenseRequest": { 127 "validityPeriod": { 128 "start": "2024-01-08", 129 "end": "2024-01-26" 130 }, 131 "numberOfRepeatsAllowed": 1, 132 "quantity": { 133 "value": 90, 134 "unit": "TAB", 135 "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm", 136 "code": "TAB" 137 }, 138 "expectedSupplyDuration": { 139 "value": 3, 140 "unit": "month", 141 "system": "http://unitsofmeasure.org", 142 "code": "mo" 143 } 144 } 145}