Example Organization - GP Cluster
- Overview
- Table
- XML
- JSON
- Narrative
Organization |
id : Example-DataStandardsWales-Organization-GPCluster |
meta |
profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization |
text |
status : generated |
extension |
url : http://hl7.org/fhir/StructureDefinition/organization-period |
value |
start : 2018-01-01 |
identifier |
use : official |
system : https://fhir.nhs.wales/Id/gpcluster-code |
value : CC201 |
active : True |
name : Amman Gwendraeth GP Cluster |
partOf |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : 7A2 |
reference : Organization/Example-DataStandardsWales-Organization-HywelDda |
display : Hywel Dda University Local Health Board |
Organization.id[0] | Example-DataStandardsWales-Organization-GPCluster |
Organization.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization |
Organization.text[0].status[0] | generated |
Organization.text[0].div[0] | Amman Gwendraeth GP Cluster |
Organization.extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/organization-period |
Organization.extension[0].value[0].start[0] | 2018-01-01 |
Organization.identifier[0].use[0] | official |
Organization.identifier[0].system[0] | https://fhir.nhs.wales/Id/gpcluster-code |
Organization.identifier[0].value[0] | CC201 |
Organization.active[0] | True |
Organization.name[0] | Amman Gwendraeth GP Cluster |
Organization.partOf[0].reference[0] | Organization/Example-DataStandardsWales-Organization-HywelDda |
Organization.partOf[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
Organization.partOf[0].identifier[0].value[0] | 7A2 |
Organization.partOf[0].display[0] | Hywel Dda University Local Health Board |
<Organization xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-Organization-GPCluster" /> <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="2018-01-01" /> </valuePeriod> </extension> <identifier> <use value="official" /> <system value="https://fhir.nhs.wales/Id/gpcluster-code" /> <value value="CC201" /> </identifier> <active value="true" /> <name value="Amman Gwendraeth GP Cluster" /> <partOf> <reference value="Organization/Example-DataStandardsWales-Organization-HywelDda" /> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="7A2" /> </identifier> <display value="Hywel Dda University Local Health Board" /> </partOf> </Organization>
{ "resourceType": "Organization", "id": "Example-DataStandardsWales-Organization-GPCluster", "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": "2018-01-01" } } ], "identifier": [ { "use": "official", "system": "https://fhir.nhs.wales/Id/gpcluster-code", "value": "CC201" } ], "active": true, "name": "Amman Gwendraeth GP Cluster", "partOf": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "7A2" }, "reference": "Organization/Example-DataStandardsWales-Organization-HywelDda", "display": "Hywel Dda University Local Health Board" } }
Amman Gwendraeth GP Cluster