NHS Digital FHIR Implementation Guide (Retired - 2.1.50)

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

Practitioner GP

{
"resourceType": "Practitioner",
"id": "cf1d0102-5c58-43b0-8d0a-4e64675c8ff3",
{
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "3415870201"
},
{
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
"value": "G1234567"
}
],
"name": [
{
"family": "ALI",
"given": [
"RAZIA"
],
"prefix": [
"DR"
]
}
]
}
<Practitioner xmlns="http://hl7.org/fhir">
<id value="cf1d0102-5c58-43b0-8d0a-4e64675c8ff3" />
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="3415870201" />
</identifier>
<system value="https://fhir.hl7.org.uk/Id/gmp-number" />
<value value="G1234567" />
</identifier>
<family value="ALI" />
<given value="RAZIA" />
<prefix value="DR" />
</name>
</Practitioner>
Practitioner
back to top