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