Please note:
- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
UKCore-Location-NeoNatalLGI-Example
Table View
Location.id[0] | UKCore-Location-NeoNatalLGI-Example |
Location.identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-site-code |
Location.identifier[0].value[0] | RR8G5 |
Location.name[0] | NEONATAL MEDICINE LGI |
Location.type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
Location.type[0].coding[0].code[0] | PEDNICU |
Location.type[0].coding[0].display[0] | Pediatric neonatal intensive care unit |
Location.telecom[0].system[0] | phone |
Location.telecom[0].value[0] | 0113 392 7443 |
Location.address[0].line[0] | NEONATAL MEDICINE LGI |
Location.address[0].line[1] | LEEDS GENERAL INFIRMARY |
Location.address[0].line[2] | GREAT GEORGE STREET |
Location.address[0].city[0] | LEEDS |
Location.address[0].postalCode[0] | LS1 3EX |
Location.address[0].country[0] | ENGLAND |
Location.managingOrganization[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
Tree View
Location |
id : UKCore-Location-NeoNatalLGI-Example |
identifier |
system : https://fhir.nhs.uk/Id/ods-site-code |
value : RR8G5 |
name : NEONATAL MEDICINE LGI |
type |
coding |
system : http://terminology.hl7.org/CodeSystem/v3-RoleCode |
code : PEDNICU |
display : Pediatric neonatal intensive care unit |
telecom |
system : phone |
value : 0113 392 7443 |
address |
line : NEONATAL MEDICINE LGI |
line : LEEDS GENERAL INFIRMARY |
line : GREAT GEORGE STREET |
city : LEEDS |
postalCode : LS1 3EX |
country : ENGLAND |
managingOrganization |
reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
XML View
<Location xmlns="http://hl7.org/fhir"> <id value="UKCore-Location-NeoNatalLGI-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/ods-site-code" /> <value value="RR8G5" /> </identifier> <name value="NEONATAL MEDICINE LGI" /> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="PEDNICU" /> <display value="Pediatric neonatal intensive care unit" /> </coding> </type> <telecom> <system value="phone" /> <value value="0113 392 7443" /> </telecom> <address> <line value="NEONATAL MEDICINE LGI" /> <line value="LEEDS GENERAL INFIRMARY" /> <line value="GREAT GEORGE STREET" /> <city value="LEEDS" /> <postalCode value="LS1 3EX" /> <country value="ENGLAND" /> </address> <managingOrganization> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </managingOrganization> </Location>
JSON View
{ "resourceType": "Location", "id": "UKCore-Location-NeoNatalLGI-Example", "identifier": [ { "system": "https://fhir.nhs.uk/Id/ods-site-code", "value": "RR8G5" } ], "name": "NEONATAL MEDICINE LGI", "type": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "PEDNICU", "display": "Pediatric neonatal intensive care unit" } ] } ], "telecom": [ { "system": "phone", "value": "0113 392 7443" } ], "address": { "line": [ "NEONATAL MEDICINE LGI", "LEEDS GENERAL INFIRMARY", "GREAT GEORGE STREET" ], "city": "LEEDS", "postalCode": "LS1 3EX", "country": "ENGLAND" }, "managingOrganization": { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example" } }