• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Encounter",
3  "id": "encounter-4",
4  "identifier": [
5    {
6      "use": "usual",
7      "system": "urn:oid:1.2.345.6789",
8      "value": "10004"
9    }
10  ],
11  "status": "finished",
12  "class": {
13    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
14    "code": "AMB",
15    "display": "ambulatory"
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": "712831003",
32          "display": "Frequent headache"
33        }
34      ]
35    }
36  ],
37  "diagnosis": [
38    {
39      "condition": {
40        "reference": "Condition/condition-1",
41        "display": "Migraine"
42      }
43    }
44  ],
45  "subject": {
46    "reference": "Patient/patient-1",
47    "display": "Example, Anne"
48  },
49  "participant": [
50    {
51      "type": [
52        {
53          "coding": [
54            {
55              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
56              "code": "CON",
57              "display": "consultant"
58            }
59          ],
60          "text": "consultant"
61        }
62      ],
63      "individual": {
64        "reference": "Practitioner/practitioner-1",
65        "type": "Practitioner",
66        "display": "Dr Maria Hernandez"
67      }
68    }
69  ],
70  "period": {
71    "start": "2023-06-14T11:30:00Z",
72    "end": "2023-06-14T11:45:00Z"
73  },
74  "account": [
75    {
76      "identifier": {
77        "system": "urn:oid:1.2.345.6789",
78        "value": "1000123"
79      },
80      "display": "Example, Anne"
81    }
82  ],
83  "serviceProvider": {
84    "reference": "Organization/organization-1",
85    "display": "Health Connect General Practice"
86  }
87}