Digital Health Platform
0.1.0 - Uzbekistan flag

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

: example-provenance

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "example-provenance",
  "meta" : {
    "profile" : [
      🔗 "http://medcore.uz/StructureDefinition/dhp-provenance"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<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: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dhp-provenance.html\">Uzbekistan DHP 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>"
  },
  "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.medcore.uz/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="
    }
  ]
}