• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "MedicationStatement",
3  "id": "medicationstatement-2",
4  "status": "active",
5  "category": {
6    "coding": [
7      {
8        "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
9        "code": "community",
10        "display": "Community"
11      }
12    ]
13  },
14  "medicationCodeableConcept": {
15    "coding": [
16      {
17        "system": "http://snomed.info/sct",
18        "code": "765507008",
19        "display": "Metformin hydrochloride 500 mg prolonged-release oral tablet"
20      },
21      {
22        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
23        "code": "860975",
24        "display": "24 HR metformin hydrochloride 500 MG Extended Release Oral Tablet"
25      },
26      {
27        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
28        "code": "860977",
29        "display": "Glucophage XR 500 MG 24HR Extended Release Oral Tablet"
30      }
31    ]
32  },
33  "subject": {
34    "reference": "Patient/patient-1",
35    "display": "Example, Anne"
36  },
37  "context": {
38    "reference": "Encounter/encounter-1",
39    "type": "Encounter"
40  },
41  "effectivePeriod": {
42    "start": "2022-09-28"
43  },
44  "dateAsserted": "2023-11-04",
45  "informationSource": {
46    "reference": "Patient/patient-1",
47    "display": "Example, Anne"
48  },
49  "reasonCode": [
50    {
51      "coding": [
52        {
53          "system": "http://snomed.info/sct",
54          "code": "313436004",
55          "display": "Type II diabetes mellitus without complication"
56        }
57      ]
58    }
59  ],
60  "dosage": [
61    {
62      "sequence": 1,
63      "text": "1 tablet once daily with evening meal",
64      "timing": {
65        "repeat": {
66          "frequency": 1,
67          "period": 1,
68          "periodUnit": "d",
69          "timeOfDay": [
70            "20:00:00"
71          ]
72        }
73      },
74      "route": {
75        "coding": [
76          {
77            "system": "http://snomed.info/sct",
78            "code": "26643006",
79            "display": "Oral Route"
80          }
81        ]
82      },
83      "doseAndRate": [
84        {
85          "type": {
86            "coding": [
87              {
88                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
89                "code": "ordered",
90                "display": "Ordered"
91              }
92            ]
93          },
94          "doseQuantity": {
95            "value": 1,
96            "unit": "TAB",
97            "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
98            "code": "TAB"
99          }
100        }
101      ]
102    }
103  ]
104}