Uzbekistan Digital Health Platform
0.3.0 - ci-build International flag

Uzbekistan Digital Health Platform, published by Uzinfocom LLC. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/DHP-temp/ and changes regularly. See the Directory of published versions

: example-practitionerrole - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "example-practitionerrole",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-practitioner-role"
    ]
  },
  "language" : "uz",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole example-practitionerrole</b></p><a name=\"example-practitionerrole\"> </a><a name=\"hcexample-practitionerrole\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: uz</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-practitioner-role.html\">UZ Core PractitionerRole</a></p></div><p><b>identifier</b>: National unique individual identifier/9876543210</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p><p><b>organization</b>: <a href=\"Organization-example-organization.html\">Organization Republican Oncology Center</a></p><p><b>code</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/position-and-profession-cs 2212.14}\">Vrach ginekolog</span></p><p><b>specialty</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/profession-specialization-cs 394585009}\">Akusherlik va ginekologiya</span></p><p><b>healthcareService</b>: <a href=\"HealthcareService-example-healthcareservice.html\">HealthcareService IHC specific</a></p></div><div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: Определенный набор ролей/мест/специальностей/услуг, которые практикующий специалист может выполнять или выполнял в организации в течение определенного периода времени. example-practitionerrole</b></p><a name=\"ru-example-practitionerrole\"> </a><a name=\"ru-hcexample-practitionerrole\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Язык: uz</p><p style=\"margin-bottom: 0px\">Профиль: <a href=\"StructureDefinition-uz-core-practitioner-role.html\">UZ Core PractitionerRole</a></p></div><p><b>identifier</b>: National unique individual identifier/9876543210</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p><p><b>organization</b>: <a href=\"Organization-example-organization.html\">Organization Республиканский онкологический центр</a></p><p><b>code</b>: <span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/position-and-profession-cs 2212.14}\">Vrach ginekolog</span></p><p><b>specialty</b>: <span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/profession-specialization-cs 394585009}\">Akusherlik va ginekologiya</span></p><p><b>healthcareService</b>: <a href=\"HealthcareService-example-healthcareservice.html\">HealthcareService ИГХ специфические</a></p></div></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ]
      },
      "system" : "https://hrm.argos.uz",
      "value" : "9876543210"
    }
  ],
  "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"
    }
  ]
}