Example Practitioner - Joe Bloggs (Consultant)

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