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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypePractitionerRole
IdPractitionerRole-DrBanner-radiologist.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 DrBanner-radiologist

active: true

practitioner: Practitioner Dr. Bruce Banner

organization: Organization Regional Advanced Diagnostic Services

code: Radiologist


Source1

{
  "resourceType": "PractitionerRole",
  "id": "DrBanner-radiologist",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/DrBanner"
  },
  "organization": {
    "reference": "Organization/RegionalAdvancedDiagnosticServices"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "66862007",
          "display": "Radiologist"
        }
      ]
    }
  ]
}