@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system http://terminology.hl7.org/CodeSystem/appropriateness-score defines the following codes:

CodeDisplayDefinition
extremely-inappropriate Extremely InappropriateThe action is extremely inappropriate
inappropriate InappropriateThe action is inappropriate
probably-inappropriate Probably InappropriateThe action is probably inappropriate
uncertain-inappropriate Uncertain InappropriateThe appropriateness of the action is uncertain, leaning towards inappropriate
uncertain UncertainThe appropriateness of the action is uncertain
uncertain-appropriate Uncertain AppropriateThe appropriateness of the action is uncertain, leaning towards appropriate
probably-appropriate Probably AppropriateThe action is probably appropriate
appropriate AppropriateThe action is appropriate
extremely-appropriate Extremely AppropriateThe action is extremely appropriate
" ] ; # 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 ] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------