• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Encounter",
3  "id": "encounter-1",
4  "identifier": [
5    {
6      "use": "usual",
7      "system": "urn:oid:1.2.345.6789",
8      "value": "10001"
9    }
10  ],
11  "status": "finished",
12  "class": {
13    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
14    "code": "IMP",
15    "display": "inpatient encounter"
16  },
17  "type": [
18    {
19      "coding": [
20        {
21          "system": "urn:oid:1.2.345.6789",
22          "code": "1",
23          "display": "Inpatient"
24        }
25      ],
26      "text": "Inpatient"
27    },
28    {
29      "coding": [
30        {
31          "system": "urn:oid:1.2.345.6789",
32          "code": "3",
33          "display": "Hospital Encounter"
34        }
35      ],
36      "text": "Hospital Encounter"
37    }
38  ],
39  "serviceType": {
40    "coding": [
41      {
42        "system": "http://terminology.hl7.org/CodeSystem/service-type",
43        "code": "430",
44        "display": "Respiratory"
45      }
46    ]
47  },
48  "reasonCode": [
49    {
50      "coding": [
51        {
52          "system": "http://snomed.info/sct",
53          "code": "267036007",
54          "display": "Dyspnea (finding)"
55        }
56      ],
57      "text": "Shortness of breath"
58    }
59  ],
60  "diagnosis": [
61    {
62      "condition": {
63        "reference": "Condition/condition-3",
64        "display": "Community acquired pneumonia"
65      }
66    }
67  ],
68  "subject": {
69    "reference": "Patient/patient-1",
70    "display": "Example, Anne"
71  },
72  "participant": [
73    {
74      "type": [
75        {
76          "coding": [
77            {
78              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
79              "code": "REF",
80              "display": "referrer"
81            }
82          ],
83          "text": "referrer"
84        }
85      ],
86      "individual": {
87        "reference": "Practitioner/practitioner-1",
88        "type": "Practitioner",
89        "display": "Dr Maria Hernandez"
90      }
91    },
92    {
93      "type": [
94        {
95          "coding": [
96            {
97              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
98              "code": "CON",
99              "display": "consultant"
100            }
101          ],
102          "text": "consultant"
103        }
104      ],
105      "individual": {
106        "reference": "Practitioner/practitioner-3",
107        "type": "Practitioner",
108        "display": "Dr Wei Chen"
109      }
110    }
111  ],
112  "period": {
113    "start": "2023-11-04T18:00:10Z",
114    "end": "2023-11-07T16:49:58Z"
115  },
116  "account": [
117    {
118      "identifier": {
119        "system": "urn:oid:1.2.345.6789",
120        "value": "1000123"
121      },
122      "display": "Example, Anne"
123    }
124  ],
125  "location": [
126    {
127      "location": {
128        "reference": "Location/location-2",
129        "display": "HC Hospital Emergency Department"
130      }
131    },
132    {
133      "location": {
134        "reference": "Location/location-1",
135        "display": "HC Hospital Respiratory Ward"
136      }
137    }
138  ],
139  "serviceProvider": {
140    "reference": "Organization/organization-2",
141    "display": "Health Connect Hospital"
142  }
143}