HL7 Terminology (THO)
5.0.0 - Publication International flag

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

: Appropriateness Score - TTL Representation

Active as of 2022-10-18

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 <code>http://terminology.hl7.org/CodeSystem/appropriateness-score</code> 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 action is extremely inappropriate</td></tr><tr><td style=\"white-space:nowrap\">inappropriate<a name=\"appropriateness-score-inappropriate\"> </a></td><td>Inappropriate</td><td>The action 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 action 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 action 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 action 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 action 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 action is probably appropriate</td></tr><tr><td style=\"white-space:nowrap\">appropriate<a name=\"appropriateness-score-appropriate\"> </a></td><td>Appropriate</td><td>The action 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 action is extremely appropriate</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/appropriateness-score"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "old" ];
     fhir:Identifier.value [ fhir:value "http://hl7.org/fhir/us/qicore/CodeSystem/appropriateness-score" ]
  ];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "AppropriatenessScore"];
  fhir:CodeSystem.title [ fhir:value "Appropriateness Score"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2022-10-18"^^xsd:date];
  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 "The scoring for appropriateness of an action based upon RAND."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/appropriateness-score";
     fhir:link <http://terminology.hl7.org/ValueSet/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 action 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 action 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 action 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 action 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 action 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 action 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 action 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 action 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 action is extremely appropriate" ]
  ].

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

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