Example Practitioner - Dr Sally Foster

Practitioner
Practitioner.id[0]Example-DataStandardsWales-Practitioner-Doctor
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 Sally Foster (GMC: 9830222)</div>
Practitioner.identifier[0].system[0]https://fhir.hl7.org.uk/Id/gmc-number
Practitioner.identifier[0].value[0]9830222
Practitioner.name[0].family[0]Foster
Practitioner.name[0].given[0]Sally
Practitioner.name[0].prefix[0]Dr
<Practitioner xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-Practitioner-Doctor" />
<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.hl7.org.uk/Id/gmc-number" />
<value value="9830222" />
</identifier>
<family value="Foster" />
<given value="Sally" />
<prefix value="Dr" />
</name>
</Practitioner>
{
"resourceType": "Practitioner",
"id": "Example-DataStandardsWales-Practitioner-Doctor",
"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.hl7.org.uk/Id/gmc-number",
"value": "9830222"
}
],
"name": [
{
"family": "Foster",
"given": [
"Sally"
],
"prefix": [
"Dr"
]
}
]
}
Dr Sally Foster (GMC: 9830222)