Example Practitioner - Emily May (Nurse)

Practitioner
Practitioner.id[0]Example-DSW-Practitioner-Nurse-EmilyMay
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">MAY, Emily B, Ms (NMC:AB12345X)</div>
Practitioner.identifier[0].system[0]https://fhir.nhs.wales/Id/nadex-identifier
Practitioner.identifier[0].value[0]em112233
Practitioner.identifier[1].system[0]https://fhir.hl7.org.uk/Id/nmc-number
Practitioner.identifier[1].value[0]AB12345X
Practitioner.name[0].family[0]May
Practitioner.name[0].given[0]Emily
Practitioner.name[0].given[1]Beatrice
Practitioner.name[0].prefix[0]Ms
Practitioner.gender[0]female
<Practitioner xmlns="http://hl7.org/fhir">
<id value="Example-DSW-Practitioner-Nurse-EmilyMay" />
<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="em112233" />
</identifier>
<system value="https://fhir.hl7.org.uk/Id/nmc-number" />
<value value="AB12345X" />
</identifier>
<family value="May" />
<given value="Emily" />
<given value="Beatrice" />
<prefix value="Ms" />
</name>
<gender value="female" />
</Practitioner>
{
"resourceType": "Practitioner",
"id": "Example-DSW-Practitioner-Nurse-EmilyMay",
"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": "em112233"
},
{
"system": "https://fhir.hl7.org.uk/Id/nmc-number",
"value": "AB12345X"
}
],
"name": [
{
"family": "May",
"given": [
"Emily",
"Beatrice"
],
"prefix": [
"Ms"
]
}
],
"gender": "female"
}
MAY, Emily B, Ms (NMC:AB12345X)