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

FHIR IG analytics

Packagefhir.nwgenomics.nhs.uk
Resource TypePractitionerRole
IdPractitionerRole-ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8.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 ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8

practitioner: Dr Samuel Darwin (Identifier: GMC Number/C3456789)

organization: Identifier: ODS Organisation Code/R0A

specialty: General Surgery


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8",
  "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": "C3456789"
    },
    "display": "Dr Samuel Darwin"
  },
  "organization": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "R0A"
    }
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
          "code": "100"
        }
      ]
    }
  ]
}