XML View
<Practitioner xmlns="http://hl7.org/fhir">
<id value="UKCore-Practitioner-DoctorPaulRastall-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<identifier>
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="G12345678" />
</identifier>
<name>
<family value="Rastall" />
<given value="Paul" />
<prefix value="Dr" />
</name>
<telecom>
<system value="phone" />
<value value="0113 6323200" />
<use value="work" />
</telecom>
<address>
<use value="work" />
<type value="both" />
<line value="Chapel Main Practice" />
<line value="22 Brightside Crescent" />
<city value="Overtown" />
<district value="West Yorkshire" />
<postalCode value="LS10 4YU" />
</address>
<gender value="male" />
</Practitioner>
JSON View
{
"resourceType": "Practitioner",
"id": "UKCore-Practitioner-DoctorPaulRastall-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "G12345678"
}
],
"name": [
{
"family": "Rastall",
"given": [
"Paul"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323200",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"line": [
"Chapel Main Practice",
"22 Brightside Crescent"
],
"city": "Overtown",
"district": "West Yorkshire",
"postalCode": "LS10 4YU"
}
],
"gender": "male"
}