FHIR IG analytics| Package | uk.nhsdigital.bars.r4 |
| Resource Type | Location |
| Id | LOC4 - Location - Other Location.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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
}
}