@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "

This case-sensitive code system http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle defines the following codes:

CodeDisplay
1 Origination / Creation
2 Import / Copy
3 Amendment
4 Verification
5 Translation
6 Access / Use
7 De-identification
8 Aggregation / summarization / derivation
9 Report
10 Export
11 Disclosure
12 Receipt of disclosure
13 Archiving
14 Logical deletion
15 Permanent erasure / Physical destruction
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.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 "2024-03-09T14:36:19-07:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------