HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. 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:id [ fhir:v "appropriateness-score"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive 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:url [ fhir:v "http://terminology.hl7.org/CodeSystem/appropriateness-score"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "old" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir/us/qicore/CodeSystem/appropriateness-score" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "AppropriatenessScore"] ; # 
  fhir:title [ fhir:v "Appropriateness Score"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-10-18"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Health Level Seven International"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The scoring for appropriateness of an action based upon RAND."] ; # 
  fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/appropriateness-score"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/appropriateness-score>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "extremely-inappropriate" ] ;
fhir:display [ fhir:v "Extremely Inappropriate" ] ;
fhir:definition [ fhir:v "The action is extremely inappropriate" ]
  ] [
fhir:code [ fhir:v "inappropriate" ] ;
fhir:display [ fhir:v "Inappropriate" ] ;
fhir:definition [ fhir:v "The action is inappropriate" ]
  ] [
fhir:code [ fhir:v "probably-inappropriate" ] ;
fhir:display [ fhir:v "Probably Inappropriate" ] ;
fhir:definition [ fhir:v "The action is probably inappropriate" ]
  ] [
fhir:code [ fhir:v "uncertain-inappropriate" ] ;
fhir:display [ fhir:v "Uncertain Inappropriate" ] ;
fhir:definition [ fhir:v "The appropriateness of the action is uncertain, leaning towards inappropriate" ]
  ] [
fhir:code [ fhir:v "uncertain" ] ;
fhir:display [ fhir:v "Uncertain" ] ;
fhir:definition [ fhir:v "The appropriateness of the action is uncertain" ]
  ] [
fhir:code [ fhir:v "uncertain-appropriate" ] ;
fhir:display [ fhir:v "Uncertain Appropriate" ] ;
fhir:definition [ fhir:v "The appropriateness of the action is uncertain, leaning towards appropriate" ]
  ] [
fhir:code [ fhir:v "probably-appropriate" ] ;
fhir:display [ fhir:v "Probably Appropriate" ] ;
fhir:definition [ fhir:v "The action is probably appropriate" ]
  ] [
fhir:code [ fhir:v "appropriate" ] ;
fhir:display [ fhir:v "Appropriate" ] ;
fhir:definition [ fhir:v "The action is appropriate" ]
  ] [
fhir:code [ fhir:v "extremely-appropriate" ] ;
fhir:display [ fhir:v "Extremely Appropriate" ] ;
fhir:definition [ fhir:v "The action is extremely appropriate" ]
  ] ) . #