HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

Audit event entity type - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "audit-entity-type",
  "meta" : {
    "lastUpdated" : "2020-04-09T21:10:28.568+00:00",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            \n      <h2>Audit event entity type</h2>\n            \n      <div>\n              \n        <p>Code for the entity type involved in the audit event.</p>\n\n            \n      </div>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/audit-entity-type defines the following codes:</p>\n            \n      <table class=\"codes\">\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">\n                  \n            <b>Code</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Display</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Definition</b>\n                \n          </td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">1\n                  \n            <a name=\"audit-entity-type-1\"> </a>\n                \n          </td>\n                \n          <td>Person</td>\n                \n          <td>Person</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">2\n                  \n            <a name=\"audit-entity-type-2\"> </a>\n                \n          </td>\n                \n          <td>System Object</td>\n                \n          <td>System Object</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">3\n                  \n            <a name=\"audit-entity-type-3\"> </a>\n                \n          </td>\n                \n          <td>Organization</td>\n                \n          <td>Organization</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">4\n                  \n            <a name=\"audit-entity-type-4\"> </a>\n                \n          </td>\n                \n          <td>Other</td>\n                \n          <td>Other</td>\n              \n        </tr>\n            \n      </table>\n          \n    </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "sec"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1134"
    }
  ],
  "version" : "4.2.0",
  "name" : "AuditEventEntityType",
  "title" : "Audit event entity type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-03-10T09:44:54+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        },
        {
          "system" : "email",
          "value" : "fhir@lists.hl7.org"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        },
        {
          "system" : "email",
          "value" : "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description" : "Code for the entity type involved in the audit event.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "1",
      "display" : "Person",
      "definition" : "Person"
    },
    {
      "code" : "2",
      "display" : "System Object",
      "definition" : "System Object"
    },
    {
      "code" : "3",
      "display" : "Organization",
      "definition" : "Organization"
    },
    {
      "code" : "4",
      "display" : "Other",
      "definition" : "Other"
    }
  ]
}