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

This 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: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 ]; 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 . # -------------------------------------------------------------------------------------