HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

- TTL Representation

(back to description)

Raw ttl

Source view

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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: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 "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            \n      <h2>DICOM Audit Message Record Lifecycle Events</h2>\n            \n      <div>\n              \n        <p>Attached is vocabulary for the record lifecycle events, as per DICOM Audit Message,</p>\n\n            \n      </div>\n            \n      <p>\n              \n        <b>Copyright Statement:</b> 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      </p>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle defines the following codes:</p>\n            \n      <table class=\"codes\">\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">\n                  \n            <b>Code</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Display</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Definition</b>\n                \n          </td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">1\n                  \n            <a name=\"dicom-audit-lifecycle-1\"> </a>\n                \n          </td>\n                \n          <td>Origination / Creation</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">2\n                  \n            <a name=\"dicom-audit-lifecycle-2\"> </a>\n                \n          </td>\n                \n          <td>Import / Copy</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">3\n                  \n            <a name=\"dicom-audit-lifecycle-3\"> </a>\n                \n          </td>\n                \n          <td>Amendment</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">4\n                  \n            <a name=\"dicom-audit-lifecycle-4\"> </a>\n                \n          </td>\n                \n          <td>Verification</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">5\n                  \n            <a name=\"dicom-audit-lifecycle-5\"> </a>\n                \n          </td>\n                \n          <td>Translation</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">6\n                  \n            <a name=\"dicom-audit-lifecycle-6\"> </a>\n                \n          </td>\n                \n          <td>Access / Use</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">7\n                  \n            <a name=\"dicom-audit-lifecycle-7\"> </a>\n                \n          </td>\n                \n          <td>De-identification</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">8\n                  \n            <a name=\"dicom-audit-lifecycle-8\"> </a>\n                \n          </td>\n                \n          <td>Aggregation / summarization / derivation</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">9\n                  \n            <a name=\"dicom-audit-lifecycle-9\"> </a>\n                \n          </td>\n                \n          <td>Report</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">10\n                  \n            <a name=\"dicom-audit-lifecycle-10\"> </a>\n                \n          </td>\n                \n          <td>Export</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">11\n                  \n            <a name=\"dicom-audit-lifecycle-11\"> </a>\n                \n          </td>\n                \n          <td>Disclosure</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">12\n                  \n            <a name=\"dicom-audit-lifecycle-12\"> </a>\n                \n          </td>\n                \n          <td>Receipt of disclosure</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">13\n                  \n            <a name=\"dicom-audit-lifecycle-13\"> </a>\n                \n          </td>\n                \n          <td>Archiving</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">14\n                  \n            <a name=\"dicom-audit-lifecycle-14\"> </a>\n                \n          </td>\n                \n          <td>Logical deletion</td>\n                \n          <td/>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">15\n                  \n            <a name=\"dicom-audit-lifecycle-15\"> </a>\n                \n          </td>\n                \n          <td>Permanent erasure / Physical destruction</td>\n                \n          <td/>\n              \n        </tr>\n            \n      </table>\n          \n    </div>"
  ];
  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.