• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "MedicationRequest",
3  "id": "medicationrequest-1",
4  "identifier": [
5    {
6      "use": "usual",
7      "system": "urn:oid:1.2.345.6789",
8      "value": "10001"
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": "discharge",
19          "display": "Discharge"
20        }
21      ],
22      "text": "Discharge"
23    }
24  ],
25  "medicationCodeableConcept": {
26    "coding": [
27      {
28        "system": "http://snomed.info/sct",
29        "code": "1145423002",
30        "display": "Azithromycin 250 mg oral tablet"
31      },
32      {
33        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
34        "code": "308460",
35        "display": "azithromycin 250 MG Oral Tablet"
36      },
37      {
38        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
39        "code": "212446",
40        "display": "Zithromax 250 MG Oral Tablet"
41      }
42    ]
43  },
44  "subject": {
45    "reference": "Patient/patient-1",
46    "display": "Example, Anne"
47  },
48  "encounter": {
49    "reference": "Encounter/encounter-1",
50    "display": "Emergency admission - Health Connect Hospital"
51  },
52  "authoredOn": "2023-11-07",
53  "requester": {
54    "reference": "Practitioner/practitioner-3",
55    "type": "Practitioner",
56    "display": "Dr Wei Chen"
57  },
58  "recorder": {
59    "reference": "Practitioner/practitioner-3",
60    "type": "Practitioner",
61    "display": "Dr Wei Chen"
62  },
63  "reasonCode": [
64    {
65    "coding": [
66      {
67        "system": "http://snomed.info/sct",
68        "code": "233604007",
69        "display": "Pneumonia"
70      }
71    ]
72    }
73  ],
74  "courseOfTherapyType": {
75    "coding": [
76      {
77        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
78        "code": "acute",
79        "display": "Short course (acute) therapy"
80      }
81    ],
82    "text": "Short course (acute) therapy"
83  },
84  "dosageInstruction": [
85    {
86      "sequence": 1,
87      "text": "Two tablets four times a day for 7 days",
88      "additionalInstruction": [
89        {
90          "coding": [
91            {
92              "system": "http://snomed.info/sct",
93              "code": "311504000",
94              "display": "With or after food"
95            }
96          ]
97        }
98      ],
99      "timing": {
100        "repeat": {
101          "frequency": 4,
102          "period": 1,
103          "periodUnit": "d"
104        }
105      },
106      "route": {
107        "coding": [
108          {
109            "system": "http://snomed.info/sct",
110            "code": "26643006",
111            "display": "Oral Route"
112          }
113        ]
114      },
115      "method": {
116        "coding": [
117          {
118            "system": "http://snomed.info/sct",
119            "code": "421521009",
120            "display": "Swallow - dosing instruction imperative (qualifier value)"
121          }
122        ]
123      },
124      "doseAndRate": [
125        {
126          "type": {
127            "coding": [
128              {
129                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
130                "code": "ordered",
131                "display": "Ordered"
132              }
133            ]
134          },
135          "doseQuantity": {
136            "value": 2,
137            "unit": "TAB",
138            "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
139            "code": "TAB"
140          }
141        }
142      ]
143    }
144  ],
145  "dispenseRequest": {
146    "validityPeriod": {
147      "start": "2023-11-07",
148      "end": "2023-11-14"
149    },
150    "numberOfRepeatsAllowed": 1,
151    "quantity": {
152      "value": 40,
153      "unit": "TAB",
154      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
155      "code": "TAB"
156    },
157    "expectedSupplyDuration": {
158      "value": 7,
159      "unit": "days",
160      "system": "http://unitsofmeasure.org",
161      "code": "d"
162    }
163  },
164  "note": [
165    {
166      "text": "Patient to collect from hospital pharmacy."
167    }
168  ]
169}