QI-Core Implementation Guide
5.0.0-ballot - STU Ballot US

This page is part of the Quality Improvement Core Framework (v5.0.0-ballot: STU 5 Ballot 1) based on FHIR R4. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

: QICore Condition Criticality Codes - TTL Representation

Draft as of 2018-08-22

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 "condition-criticality"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/condition-criticality defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">unspecified<a name=\"condition-criticality-unspecified\"> </a></td><td>Not Specified</td><td>The criticality of the condition is not specified</td></tr><tr><td style=\"white-space:nowrap\">self-resolving<a name=\"condition-criticality-self-resolving\"> </a></td><td>Expected to Self-Resolve</td><td>The condition is expected to resolve on its own</td></tr><tr><td style=\"white-space:nowrap\">controllable<a name=\"condition-criticality-controllable\"> </a></td><td>Controllable</td><td>The condition is considered to be controllable</td></tr><tr><td style=\"white-space:nowrap\">functional-loss<a name=\"condition-criticality-functional-loss\"> </a></td><td>Potential loss of function or capacity</td><td>The condition may result in partial or full loss of function or capacity</td></tr><tr><td style=\"white-space:nowrap\">life-threatening<a name=\"condition-criticality-life-threatening\"> </a></td><td>Life Threatening</td><td>The condition is considered to be life-threatening</td></tr><tr><td style=\"white-space:nowrap\">requires-hospitalization<a name=\"condition-criticality-requires-hospitalization\"> </a></td><td>Requires Hospitalization</td><td>The condition requires hospitalization</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/qicore/CodeSystem/condition-criticality"];
  fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "ConditionCriticality"];
  fhir:CodeSystem.title [ fhir:value "QICore Condition Criticality Codes"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2018-08-22"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "http://www.hl7.org/Special/committees/cqi/index.cfm"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Clinical Quality Information WG" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cqi" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Value Set for QICore Condition Criticality (Example)"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  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 "unspecified" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not Specified" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The criticality of the condition is not specified" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "self-resolving" ];
     fhir:CodeSystem.concept.display [ fhir:value "Expected to Self-Resolve" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The condition is expected to resolve on its own" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "controllable" ];
     fhir:CodeSystem.concept.display [ fhir:value "Controllable" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The condition is considered to be controllable" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "functional-loss" ];
     fhir:CodeSystem.concept.display [ fhir:value "Potential loss of function or capacity" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The condition may result in partial or full loss of function or capacity" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "life-threatening" ];
     fhir:CodeSystem.concept.display [ fhir:value "Life Threatening" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The condition is considered to be life-threatening" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "requires-hospitalization" ];
     fhir:CodeSystem.concept.display [ fhir:value "Requires Hospitalization" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The condition requires hospitalization" ]
  ].

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

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