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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
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

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "UKCore-Practitioner-DoctorPaulRastall-Example",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/sds-user-id",
      "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"
}