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

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeLocation
IdLOC4 - Location - Other 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": "455c6ece-b0fd-4c1d-b29b-5a6a8e7dd076",
  "meta": {
    "lastUpdated": "2024-10-13T15:00:00.8185338+00:00",
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "what3words",
          "valueString": "noted.bunch.ballots"
        }
      ],
      "url": "https://fhir.nhs.uk/StructureDefinition/LocationExtension"
    }
  ],
  "name": "Ladybridge Hall",
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/location-types-bars",
          "code": "OLOC",
          "display": "Other Location"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "399 Chorley New Road"
    ],
    "city": "Greater Manchester",
    "postalCode": "BL1 5DD",
    "country": "UK"
  },
  "position": {
    "longitude": 53.57896,
    "latitude": -2.4757443
  }
}