Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example ValueSet/security-source-type (JSON)

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Value SetAudit Event Source Type

{
  "resourceType" : "ValueSet",
  "id" : "security-source-type",
  "meta" : {
    "lastUpdated" : "2022-09-07T10:58:29.429+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "sec"
  }],
  "url" : "http://hl7.org/fhir/ValueSet/security-source-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.2981"
  }],
  "version" : "5.0.0-ballot",
  "name" : "AuditEventSourceType",
  "title" : "Audit Event Source Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2010-08-26",
  "publisher" : "HL7 (FHIR Project)",
  "description" : "The type of process where the audit event originated from. Use of these codes is not required but is encouraged to maintain translation with DICOM AuditMessage schema.",
  "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. Additional codes added by HL7 FHIR use-case analysis",
  "compose" : {
    "include" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/security-source-type",
      "concept" : [{
        "code" : "1"
      },
      {
        "code" : "2"
      },
      {
        "code" : "3"
      },
      {
        "code" : "4"
      },
      {
        "code" : "5"
      },
      {
        "code" : "6"
      },
      {
        "code" : "7"
      },
      {
        "code" : "8"
      }]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.