FHIR Cross-Version Extensions package for FHIR R5 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R5 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: DICOM Audit Message Record Lifecycle Events - TTL Representation

Page standards status: Informative Maturity Level: 0

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">1\n                  <a name=\"dicom-audit-lifecycle-1\"> </a>\n                </td>\n                <td>Origination / Creation</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">2\n                  <a name=\"dicom-audit-lifecycle-2\"> </a>\n                </td>\n                <td>Import / Copy</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">3\n                  <a name=\"dicom-audit-lifecycle-3\"> </a>\n                </td>\n                <td>Amendment</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">4\n                  <a name=\"dicom-audit-lifecycle-4\"> </a>\n                </td>\n                <td>Verification</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">5\n                  <a name=\"dicom-audit-lifecycle-5\"> </a>\n                </td>\n                <td>Translation</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">6\n                  <a name=\"dicom-audit-lifecycle-6\"> </a>\n                </td>\n                <td>Access / Use</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">7\n                  <a name=\"dicom-audit-lifecycle-7\"> </a>\n                </td>\n                <td>De-identification</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">8\n                  <a name=\"dicom-audit-lifecycle-8\"> </a>\n                </td>\n                <td>Aggregation / summarization / derivation</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">9\n                  <a name=\"dicom-audit-lifecycle-9\"> </a>\n                </td>\n                <td>Report</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">10\n                  <a name=\"dicom-audit-lifecycle-10\"> </a>\n                </td>\n                <td>Export</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">11\n                  <a name=\"dicom-audit-lifecycle-11\"> </a>\n                </td>\n                <td>Disclosure</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">12\n                  <a name=\"dicom-audit-lifecycle-12\"> </a>\n                </td>\n                <td>Receipt of disclosure</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">13\n                  <a name=\"dicom-audit-lifecycle-13\"> </a>\n                </td>\n                <td>Archiving</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">14\n                  <a name=\"dicom-audit-lifecycle-14\"> </a>\n                </td>\n                <td>Logical deletion</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">15\n                  <a name=\"dicom-audit-lifecycle-15\"> </a>\n                </td>\n                <td>Permanent erasure / Physical destruction</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4b.r5"       ]     ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2"       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "20100826"] ; # 
  fhir:name [ fhir:v "DICOM Audit Message Record Lifecycle Events"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-13T16:46:03-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Attached is vocabulary for the record lifecycle events, as per DICOM Audit Message,"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  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] ; # 
  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" ]
  ] ) . #