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

FHIR IG analytics

Packageuz.dhp.core
Resource TypePractitionerRole
IdPractitionerRole-example-practitionerrole.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 example-practitionerrole

Language: uz

Profile: UZ Core PractitionerRole

active: true

practitioner: Practitioner Test Test Test(official)

organization: Organization Respublika onkologiya markazi

code: Vrach ginekolog

specialty: Akusherlik va ginekologiya

healthcareService: HealthcareService IHC-ga xos


Russian


Сгенерированный нарратив: PractitionerRole example-practitionerrole

Язык: uz

Профиль: UZ Core PractitionerRole

active: true

practitioner: Practitioner Test Test Test(official)

organization: Organization Республиканский онкологический центр

code: Vrach ginekolog

specialty: Akusherlik va ginekologiya

healthcareService: HealthcareService ИГХ специфические


Uzbek


Generated Narrative: PractitionerRole example-practitionerrole

Language: uz

Profile: UZ Core PractitionerRole

active: true

practitioner: Practitioner Test Test Test(official)

organization: Organization Respublika onkologiya markazi

code: Vrach ginekolog

specialty: Akusherlik va ginekologiya

healthcareService: HealthcareService IHC-ga xos


Source1

{
  "resourceType": "PractitionerRole",
  "id": "example-practitionerrole",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-practitioner-role"
    ]
  },
  "language": "uz",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/example-practitioner"
  },
  "organization": {
    "reference": "Organization/example-organization"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/position-and-profession-cs",
          "code": "2212.14",
          "display": "Vrach ginekolog"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/profession-specialization-cs",
          "code": "394585009",
          "display": "Akusherlik va ginekologiya"
        }
      ]
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/example-healthcareservice"
    }
  ]
}