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 |
| name : Ward E |
| managingOrganization |
| 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 |
| Location.name[0] | Ward E |
| Location.managingOrganization[0].reference[0] | Organization/Example-DataStandardsWales-Organization-NeathPortTalbotHospital |
| 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" /> </identifier> <name value="Ward E" /> <managingOrganization> <reference value="Organization/Example-DataStandardsWales-Organization-NeathPortTalbotHospital" /> <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" } ], "name": "Ward E", "managingOrganization": { "reference": "Organization/Example-DataStandardsWales-Organization-NeathPortTalbotHospital", "display": "Neath Port Talbot Hospital" } }
Ward E (Neath Port Talbot Hospital)