Example Practitioner - Sandra Huggins (PrescribingNurse)

Practitioner
Practitioner.id[0]Example-DataStandardsWales-Practitioner-PrescribingNurse
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">Sandra Huggins (NMC: 99D1234E)</div>
Practitioner.identifier[0].system[0]https://fhir.nhs.wales/Id/nadex-identifier
Practitioner.identifier[0].value[0]sa234567
Practitioner.identifier[1].system[0]https://fhir.hl7.org.uk/Id/nmc-number
Practitioner.identifier[1].value[0]99D1234E
Practitioner.identifier[2].system[0]https://fhir.nhs.wales/Id/prescriber-code
Practitioner.identifier[2].value[0]J222233
Practitioner.name[0].family[0]Huggins
Practitioner.name[0].given[0]Sandra
Practitioner.telecom[0].system[0]phone
Practitioner.telecom[0].value[0]01446 323211
Practitioner.telecom[0].use[0]work
Practitioner.gender[0]female
<Practitioner xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-Practitioner-PrescribingNurse" />
<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="sa234567" />
</identifier>
<system value="https://fhir.hl7.org.uk/Id/nmc-number" />
<value value="99D1234E" />
</identifier>
<!-- namespace for non medical prescriber identifiers is required -->
<system value="https://fhir.nhs.wales/Id/prescriber-code" />
<value value="J222233" />
</identifier>
<family value="Huggins" />
<given value="Sandra" />
</name>
<system value="phone" />
<value value="01446 323211" />
<use value="work" />
</telecom>
<gender value="female" />
</Practitioner>
{
"resourceType": "Practitioner",
"id": "Example-DataStandardsWales-Practitioner-PrescribingNurse",
"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": "sa234567"
},
{
"system": "https://fhir.hl7.org.uk/Id/nmc-number",
"value": "99D1234E"
},
{
"system": "https://fhir.nhs.wales/Id/prescriber-code",
"value": "J222233"
}
],
"name": [
{
"family": "Huggins",
"given": [
"Sandra"
]
}
],
"telecom": [
{
"system": "phone",
"value": "01446 323211",
"use": "work"
}
],
"gender": "female"
}
Sandra Huggins (NMC: 99D1234E)