HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). 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: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\">Placeholder</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 "1.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, Inc. - CQI WG"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/special/committees/CQI" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The scoring for appropriateness of an action based upon RAND."] ; # 
  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" ]
  ] ) . #