FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Location |
| Id | UKCore-Location-CardiologySJUH-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Location",
"id": "UKCore-Location-CardiologySJUH-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/ods-site-code",
"value": "RR8D7"
}
],
"name": "CARDIOLOGY SJUH",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "CARD",
"display": "Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 243 3149"
}
],
"address": {
"line": [
"CARDIOLOGY SJUH",
"ST. JAMES'S UNIVERSITY HOSPITAL",
"BECKETT STREET"
],
"city": "LEEDS",
"postalCode": "LS9 7TF",
"country": "ENGLAND"
},
"managingOrganization": {
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}