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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypePractitioner
IdPractitioner-LucyHale-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": "Practitioner-LucyHale-Example",
  "identifier": [
    {
      "use": "official",
      "system": "https://fhir.hl7.org.uk/Id/gmc-number",
      "value": "C9999999"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Lucy Hale",
      "family": "Hale",
      "given": [
        "Lucy"
      ]
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "MD",
            "display": "Doctor of Medicine"
          }
        ]
      }
    }
  ]
}