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-auditevent-login

Raw json | Download

{
  "resourceType" : "AuditEvent",
  "id" : "example-auditevent-login",
  "meta" : {
    "profile" : [
      🔗 "http://medcore.uz/StructureDefinition/dhp-auditevent"
    ]
  },
  "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: AuditEvent example-auditevent-login</b></p><a name=\"example-auditevent-login\"> </a><a name=\"hcexample-auditevent-login\"> </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-auditevent.html\">Uzbekistan DHP AuditEvent</a></p></div><p><b>category</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110114}\">User Authentication</span></p><p><b>code</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110122}\">Login</span></p><p><b>action</b>: Execute</p><p><b>occurred</b>: 2023-11-09 15:23:47+0000</p><p><b>recorded</b>: 2023-11-09 15:23:47+0000</p><h3>Outcomes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-issue-severity.html#issue-severity-success\">Issue Severity success</a>: Operation Successful</td></tr></table><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Role</b></td><td><b>Who</b></td><td><b>Authorization</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/extra-security-role-type humanuser}\">Human User</span></td><td><span title=\"Codes:{http://hl7.org/fhir/sample-security-structural-roles regulated-health-professionals}\">Regulated Health Professionals</span></td><td><a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole Vrach ginekolog</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason TREAT}\">treatment</span></td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Uzbekistan Digital Health Platform</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/security-source-type 4}\">Application Server</span></td></tr></table></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://dicom.nema.org/resources/ontology/DCM",
          "code" : "110114",
          "display" : "User Authentication"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "110122",
        "display" : "Login"
      }
    ]
  },
  "action" : "E",
  "occurredDateTime" : "2023-11-09T15:23:47.123Z",
  "recorded" : "2023-11-09T15:23:47.123Z",
  "outcome" : {
    "code" : {
      "system" : "http://hl7.org/fhir/issue-severity",
      "code" : "success"
    }
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
            "code" : "humanuser"
          }
        ]
      },
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/sample-security-structural-roles",
              "code" : "regulated-health-professionals"
            }
          ]
        }
      ],
      "who" : {
        🔗 "reference" : "PractitionerRole/example-practitionerrole"
      },
      "authorization" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
              "code" : "TREAT"
            }
          ]
        }
      ]
    }
  ],
  "source" : {
    "observer" : {
      "display" : "Uzbekistan Digital Health Platform"
    },
    "type" : [
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/security-source-type",
            "code" : "4",
            "display" : "Application Server"
          }
        ]
      }
    ]
  }
}