• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Location",
3  "id": "location-2",
4  "identifier": [
5    {
6      "use": "official",
7      "system": "urn:oid:1.2.345.6789",
8      "value": "hch_ed",
9      "assigner": {
10        "reference": "Organization/organization-2"
11      }
12    }
13  ],
14  "status": "active",
15  "name": "Emergency department, Health Connect Hospital",
16  "alias": [
17    "Emergency department, HCH",
18    "ED, HCH",
19    "A&E, HCH"
20  ],
21  "description": "Emergency department at Health Connect Hospital",
22  "mode": "instance",
23  "telecom": [
24    {
25      "system": "phone",
26      "value": "01111 222224"
27    },
28    {
29      "system": "fax",
30      "value": "1112"
31    },
32    {
33      "system": "email",
34      "value": "emergencydept@healthconnecthospital.org"
35    }
36  ],
37  "address": {
38    "type": "physical",
39    "line": [
40      "6 Pancras Square"
41    ],
42    "city": "London",
43    "postalCode": "N1C 4AG",
44    "country": "UK"
45  },
46  "physicalType": {
47    "coding": [
48      {
49        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
50        "code": "wi",
51        "display": "Wing"
52      }
53    ]
54  },
55  "type": [
56    {
57      "coding": [
58        {
59          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
60          "code": "ER",
61          "display": "Emergency room"
62        }
63      ]
64    }
65  ],
66  "position": {
67    "longitude": -0.12504,
68    "latitude": 51.53348,
69    "altitude": 0
70  },
71  "managingOrganization": {
72    "reference": "Organization/organization-2",
73    "display": "Health Connect Hospital"
74  }
75}