OZO FHIR implementation guide
0.1.0 - ci-build

OZO FHIR implementation guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OZO AuditEvent Type ValueSet - JSON Representation

Active as of 2025-10-20

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ozo-auditevent-type-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ozo-auditevent-type-vs</b></p><a name=\"ozo-auditevent-type-vs\"> </a><a name=\"hcozo-auditevent-type-vs\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-audit-event-type.html\"><code>http://terminology.hl7.org/CodeSystem/audit-event-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-audit-event-type.html#audit-event-type-rest\">rest</a></td><td>RESTful Operation</td><td>Audit Event: Execution of a RESTful operation as defined by FHIR.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-iso-21089-lifecycle.html\"><code>http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-iso-21089-lifecycle.html#iso-21089-lifecycle-transmit\">transmit</a></td><td>Transmit Record Lifecycle Event</td><td>Occurs when an agent causes the system to send record entry content from one (EHR/PHR/other) system to another.</td></tr></table></li></ul></div>"
  },
  "url" : "http://headease.gitlab.io/ozo-refererence-impl/ozo-implementation-guide/ValueSet/ozo-auditevent-type-vs",
  "version" : "0.1.0",
  "name" : "OZOAuditEventTypeVS",
  "title" : "OZO AuditEvent Type ValueSet",
  "status" : "active",
  "date" : "2025-10-20T18:11:45+00:00",
  "publisher" : "Headease",
  "contact" : [
    {
      "name" : "Headease",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://headease.nl"
        }
      ]
    }
  ],
  "description" : "Types of audit events for OZO",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/audit-event-type",
        "concept" : [
          {
            "code" : "rest",
            "display" : "RESTful Operation"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle",
        "concept" : [
          {
            "code" : "transmit",
            "display" : "Transmit Record Lifecycle Event"
          }
        ]
      }
    ]
  }
}