@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-10T07:10:28.568+10:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This 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: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-11-07T09:27:49+11: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 . # -------------------------------------------------------------------------------------