Example Organization - GP Practice
- Overview
 - Table
 - XML
 - JSON
 - Narrative
 
| Organization | 
| id : Example-DataStandardsWales-Organization-GPPractice | 
| meta | 
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization | 
| text | 
| status : generated | 
| extension | 
| url : http://hl7.org/fhir/StructureDefinition/organization-period | 
| value | 
| start : 2014-09-01 | 
| identifier | 
| system : https://fhir.nhs.uk/Id/ods-organization-code | 
| value : W00142 | 
| active : True | 
| name : Amman Tawe Partnership | 
| telecom | 
| system : phone | 
| value : 01269 822231 | 
| address | 
| line : Graig Road | 
| line : Gwaun Cea Gurwen | 
| city : Ammanford | 
| district : Dyfed | 
| postalCode : SA18 1EG | 
| partOf | 
| reference : Organization/Example-DataStandardsWales-Organization-GPCluster | 
| display : Amman/Gwendraeth GP Cluster | 
| Organization.id[0] | Example-DataStandardsWales-Organization-GPPractice | 
| Organization.meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization | 
| Organization.text[0].status[0] | generated | 
| Organization.text[0].div[0] | Amman Tawe Partnership  | 
| Organization.extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/organization-period | 
| Organization.extension[0].value[0].start[0] | 2014-09-01 | 
| Organization.identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code | 
| Organization.identifier[0].value[0] | W00142 | 
| Organization.active[0] | True | 
| Organization.name[0] | Amman Tawe Partnership | 
| Organization.telecom[0].system[0] | phone | 
| Organization.telecom[0].value[0] | 01269 822231 | 
| Organization.address[0].line[0] | Graig Road | 
| Organization.address[0].line[1] | Gwaun Cea Gurwen | 
| Organization.address[0].city[0] | Ammanford | 
| Organization.address[0].district[0] | Dyfed | 
| Organization.address[0].postalCode[0] | SA18 1EG | 
| Organization.partOf[0].reference[0] | Organization/Example-DataStandardsWales-Organization-GPCluster | 
| Organization.partOf[0].display[0] | Amman/Gwendraeth GP Cluster | 
<Organization xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-Organization-GPPractice" /> <meta> <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-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="2014-09-01" /> </valuePeriod> </extension> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="W00142" /> </identifier> <active value="true" /> <name value="Amman Tawe Partnership" /> <telecom> <system value="phone" /> <value value="01269 822231" /> </telecom> <address> <line value="Graig Road" /> <line value="Gwaun Cea Gurwen" /> <city value="Ammanford" /> <district value="Dyfed" /> <postalCode value="SA18 1EG" /> </address> <partOf> <reference value="Organization/Example-DataStandardsWales-Organization-GPCluster" /> <display value="Amman/Gwendraeth GP Cluster" /> </partOf> </Organization>
{ "resourceType": "Organization", "id": "Example-DataStandardsWales-Organization-GPPractice", "meta": { "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-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": "2014-09-01" } } ], "identifier": [ { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "W00142" } ], "active": true, "name": "Amman Tawe Partnership", "telecom": [ { "system": "phone", "value": "01269 822231" } ], "address": [ { "line": [ "Graig Road", "Gwaun Cea Gurwen" ], "city": "Ammanford", "district": "Dyfed", "postalCode": "SA18 1EG" } ], "partOf": { "reference": "Organization/Example-DataStandardsWales-Organization-GPCluster", "display": "Amman/Gwendraeth GP Cluster" } }
Amman Tawe Partnership