Example Organization - Hywel Dda University Local Health Board
- Overview
 - Table
 - XML
 - JSON
 - Narrative
 
| Organization | 
| id : Example-DataStandardsWales-Organization-HDUHB | 
| 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 : 7A2 | 
| active : True | 
| name : Hywel Dda University Local Health Board | 
| telecom | 
| system : phone | 
| value : 01437 771220 | 
| address | 
| line : Ystwyth Building | 
| line : Hafan Derwen | 
| line : St Davids Park | 
| line : Jobswell Road | 
| city : Carmarthen | 
| postalCode : SA31 3BB | 
| Organization.id[0] | Example-DataStandardsWales-Organization-HDUHB | 
| Organization.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization | 
| Organization.text[0].status[0] | generated | 
| Organization.text[0].div[0] | Hywel Dda 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] | 7A2 | 
| Organization.active[0] | True | 
| Organization.name[0] | Hywel Dda University Local Health Board | 
| Organization.telecom[0].system[0] | phone | 
| Organization.telecom[0].value[0] | 01437 771220 | 
| Organization.address[0].line[0] | Ystwyth Building | 
| Organization.address[0].line[1] | Hafan Derwen | 
| Organization.address[0].line[2] | St Davids Park | 
| Organization.address[0].line[3] | Jobswell Road | 
| Organization.address[0].city[0] | Carmarthen | 
| Organization.address[0].postalCode[0] | SA31 3BB | 
<Organization xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-Organization-HDUHB" /> <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="7A2" /> </identifier> <active value="true" /> <name value="Hywel Dda University Local Health Board" /> <telecom> <system value="phone" /> <value value="01437 771220" /> </telecom> <address> <line value="Ystwyth Building" /> <line value="Hafan Derwen" /> <line value="St Davids Park" /> <line value="Jobswell Road" /> <city value="Carmarthen" /> <postalCode value="SA31 3BB" /> </address> </Organization>
{ "resourceType": "Organization", "id": "Example-DataStandardsWales-Organization-HDUHB", "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": "7A2" } ], "active": true, "name": "Hywel Dda University Local Health Board", "telecom": [ { "system": "phone", "value": "01437 771220" } ], "address": [ { "line": [ "Ystwyth Building", "Hafan Derwen", "St Davids Park", "Jobswell Road" ], "city": "Carmarthen", "postalCode": "SA31 3BB" } ] }
Hywel Dda University Local Health Board