Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw ttl
@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\"><h2>RAND Appropriateness Scores</h2><div><p>The RAND scoring for appropriateness of the procedure.</p>\n</div><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/appropriateness-score 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 procedure is extremely inappropriate</td></tr><tr><td style=\"white-space:nowrap\">inappropriate<a name=\"appropriateness-score-inappropriate\"> </a></td><td>Inappropriate</td><td>The procedure 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 procedure 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 procedure 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 procedure 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 procedure 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 procedure is probably appropriate</td></tr><tr><td style=\"white-space:nowrap\">appropriate<a name=\"appropriateness-score-appropriate\"> </a></td><td>Appropriate</td><td>The procedure 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 procedure is extremely appropriate</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/qicore/CodeSystem/appropriateness-score"]; fhir:CodeSystem.version [ fhir:value "3.3.0"]; fhir:CodeSystem.name [ fhir:value "AppropriatenessScore"]; fhir:CodeSystem.title [ fhir:value "RAND Appropriateness Scores"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2018-08-22T00:00:00-04:00"^^xsd:dateTime]; 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 RAND scoring for appropriateness of the procedure."]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America" ] ] ]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/us/qicore/ValueSet/qicore-appropriateness-score"; fhir:link <http://hl7.org/fhir/us/qicore/ValueSet/qicore-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 procedure 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 procedure 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 procedure 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 procedure 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 procedure 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 procedure 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 procedure 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 procedure 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 procedure is extremely appropriate" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.