HL7 Terminology (THO)
4.0.0 - Publication International flag

This page is part of the HL7 Terminology (v4.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

: CAN/CSA-Z795-96 - TTL Representation

Retired as of 2019-03-20

Raw ttl | Download


@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 "csaid"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/csaid</code> defines many codes, but they are not represented here</p></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/csaid"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.6.235" ]
  ];
  fhir:CodeSystem.version [ fhir:value "2.0.2"];
  fhir:CodeSystem.name [ fhir:value "Csaid"];
  fhir:CodeSystem.title [ fhir:value "CAN/CSA-Z795-96"];
  fhir:CodeSystem.status [ fhir:value "retired"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-03-20T00:00:00-04:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "TBD - External Body"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Canadian Standards Association (CSA)" ]
  ];
  fhir:CodeSystem.description [ fhir:value "Inactive since 2015.   Nature of injury (NOI) codes, which are part of the Work Injury or Disease Information coding system (CAN/CSA-Z795-96 - R2003).\r\n\r\nThe CSA code set includes 3 parts: Nature of injury (NOI), body part (BP), side of body (SB).\r\n\r\nFor example:\r\n\r\n *  NOI - Cut or laceration Injury = 03400\r\n *  BP - Upper Arm body part = 31100\r\n *  SOB - Left Side of Body = L\r\n\r\nThe Body Part codes are qualified by the Side of Body codes code system, to be more precise in specifying the location of the injury being coded.\r\n\r\nCode set is maintained by the Canadian Standards Association (CSA).\r\n\r\nset is maintained by the Canadian Standards Association (CSA).\r\n\r\nThe Canadian Standards Association 5060 Spectrum Way Mississauga, Ontario Canada L4W 5N6\r\n\r\nPhone: (416) 747-4000 1-800-463-6727 Fax: (416) 747-2473"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "not-present"].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.