• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Encounter",
3  "id": "encounter-6",
4  "identifier": [
5    {
6      "use": "usual",
7      "system": "urn:oid:1.2.345.6789",
8      "value": "10006"
9    }
10  ],
11  "status": "planned",
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": "170",
44        "display": "Gastroenterology & Hepatology"
45      }
46    ]
47  },
48  "reasonCode": [
49    {
50      "coding": [
51        {
52          "system": "http://snomed.info/sct",
53          "code": "275978004",
54          "display": "Colon cancer screening"
55        }
56      ]
57    }
58  ],
59  "priority": {
60    "coding": [
61      {
62        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
63        "code": "EL",
64        "display": "elective"
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  "period": {
94    "start": "2026-06-01"
95  },
96  "account": [
97    {
98      "identifier": {
99        "system": "urn:oid:1.2.345.6789",
100        "value": "1000123"
101      },
102      "display": "Example, Anne"
103    }
104  ],
105  "serviceProvider": {
106    "reference": "Organization/organization-2",
107    "display": "Health Connect Hospital"
108  }
109}