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-DoctorPaulRastall-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 doctor

Source1

{
  "resourceType": "Practitioner",
  "id": "UKCore-Practitioner-DoctorPaulRastall-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.hl7.org.uk/Id/gmp-number",
      "value": "G12345678"
    }
  ],
  "name": [
    {
      "family": "Rastall",
      "given": [
        "Paul"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0113 6323200",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "line": [
        "Chapel Main Practice",
        "22 Brightside Crescent"
      ],
      "city": "Overtown",
      "district": "West Yorkshire",
      "postalCode": "LS10 4YU"
    }
  ],
  "gender": "male"
}