{
  "resourceType": "CodeSystem",
  "id": "audit-entity-type",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>AuditEventEntityType</h2><div><p>Code for the entity type involved in the audit event.</p></div><p>This code system http://hl7.org/fhir/audit-entity-type defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1\r\n                  <a name=\"audit-entity-type-1\"></a></td><td>Person</td><td>Person</td></tr><tr><td>2\r\n                  <a name=\"audit-entity-type-2\"></a></td><td>System Object</td><td>System Object</td></tr><tr><td>3\r\n                  <a name=\"audit-entity-type-3\"></a></td><td>Organization</td><td>Organization</td></tr><tr><td>4\r\n                  <a name=\"audit-entity-type-4\"></a></td><td>Other</td><td>Other</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sec"
    }
  ],
  "url": "http://hl7.org/fhir/audit-entity-type",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.903"
  },
  "version": "3.0.1",
  "name": "AuditEventEntityType",
  "status": "draft",
  "experimental": true,
  "date": "2017-03-09T22:44:54+00: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,
  "valueSet": "http://hl7.org/fhir/ValueSet/audit-entity-type",
  "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"
    }
  ]
}