Example Location - Ward E (NPT)
- Overview
- Table
- XML
- JSON
- Narrative
Location |
id : Example-DataStandardsWales-Location-WardE |
meta |
profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location |
text |
status : generated |
identifier |
system : https://fhir.sbuhb.nhs.wales/Id/pas-location-identifier |
value : 60138-example |
name : Ward E |
address |
postalCode : SA12 7BX |
managingOrganization |
identifier |
system : https://fhir.sbuhb.nhs.wales/Id/pas-location-identifier |
value : 6013-example |
reference : Organization/Example-DataStandardsWales-Organization-NeathPortTalbotHospital |
display : Neath Port Talbot Hospital |
Location.id[0] | Example-DataStandardsWales-Location-WardE |
Location.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location |
Location.text[0].status[0] | generated |
Location.text[0].div[0] | Ward E (Neath Port Talbot Hospital) |
Location.identifier[0].system[0] | https://fhir.sbuhb.nhs.wales/Id/pas-location-identifier |
Location.identifier[0].value[0] | 60138-example |
Location.name[0] | Ward E |
Location.address[0].postalCode[0] | SA12 7BX |
Location.managingOrganization[0].reference[0] | Organization/Example-DataStandardsWales-Organization-NeathPortTalbotHospital |
Location.managingOrganization[0].identifier[0].system[0] | https://fhir.sbuhb.nhs.wales/Id/pas-location-identifier |
Location.managingOrganization[0].identifier[0].value[0] | 6013-example |
Location.managingOrganization[0].display[0] | Neath Port Talbot Hospital |
<Location xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-Location-WardE" /> <meta> <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.sbuhb.nhs.wales/Id/pas-location-identifier" /> <value value="60138-example" /> </identifier> <name value="Ward E" /> <address> <postalCode value="SA12 7BX" /> </address> <managingOrganization> <reference value="Organization/Example-DataStandardsWales-Organization-NeathPortTalbotHospital" /> <identifier> <system value="https://fhir.sbuhb.nhs.wales/Id/pas-location-identifier" /> <value value="6013-example" /> </identifier> <display value="Neath Port Talbot Hospital" /> </managingOrganization> </Location>
{ "resourceType": "Location", "id": "Example-DataStandardsWales-Location-WardE", "meta": { "profile": [ "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location" ] }, "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://fhir.sbuhb.nhs.wales/Id/pas-location-identifier", "value": "60138-example" } ], "name": "Ward E", "address": { "postalCode": "SA12 7BX" }, "managingOrganization": { "identifier": { "system": "https://fhir.sbuhb.nhs.wales/Id/pas-location-identifier", "value": "6013-example" }, "reference": "Organization/Example-DataStandardsWales-Organization-NeathPortTalbotHospital", "display": "Neath Port Talbot Hospital" } }
Ward E (Neath Port Talbot Hospital)