HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AuditEventExample01 - JSON Representation

Raw json | Download

{
  "resourceType" : "AuditEvent",
  "id" : "AuditEventExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-core-auditevent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent AuditEventExample01</b></p><a name=\"AuditEventExample01\"> </a><a name=\"hcAuditEventExample01\"> </a><a name=\"AuditEventExample01-en-US\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-core-auditevent.html\">核心审计事件结构定义</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>: 2021-05-07 12:32:23+0000</p><p><b>recorded</b>: 2021-05-07 12:34:23+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>[not stated] success: success</td></tr></table><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/extra-security-role-type humanuser}\">human user</span></p><p><b>who</b>: Identifier: 95</p><p><b>requestor</b>: true</p><p><b>network</b>: [192.16.8.1.41]</p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110153}\">Source Role ID</span></p><p><b>who</b>: Identifier: empi.xxx.com</p><p><b>requestor</b>: false</p><p><b>network</b>: [192.16.8.1.43]</p></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Site</b></td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>中心机房</td><td>单点登录系统 (Identifier: sso.platform.local)</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/security-source-typ 3}\">Web 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" : "2021-05-07T12:32:23Z",
  "recorded" : "2021-05-07T12:34:23Z",
  "outcome" : {
    "code" : {
      "code" : "success"
    }
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
            "code" : "humanuser",
            "display" : "human user"
          }
        ]
      },
      "who" : {
        "identifier" : {
          "value" : "95"
        }
      },
      "requestor" : true,
      "networkString" : "[192.16.8.1.41]"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "110153",
            "display" : "Source Role ID"
          }
        ]
      },
      "who" : {
        "identifier" : {
          "value" : "empi.xxx.com"
        }
      },
      "requestor" : false,
      "networkString" : "[192.16.8.1.43]"
    }
  ],
  "source" : {
    "site" : {
      "display" : "中心机房"
    },
    "observer" : {
      "identifier" : {
        "value" : "sso.platform.local"
      },
      "display" : "单点登录系统"
    },
    "type" : [
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/security-source-typ",
            "code" : "3",
            "display" : "Web Server"
          }
        ]
      }
    ]
  }
}