{
  "resourceType" : "CodeSystem",
  "id" : "audit-entity-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/audit-entity-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">1\n                  <a name=\"audit-entity-type-1\"> </a>\n                </td>\n                <td>Person</td>\n                <td>Person</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">2\n                  <a name=\"audit-entity-type-2\"> </a>\n                </td>\n                <td>System Object</td>\n                <td>System Object</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">3\n                  <a name=\"audit-entity-type-3\"> </a>\n                </td>\n                <td>Organization</td>\n                <td>Organization</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">4\n                  <a name=\"audit-entity-type-4\"> </a>\n                </td>\n                <td>Other</td>\n                <td>Other</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4b.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "sec"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
  "version" : "4.3.0",
  "name" : "AuditEventEntityType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-03-10T08:44:54+10:00",
  "publisher" : "Security",
  "contact" : [{
    "name" : "Security",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/secure"
    }]
  }],
  "description" : "Code for the entity type involved in the audit event (derived from ATNA).",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "copyright" : "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.",
  "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"
  }]
}