@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "dicom-audit-lifecycle"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2020-04-09T17:10:28.568-04:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n \n

DICOM Audit Message Record Lifecycle Events

\n \n
\n \n

Attached is vocabulary for the record lifecycle events, as per DICOM Audit Message,

\n\n \n
\n \n

\n \n Copyright Statement: 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.\n \n

\n \n

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

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n Code\n \n \n \n Display\n \n \n \n Definition\n \n
1\n \n \n \n Origination / Creation\n \n
2\n \n \n \n Import / Copy\n \n
3\n \n \n \n Amendment\n \n
4\n \n \n \n Verification\n \n
5\n \n \n \n Translation\n \n
6\n \n \n \n Access / Use\n \n
7\n \n \n \n De-identification\n \n
8\n \n \n \n Aggregation / summarization / derivation\n \n
9\n \n \n \n Report\n \n
10\n \n \n \n Export\n \n
11\n \n \n \n Disclosure\n \n
12\n \n \n \n Receipt of disclosure\n \n
13\n \n \n \n Archiving\n \n
14\n \n \n \n Logical deletion\n \n
15\n \n \n \n Permanent erasure / Physical destruction\n \n
\n \n
" ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle"]; fhir:CodeSystem.version [ fhir:value "20100826"]; fhir:CodeSystem.name [ fhir:value "DicomAuditMessageRecordLifecycleEvents"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2020-05-09T12:49:00-04:00"^^xsd:dateTime]; fhir:CodeSystem.description [ fhir:value "Attached is vocabulary for the record lifecycle events, as per DICOM Audit Message, "]; fhir:CodeSystem.copyright [ fhir:value "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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "Origination / Creation" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "Import / Copy" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "Amendment" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "Verification" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "5" ]; fhir:CodeSystem.concept.display [ fhir:value "Translation" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "6" ]; fhir:CodeSystem.concept.display [ fhir:value "Access / Use" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "7" ]; fhir:CodeSystem.concept.display [ fhir:value "De-identification" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "8" ]; fhir:CodeSystem.concept.display [ fhir:value "Aggregation / summarization / derivation" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "9" ]; fhir:CodeSystem.concept.display [ fhir:value "Report" ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "10" ]; fhir:CodeSystem.concept.display [ fhir:value "Export" ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "11" ]; fhir:CodeSystem.concept.display [ fhir:value "Disclosure" ] ], [ fhir:index 11; fhir:CodeSystem.concept.code [ fhir:value "12" ]; fhir:CodeSystem.concept.display [ fhir:value "Receipt of disclosure" ] ], [ fhir:index 12; fhir:CodeSystem.concept.code [ fhir:value "13" ]; fhir:CodeSystem.concept.display [ fhir:value "Archiving" ] ], [ fhir:index 13; fhir:CodeSystem.concept.code [ fhir:value "14" ]; fhir:CodeSystem.concept.display [ fhir:value "Logical deletion" ] ], [ fhir:index 14; fhir:CodeSystem.concept.code [ fhir:value "15" ]; fhir:CodeSystem.concept.display [ fhir:value "Permanent erasure / Physical destruction" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------