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-provenance - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "example-provenance",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-provenance"
    ]
  },
  "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: Provenance example-provenance</b></p><a name=\"example-provenance\"> </a><a name=\"hcexample-provenance\"> </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-provenance.html\">UZ Core Provenance</a></p></div><p>Provenance for <a href=\"DocumentReference-example-pdf-document.html\">DocumentReference: status = current</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2025-02-05 12:58:00+0500</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion LA}\">legally authenticated</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole Vrach ginekolog</a></td></tr></table></div><div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: Происхождение ресурса — это запись, которая описывает сущности и процессы, вовлеченные в производство и доставку или иным образом влияющие на этот ресурс. Происхождение обеспечивает критически важную основу для оценки подлинности, обеспечения доверия и обеспечения воспроизводимости. Утверждения о происхождении являются формой контекстных метаданных и сами могут стать важными записями со своим собственным происхождением. Заявление о происхождении указывает на клиническую значимость с точки зрения уверенности в подлинности, надежности и достоверности, целостности и стадии жизненного цикла (например, Завершение документа — был ли артефакт юридически аутентифицирован), все из которых могут влиять на политику безопасности, конфиденциальности и доверия. example-provenance</b></p><a name=\"ru-example-provenance\"> </a><a name=\"ru-hcexample-provenance\"> </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-provenance.html\">UZ Core Provenance</a></p></div><p>Провенанс для <a href=\"DocumentReference-example-pdf-document.html\">DocumentReference: status = current</a></p><p>Summary</p><table class=\"grid\"><tr><td>Начисление</td><td>2025-02-05 12:58:00+0500</td></tr><tr><td>Активность</td><td><span title=\"Коды:{http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion LA}\">юридическое заверение</span></td></tr></table><p><b>Агенты</b></p><table class=\"grid\"><tr><td><b>Тип</b></td><td><b>кто</b></td></tr><tr><td><span title=\"Коды:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Автор</span></td><td><a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole Vrach ginekolog</a></td></tr></table></div></div>"
  },
  "target" : [
    {
      🔗 "reference" : "DocumentReference/example-pdf-document"
    }
  ],
  "occurredDateTime" : "2025-02-05T12:58:00+05:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion",
        "code" : "LA"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "PractitionerRole/example-practitionerrole"
      }
    }
  ],
  "signature" : [
    {
      "type" : [
        {
          "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/signature-type-cs",
          "code" : "biometricAuth"
        }
      ],
      "when" : "2025-02-05T12:58:00+05:00",
      "who" : {
        🔗 "reference" : "PractitionerRole/example-practitionerrole"
      },
      "sigFormat" : "application/signature+xml",
      "data" : "dGhpcyBibG9iIGlzIHNuaXBwZWQ="
    }
  ]
}