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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypePractitioner
IdUKCore-Practitioner-PharmacistJimmyChuck-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-PharmacistJimmyChuck-Example",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/sds-user-id",
      "value": "P12345678"
    }
  ],
  "name": [
    {
      "family": "Chuck",
      "given": [
        "Jimmy"
      ],
      "prefix": [
        "Mr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0113 6323222",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "INHOUSE PHARMACY",
        "ST. JAMES'S UNIVERSITY HOSPITAL",
        "BECKETT STREET"
      ],
      "city": "LEEDS",
      "postalCode": "LS9 7TF",
      "country": "ENGLAND"
    }
  ]
}