FHIR Data Standards Wales for PSOM v1.0.0-rc5
Important: This is the release candidate of the FHIR Data Standards Wales for PSOM version 1.0.0-rc5 Implementation Guide. It is intended for trial use, and is published for early comment and feedback. Click here to give feedback.

Example Organization - CAVUHB

Organization
Organization.id[0]Example-DataStandardsWales-PSOM-Organization-CAVUHB
Organization.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization
Organization.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-organization-code
Organization.identifier[0].value[0]7A4
Organization.name[0]Cardiff and Vale University Health Board
<Organization xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-PSOM-Organization-CAVUHB" />
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization" />
</meta>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="7A4" />
</identifier>
<name value="Cardiff and Vale University Health Board" />
</Organization>
{
"resourceType": "Organization",
"id": "Example-DataStandardsWales-PSOM-Organization-CAVUHB",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization"
]
},
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "7A4"
}
],
"name": "Cardiff and Vale University Health Board"
}