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 Agent Type ValueSet - JSON Representation

Active as of 2025-10-20

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ozo-auditevent-agent-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-agent-type-vs</b></p><a name=\"ozo-auditevent-agent-type-vs\"> </a><a name=\"hcozo-auditevent-agent-type-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://dicom.nema.org/resources/ontology/DCM\"><code>http://dicom.nema.org/resources/ontology/DCM</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://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110150\">110150</a></td><td>Application</td><td>Audit participant role ID of software application</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110151\">110151</a></td><td>Application Launcher</td><td>Audit participant role ID of software application launcher, i.e., the entity that started or stopped an application</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110152\">110152</a></td><td>Destination Role ID</td><td>Audit participant role ID of the receiver of data</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110153\">110153</a></td><td>Source Role ID</td><td>Audit participant role ID of the sender of data</td></tr></table></li></ul></div>"
  },
  "url" : "http://headease.gitlab.io/ozo-refererence-impl/ozo-implementation-guide/ValueSet/ozo-auditevent-agent-type-vs",
  "version" : "0.1.0",
  "name" : "OZOAuditEventAgentTypeVS",
  "title" : "OZO AuditEvent Agent 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 agents in OZO audit events",
  "compose" : {
    "include" : [
      {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "concept" : [
          {
            "code" : "110150",
            "display" : "Application"
          },
          {
            "code" : "110151",
            "display" : "Application Launcher"
          },
          {
            "code" : "110152",
            "display" : "Destination Role ID"
          },
          {
            "code" : "110153",
            "display" : "Source Role ID"
          }
        ]
      }
    ]
  }
}