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

Active as of 2025-10-20

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ozo-auditevent-source-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-source-type-vs</b></p><a name=\"ozo-auditevent-source-type-vs\"> </a><a name=\"hcozo-auditevent-source-type-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-security-source-type.html\"><code>http://terminology.hl7.org/CodeSystem/security-source-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-security-source-type.html#security-source-type-4\">4</a></td><td>Application Server</td><td>Application Server process or thread.</td></tr></table></li></ul></div>"
  },
  "url" : "http://headease.gitlab.io/ozo-refererence-impl/ozo-implementation-guide/ValueSet/ozo-auditevent-source-type-vs",
  "version" : "0.1.0",
  "name" : "OZOAuditEventSourceTypeVS",
  "title" : "OZO AuditEvent Source 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 sources in OZO audit events",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/security-source-type",
        "concept" : [
          {
            "code" : "4",
            "display" : "Application Server"
          }
        ]
      }
    ]
  }
}