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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypePractitioner
IdUKCore-Practitioner-ConsultantSandraGose-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate a practitioner who is a consultant

Source1

{
  "resourceType": "Practitioner",
  "id": "UKCore-Practitioner-ConsultantSandraGose-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.hl7.org.uk/Id/gmc-number",
      "value": "C12345678"
    }
  ],
  "name": [
    {
      "family": "Gose",
      "given": [
        "Sandra"
      ],
      "prefix": [
        "Mrs"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0113 6323211",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Admissions Department",
        "ST. JAMES'S UNIVERSITY HOSPITAL",
        "BECKETT STREET"
      ],
      "city": "LEEDS",
      "postalCode": "LS9 7TF",
      "country": "ENGLAND"
    }
  ],
  "gender": "female"
}