NHS England FHIR Implementation Guide (deprecated)

Important Announcement regarding this Implementation Guide
  • As of 04/10/2023, this implementation guide has been deprecated and all development on the legacy NHS England FHIR Implementation Guide assets has ceased.
  • Therefore, vendors looking to start new implementations or looking to update existing implementations should use the new NHS England Implementation Guide. Vendors continuing to implement legacy NHS England FHIR Implementation Guide based solutions do so at their own risk and on the understanding that no maintenance or support will be available.

Practitioner

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

Practitioner Nurse

{
"resourceType": "Practitioner",
"id": "78f00516-fc22-416b-b8b5-f4d2fd915a14",
{
"system": "https://fhir.hl7.org.uk/Id/nmc-number",
"value": "65A4321A"
}
],
"name": [
{
"family": "Mafeld",
"given": [
"Dusk"
],
"prefix": [
"Mrs"
]
}
]
}
<Practitioner xmlns="http://hl7.org/fhir">
<id value="78f00516-fc22-416b-b8b5-f4d2fd915a14" />
<system value="https://fhir.hl7.org.uk/Id/nmc-number" />
<value value="65A4321A" />
</identifier>
<family value="Mafeld" />
<given value="Dusk" />
<prefix value="Mrs" />
</name>
</Practitioner>
Practitioner

Practitioner Consultant

{
"resourceType": "Practitioner",
"id": "e7c2d218-f55c-4855-afd8-9134468b19db",
{
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "3415870201"
},
{
"system": "https://fhir.hl7.org.uk/Id/gmc-number",
"value": "C4428981"
}
],
"name": [
{
"family": "Edwards",
"given": [
"Thomas"
],
"prefix": [
"DR"
]
}
]
}
<Practitioner xmlns="http://hl7.org/fhir">
<id value="e7c2d218-f55c-4855-afd8-9134468b19db" />
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="3415870201" />
</identifier>
<system value="https://fhir.hl7.org.uk/Id/gmc-number" />
<value value="C4428981" />
</identifier>
<family value="Edwards" />
<given value="Thomas" />
<prefix value="DR" />
</name>
</Practitioner>
Practitioner

Practitioner

Command 'json' could not render: File not found for 'subject=Practitioner-example'
Command 'xml' could not render: File not found for 'subject=Practitioner-example'
Command 'tree' could not render: File not found for 'subject=Practitioner-example'
back to top