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

FHIR IG analytics

Packagelt.hl7.fhir.prostate
Resource TypePractitionerRole
IdPractitionerRole-practitioner-role-lt-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 practitioner-role-lt-example

Language: en

Profile: Practitioner Role (LT Base)

active: true

practitioner: Practitioner Petras Kazlauskas (official)

organization: Organization Vilniaus miesto ligoninÄ—

code: Doctor


Lithuanian


Generated Narrative: PractitionerRole practitioner-role-lt-example

Language: en

Profile: Practitioner Role (LT Base)

active: true

practitioner: Practitioner Petras Kazlauskas (official)

organization: Organization Vilniaus miesto ligoninÄ—

code: Doctor


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitioner-role-lt-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/prostate/StructureDefinition/practitioner-role-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/practitioner-eucore-example"
  },
  "organization": {
    "reference": "Organization/organization-lt-example"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code": "doctor",
          "display": "Doctor"
        }
      ]
    }
  ]
}