Example Organization - Swansea Bay University Local Health Board
- Overview
- Table
- XML
- JSON
- Narrative
| Organization |
| id : Example-DataStandardsWales-Organization-SBUHB |
| meta |
| profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization |
| text |
| status : generated |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/organization-period |
| value |
| start : 2009-10-01 |
| identifier |
| system : https://fhir.nhs.uk/Id/ods-organization-code |
| value : 7A3 |
| active : True |
| name : Swansea Bay University Local Health Board |
| telecom |
| system : phone |
| value : 01639 683670 |
| address |
| line : One Talbot Gateway, Seaway Drive |
| line : Hafan Seaway Parade Industrial Estate |
| line : Baglan |
| city : Port Talbot |
| postalCode : SA12 7BR |
| Organization.id[0] | Example-DataStandardsWales-Organization-SBUHB |
| Organization.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization |
| Organization.text[0].status[0] | generated |
| Organization.text[0].div[0] | Swansea Bay University Local Health Board |
| Organization.extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/organization-period |
| Organization.extension[0].value[0].start[0] | 2009-10-01 |
| Organization.identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
| Organization.identifier[0].value[0] | 7A3 |
| Organization.active[0] | True |
| Organization.name[0] | Swansea Bay University Local Health Board |
| Organization.telecom[0].system[0] | phone |
| Organization.telecom[0].value[0] | 01639 683670 |
| Organization.address[0].line[0] | One Talbot Gateway, Seaway Drive |
| Organization.address[0].line[1] | Hafan Seaway Parade Industrial Estate |
| Organization.address[0].line[2] | Baglan |
| Organization.address[0].city[0] | Port Talbot |
| Organization.address[0].postalCode[0] | SA12 7BR |
<Organization xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-Organization-SBUHB" /> <meta> <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <extension url="http://hl7.org/fhir/StructureDefinition/organization-period"> <valuePeriod> <start value="2009-10-01" /> </valuePeriod> </extension> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="7A3" /> </identifier> <active value="true" /> <name value="Swansea Bay University Local Health Board" /> <telecom> <system value="phone" /> <value value="01639 683670" /> </telecom> <address> <line value="One Talbot Gateway, Seaway Drive" /> <line value="Hafan Seaway Parade Industrial Estate" /> <line value="Baglan" /> <city value="Port Talbot" /> <postalCode value="SA12 7BR" /> </address> </Organization>
{ "resourceType": "Organization", "id": "Example-DataStandardsWales-Organization-SBUHB", "meta": { "profile": [ "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization" ] }, "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/organization-period", "valuePeriod": { "start": "2009-10-01" } } ], "identifier": [ { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "7A3" } ], "active": true, "name": "Swansea Bay University Local Health Board", "telecom": [ { "system": "phone", "value": "01639 683670" } ], "address": [ { "line": [ "One Talbot Gateway, Seaway Drive", "Hafan Seaway Parade Industrial Estate", "Baglan" ], "city": "Port Talbot", "postalCode": "SA12 7BR" } ] }
Swansea Bay University Local Health Board