<Practitioner xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-Practitioner-Physiotherapist" />
<meta>
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner" />
</meta>
<text>
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<identifier>
<system value="https://fhir.nhs.wales/Id/nadex-identifier" />
<value value="ph234567" />
</identifier>
<identifier>
<system value="https://fhir.hl7.org.uk/Id/hcpc-number" />
<value value="PH12345" />
</identifier>
<name>
<family value="Wickins" />
<given value="Philip" />
</name>
<telecom>
<system value="phone" />
<value value="01446 111223" />
<use value="work" />
</telecom>
<gender value="male" />
</Practitioner>
{
"resourceType": "Practitioner",
"id": "Example-DataStandardsWales-Practitioner-Physiotherapist",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
"identifier": [
{
"system": "https://fhir.nhs.wales/Id/nadex-identifier",
"value": "ph234567"
},
{
"system": "https://fhir.hl7.org.uk/Id/hcpc-number",
"value": "PH12345"
}
],
"name": [
{
"family": "Wickins",
"given": [
"Philip"
]
}
],
"telecom": [
{
"system": "phone",
"value": "01446 111223",
"use": "work"
}
],
"gender": "male"
}
Philip Wickins (HCPC: PH12345)