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

FHIR IG analytics

Packagefhir.nwgenomics.nhs.uk
Resource TypePractitionerRole
IdPractitionerRole-4446ab81-35ef-49cb-b2fe-1d6f1a0dcc02.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

Generated Narrative: PractitionerRole 4446ab81-35ef-49cb-b2fe-1d6f1a0dcc02

practitioner: Sheffield Lung Doctor (Identifier: GMC Number/C9999998)

organization: Identifier: ODS Organisation Code/RHQ

specialty: General Surgery


Source1

{
  "resourceType": "PractitionerRole",
  "id": "4446ab81-35ef-49cb-b2fe-1d6f1a0dcc02",
  "meta": {
    "profile": [
      "https://fhir.nwgenomics.nhs.uk/StructureDefinition/PractitionerRole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "identifier": {
      "system": "https://fhir.hl7.org.uk/Id/gmc-number",
      "value": "C9999998"
    },
    "display": "Sheffield Lung Doctor"
  },
  "organization": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RHQ"
    }
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
          "code": "100"
        }
      ]
    }
  ]
}