WARNING
This guidance is under active development by NHS England and content may be added or updated on a regular basis.Practitioner-Consultant-Example
Important: This page is under development by NHS England
Tree View
Practitioner |
id : Healthcare-Worker-Practitioner-Consultant-Example |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 3415870202 |
identifier |
use : usual |
system : https://fhir.hl7.org.uk/Id/gmc-number |
value : C4428981 |
active : False |
name |
use : official |
family : Edwards |
given : Thomas |
prefix : Dr |
Table View
Practitioner.id[0] | Healthcare-Worker-Practitioner-Consultant-Example |
Practitioner.identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-user-id |
Practitioner.identifier[0].value[0] | 3415870202 |
Practitioner.identifier[1].use[0] | usual |
Practitioner.identifier[1].system[0] | https://fhir.hl7.org.uk/Id/gmc-number |
Practitioner.identifier[1].value[0] | C4428981 |
Practitioner.active[0] | False |
Practitioner.name[0].use[0] | official |
Practitioner.name[0].family[0] | Edwards |
Practitioner.name[0].given[0] | Thomas |
Practitioner.name[0].prefix[0] | Dr |
XML View
<Practitioner xmlns="http://hl7.org/fhir"> <id value="Healthcare-Worker-Practitioner-Consultant-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="3415870202" /> </identifier> <identifier> <use value="usual" /> <system value="https://fhir.hl7.org.uk/Id/gmc-number" /> <value value="C4428981" /> </identifier> <active value="false" /> <name> <use value="official" /> <family value="Edwards" /> <given value="Thomas" /> <prefix value="Dr" /> </name> </Practitioner>
JSON View
{ "resourceType": "Practitioner", "id": "Healthcare-Worker-Practitioner-Consultant-Example", "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "3415870202" }, { "use": "usual", "system": "https://fhir.hl7.org.uk/Id/gmc-number", "value": "C4428981" } ], "active": false, "name": [ { "use": "official", "family": "Edwards", "given": [ "Thomas" ], "prefix": [ "Dr" ] } ] }