<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" />
<identifier>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="CC201" />
</identifier>
<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": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "CC201"
},
"reference": "Organization/Example-DataStandardsWales-Organization-GPCluster",
"display": "Amman Gwendraeth GP Cluster"
}
}