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

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeLocation
IdLocation - Incident 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": "f4f5c6b7-ca4e-489b-8840-d5465361e41f",
  "meta": {
    "lastUpdated": "2021-11-26T15:00:00.8185338+00:00",
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location",
      "https://fhir.hl7.org.uk/StructureDefinition/BARSLocation-incident-location"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "UPRN",
          "valueString": "0008755622"
        },
        {
          "url": "eastings",
          "valueString": "0.368598"
        },
        {
          "url": "northings",
          "valueString": "0.409257"
        },
        {
          "url": "accuracy",
          "valueString": "80"
        },
        {
          "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": "ILOC",
          "display": "Incident Location"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "399 Chorley New Road"
    ],
    "city": "Greater Manchester",
    "postalCode": "BL1 5DD",
    "country": "UK"
  },
  "position": {
    "longitude": 53.57896,
    "latitude": -2.4757443
  }
}