FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypePractitioner
IdHealthcare-Worker-Practitioner-Consultant-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      ]
    }
  ]
}