Example Practitioner - Philip Wickins (Physiotherapist)

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