Example Practitioner - Dhiren Patel (Consultant)

Practitioner
Practitioner.id[0]Example-DataStandardsWales-Practitioner-Consultant
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">Dr Dhiren Patel (GMC: 9630333)</div>
Practitioner.identifier[0].system[0]https://fhir.nhs.wales/Id/nadex-identifier
Practitioner.identifier[0].value[0]dh000567
Practitioner.identifier[1].system[0]https://fhir.hl7.org.uk/Id/gmc-number
Practitioner.identifier[1].value[0]9630333
Practitioner.name[0].family[0]Patel
Practitioner.name[0].given[0]Dhiren
Practitioner.name[0].prefix[0]Dr
Practitioner.gender[0]male
<Practitioner xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-Practitioner-Consultant" />
<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="dh000567" />
</identifier>
<system value="https://fhir.hl7.org.uk/Id/gmc-number" />
<value value="9630333" />
</identifier>
<family value="Patel" />
<given value="Dhiren" />
<prefix value="Dr" />
</name>
<gender value="male" />
</Practitioner>
{
"resourceType": "Practitioner",
"id": "Example-DataStandardsWales-Practitioner-Consultant",
"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": "dh000567"
},
{
"system": "https://fhir.hl7.org.uk/Id/gmc-number",
"value": "9630333"
}
],
"name": [
{
"family": "Patel",
"given": [
"Dhiren"
],
"prefix": [
"Dr"
]
}
],
"gender": "male"
}
Dr Dhiren Patel (GMC: 9630333)