HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: DICOM Audit Message Record Lifecycle Events - TTL Representation

Active as of 2023-09-08

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dicom-audit-lifecycle"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "DicomAuditMessageRecordLifecycleEvents"] ; # 
  fhir:title [ fhir:v "DICOM Audit Message Record Lifecycle Events"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-09-08T17:52:31-06:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Attached is vocabulary for the record lifecycle events, as per DICOM Audit Message, "] ; # 
  fhir:copyright [ fhir:v "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."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Origination / Creation" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Import / Copy" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Amendment" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Verification" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Translation" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Access / Use" ]
  ] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "De-identification" ]
  ] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "Aggregation / summarization / derivation" ]
  ] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "Report" ]
  ] [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Export" ]
  ] [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "Disclosure" ]
  ] [
fhir:code [ fhir:v "12" ] ;
fhir:display [ fhir:v "Receipt of disclosure" ]
  ] [
fhir:code [ fhir:v "13" ] ;
fhir:display [ fhir:v "Archiving" ]
  ] [
fhir:code [ fhir:v "14" ] ;
fhir:display [ fhir:v "Logical deletion" ]
  ] [
fhir:code [ fhir:v "15" ] ;
fhir:display [ fhir:v "Permanent erasure / Physical destruction" ]
  ] ) . #