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

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeLocation
IdLOC3 - Location - Rendevous 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": "903882c6-1cc2-4d01-ba92-e9c7bca837c2s",
  "meta": {
    "lastUpdated": "2023-12-26T15:00:04.8185338+00:00",
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "UPRN",
          "valueString": "200002541286"
        },
        {
          "url": "what3words",
          "valueString": "raft.metals.misty"
        }
      ],
      "url": "https://fhir.nhs.uk/StructureDefinition/LocationExtension"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/location-types-bars",
          "code": "RLOC",
          "display": "Rendezvous Location"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "425 Chorley New Road",
      "Markland Hill",
      "Bolton",
      "Greater Manchester"
    ],
    "city": "Bolton",
    "district": "Greater Manchester",
    "postalCode": "BL1 5DH",
    "country": "UK"
  }
}