QI-Core Implementation Guide
4.1.0 - release

This page is part of the Quality Improvement Core Framework (v4.1.0: STU 4) 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

: RAND Appropriateness Score Codes - TTL Representation

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 "appropriateness-score"];
  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/appropriateness-score 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\">extremely-inappropriate<a name=\"appropriateness-score-extremely-inappropriate\"> </a></td><td>Extremely Inappropriate</td><td>The procedure is extremely inappropriate</td></tr><tr><td style=\"white-space:nowrap\">inappropriate<a name=\"appropriateness-score-inappropriate\"> </a></td><td>Inappropriate</td><td>The procedure is inappropriate</td></tr><tr><td style=\"white-space:nowrap\">probably-inappropriate<a name=\"appropriateness-score-probably-inappropriate\"> </a></td><td>Probably Inappropriate</td><td>The procedure is probably inappropriate</td></tr><tr><td style=\"white-space:nowrap\">uncertain-inappropriate<a name=\"appropriateness-score-uncertain-inappropriate\"> </a></td><td>Uncertain Inappropriate</td><td>The appropriateness of the procedure is uncertain, leaning towards inappropriate</td></tr><tr><td style=\"white-space:nowrap\">uncertain<a name=\"appropriateness-score-uncertain\"> </a></td><td>Uncertain</td><td>The appropriateness of the procedure is uncertain</td></tr><tr><td style=\"white-space:nowrap\">uncertain-appropriate<a name=\"appropriateness-score-uncertain-appropriate\"> </a></td><td>Uncertain Appropriate</td><td>The appropriateness of the procedure is uncertain, leaning towards appropriate</td></tr><tr><td style=\"white-space:nowrap\">probably-appropriate<a name=\"appropriateness-score-probably-appropriate\"> </a></td><td>Probably Appropriate</td><td>The procedure is probably appropriate</td></tr><tr><td style=\"white-space:nowrap\">appropriate<a name=\"appropriateness-score-appropriate\"> </a></td><td>Appropriate</td><td>The procedure is appropriate</td></tr><tr><td style=\"white-space:nowrap\">extremely-appropriate<a name=\"appropriateness-score-extremely-appropriate\"> </a></td><td>Extremely Appropriate</td><td>The procedure is extremely appropriate</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/qicore/CodeSystem/appropriateness-score"];
  fhir:CodeSystem.version [ fhir:value "4.1.0"];
  fhir:CodeSystem.name [ fhir:value "AppropriatenessScore"];
  fhir:CodeSystem.title [ fhir:value "RAND Appropriateness Score 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 "The RAND scoring for appropriateness of the procedure."];
  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.valueSet [
     fhir:value "http://hl7.org/fhir/us/qicore/ValueSet/qicore-appropriateness-score";
     fhir:link <http://hl7.org/fhir/us/qicore/ValueSet/qicore-appropriateness-score>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "extremely-inappropriate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Extremely Inappropriate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The procedure is extremely inappropriate" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "inappropriate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Inappropriate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The procedure is inappropriate" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "probably-inappropriate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Probably Inappropriate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The procedure is probably inappropriate" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "uncertain-inappropriate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Uncertain Inappropriate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The appropriateness of the procedure is uncertain, leaning towards inappropriate" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "uncertain" ];
     fhir:CodeSystem.concept.display [ fhir:value "Uncertain" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The appropriateness of the procedure is uncertain" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "uncertain-appropriate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Uncertain Appropriate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The appropriateness of the procedure is uncertain, leaning towards appropriate" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "probably-appropriate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Probably Appropriate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The procedure is probably appropriate" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "appropriate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Appropriate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The procedure is appropriate" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "extremely-appropriate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Extremely Appropriate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The procedure is extremely appropriate" ]
  ].

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

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