This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions
Vocabulary Work Group | Maturity Level: N/A | Ballot Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code System DICOM Audit Message Record Lifecycle Events
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem; fhir:Resource.id [ fhir:value "dicom-audit-lifecycle"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle"]; fhir:CodeSystem.version [ fhir:value "20100826"]; fhir:CodeSystem.name [ fhir:value "DICOM Audit Message Record Lifecycle Events"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"]; 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"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "1" ]; fhir:CodeSystem.display [ fhir:value "Origination / Creation" ] ], [ fhir:index 1; fhir:CodeSystem.code [ fhir:value "2" ]; fhir:CodeSystem.display [ fhir:value "Import / Copy" ] ], [ fhir:index 2; fhir:CodeSystem.code [ fhir:value "3" ]; fhir:CodeSystem.display [ fhir:value "Amendment" ] ], [ fhir:index 3; fhir:CodeSystem.code [ fhir:value "4" ]; fhir:CodeSystem.display [ fhir:value "Verification" ] ], [ fhir:index 4; fhir:CodeSystem.code [ fhir:value "5" ]; fhir:CodeSystem.display [ fhir:value "Translation" ] ], [ fhir:index 5; fhir:CodeSystem.code [ fhir:value "6" ]; fhir:CodeSystem.display [ fhir:value "Access / Use" ] ], [ fhir:index 6; fhir:CodeSystem.code [ fhir:value "7" ]; fhir:CodeSystem.display [ fhir:value "De-identification" ] ], [ fhir:index 7; fhir:CodeSystem.code [ fhir:value "8" ]; fhir:CodeSystem.display [ fhir:value "Aggregation / summarization / derivation" ] ], [ fhir:index 8; fhir:CodeSystem.code [ fhir:value "9" ]; fhir:CodeSystem.display [ fhir:value "Report" ] ], [ fhir:index 9; fhir:CodeSystem.code [ fhir:value "10" ]; fhir:CodeSystem.display [ fhir:value "Export" ] ], [ fhir:index 10; fhir:CodeSystem.code [ fhir:value "11" ]; fhir:CodeSystem.display [ fhir:value "Disclosure" ] ], [ fhir:index 11; fhir:CodeSystem.code [ fhir:value "12" ]; fhir:CodeSystem.display [ fhir:value "Receipt of disclosure" ] ], [ fhir:index 12; fhir:CodeSystem.code [ fhir:value "13" ]; fhir:CodeSystem.display [ fhir:value "Archiving" ] ], [ fhir:index 13; fhir:CodeSystem.code [ fhir:value "14" ]; fhir:CodeSystem.display [ fhir:value "Logical deletion" ] ], [ fhir:index 14; fhir:CodeSystem.code [ fhir:value "15" ]; fhir:CodeSystem.display [ fhir:value "Permanent erasure / Physical destruction" ] ] . # -------------------------------------------------------------------------------------
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.