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

FHIR IG analytics

Packagelt.hl7.fhir.lung
Resource TypePractitionerRole
IdPractitionerRole-practitionerrole-radiologist-example.json
FHIR VersionR5

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


English


Generated Narrative: PractitionerRole practitionerrole-radiologist-example

practitioner: Practitioner Petras Gydytojaitis

code: Radiologist (occupation)


Lithuanian


Generated Narrative: PractitionerRole practitionerrole-radiologist-example

practitioner: Practitioner Petras Gydytojaitis

code: Radiologist (occupation)


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerrole-radiologist-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/practitioner-role-lt"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/practitioner-radiologist-example"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "66862007",
          "display": "Radiologist (occupation)"
        }
      ]
    }
  ]
}