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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypePractitionerRole
IdPractitionerRole-MarySmith-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": "PractitionerRole",
  "id": "PractitionerRole-MarySmith-Example",
  "practitioner": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/sds-user-id",
      "value": "9999999998"
    },
    "display": "RN. Mary Smith"
  },
  "organization": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RGD12"
    },
    "display": "ST JAMES'S UNIVERSITY HOSPITAL"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
          "code": "302",
          "display": "Endocrinology and Diabetes"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0112577851"
    },
    {
      "system": "email",
      "value": "lipidclinicstjames@nhs.net"
    },
    {
      "system": "email",
      "value": "clinicalgeneticsstjames@nhs.net",
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
          "valueString": "reporting"
        }
      ]
    }
  ]
}