QI-Core Implementation Guide: STU Ballot (v3.3.0 for FHIR 4.0.0)

Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions

ConditionCriticality

Formats: Narrative, XML, JSON, Turtle

Raw ttl

@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\"><h2>QICore Condition Criticality Codes</h2><div><p>Value Set for QICore Condition Criticality (Example)</p>\n</div><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 "3.3.0"];
  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-22T00:00:00-04:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Health Level Seven, Inc. - CQI WG"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://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:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  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.