• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Encounter",
3  "id": "encounter-5",
4  "identifier": [
5    {
6      "use": "usual",
7      "system": "urn:oid:1.2.345.6789",
8      "value": "10005"
9    }
10  ],
11  "status": "finished",
12  "class": {
13    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
14    "code": "AMB",
15    "display": "ambulatory"
16  },
17  "type": [
18    {
19      "coding": [
20        {
21          "system": "urn:oid:1.2.345.6789",
22          "code": "2",
23          "display": "Outpatient"
24        }
25      ],
26      "text": "Outpatient"
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": "169",
44        "display": "Endocrinology"
45      }
46    ]
47  },
48  "reasonCode": [
49    {
50      "coding": [
51        {
52          "system": "http://snomed.info/sct",
53          "code": "80394007",
54          "display": "Hyperglycemia"
55        }
56      ]
57    }
58  ],
59  "diagnosis": [
60    {
61      "condition": {
62        "reference": "Condition/condition-2",
63        "display": "Diabetes mellitus type 2"
64      }
65    }
66  ],
67  "subject": {
68    "reference": "Patient/patient-1",
69    "display": "Example, Anne"
70  },
71  "participant": [
72    {
73      "type": [
74        {
75          "coding": [
76            {
77              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
78              "code": "REF",
79              "display": "referrer"
80            }
81          ],
82          "text": "referrer"
83        }
84      ],
85      "individual": {
86        "reference": "Practitioner/practitioner-1",
87        "type": "Practitioner",
88        "display": "Dr Maria Hernandez"
89      }
90    },
91    {
92      "type": [
93        {
94          "coding": [
95            {
96              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
97              "code": "CON",
98              "display": "consultant"
99            }
100          ],
101          "text": "consultant"
102        }
103      ],
104      "individual": {
105        "reference": "Practitioner/practitioner-4",
106        "type": "Practitioner",
107        "display": "Dr Patrick O'Brien"
108      }
109    }
110  ],
111  "period": {
112    "start": "2022-09-28T10:00:00Z"
113  },
114  "account": [
115    {
116      "identifier": {
117        "system": "urn:oid:1.2.345.6789",
118        "value": "1000123"
119      },
120      "display": "Example, Anne"
121    }
122  ],
123  "location": [
124    {
125      "location": {
126        "reference": "Location/location-3",
127        "display": "HC Hospital Outpatient Department"
128      }
129    }
130  ],
131  "serviceProvider": {
132    "reference": "Organization/organization-2",
133    "display": "Health Connect Hospital"
134  }
135}