FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeLocation
IdLOC2 - Location - Caller Location.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Location",
  "id": "2dec9a44-1778-4894-a3d5-c90172f5d581",
  "meta": {
    "lastUpdated": "2024-10-11T15:00:00.8185338+00:00",
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "UPRN",
          "valueString": "200002546857"
        }
      ],
      "url": "https://fhir.nhs.uk/StructureDefinition/LocationExtension"
    }
  ],
  "name": "Newlands Medical Centre",
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/location-types-bars",
          "code": "CLOC",
          "display": "Caller Location"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "Newlands Medical Centre",
      "315 Chorley New Road",
      "Greater Manchester"
    ],
    "city": "Bolton",
    "district": "Greater Manchester",
    "postalCode": "BL1 5BP",
    "country": "UK"
  }
}