• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Encounter",
3  "id": "encounter-3",
4  "identifier": [
5    {
6      "use": "usual",
7      "system": "urn:oid:1.2.345.6789",
8      "value": "10003"
9    }
10  ],
11  "status": "finished",
12  "class": {
13    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
14    "code": "VR",
15    "display": "virtual"
16  },
17  "serviceType": {
18    "coding": [
19      {
20        "system": "http://terminology.hl7.org/CodeSystem/service-type",
21        "code": "124",
22        "display": "General Practice"
23      }
24    ]
25  },
26  "reasonCode": [
27    {
28      "coding": [
29        {
30          "system": "http://snomed.info/sct",
31          "code": "385093006",
32          "display": "Community acquired pneumonia"
33        }
34      ]
35    },
36    {
37      "coding": [
38        {
39          "system": "http://snomed.info/sct",
40          "code": "406151001",
41          "display": "Post-discharge follow-up"
42        }
43      ]
44    }
45  ],
46  "subject": {
47    "reference": "Patient/patient-1",
48    "display": "Example, Anne"
49  },
50  "participant": [
51    {
52      "type": [
53        {
54          "coding": [
55            {
56              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
57              "code": "CON",
58              "display": "consultant"
59            }
60          ],
61          "text": "consultant"
62        }
63      ],
64      "individual": {
65        "reference": "Practitioner/practitioner-1",
66        "type": "Practitioner",
67        "display": "Dr Maria Hernandez"
68      }
69    }
70  ],
71  "period": {
72    "start": "2024-11-14T09:05:00Z",
73    "end": "2024-11-14T09:20:00Z"
74  },
75  "account": [
76    {
77      "identifier": {
78        "system": "urn:oid:1.2.345.6789",
79        "value": "1000123"
80      },
81      "display": "Example, Anne"
82    }
83  ],
84  "serviceProvider": {
85    "reference": "Organization/organization-1",
86    "display": "Health Connect General Practice"
87  }
88}