This page is part of the Clinical Guidelines (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
@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 "cpg-recommendation-direction"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-codesystem"; fhir:index 0; fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-codesystem> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CPG Recommendation Direction</h2><div><p>The direction of a recommendation, either for or against a particular action, taking into account the balance between desirable and undersirable outcomes; the confidence in the magnitude of estimates of effect; the confidence in values and preferences and their variability; and resource use.</p>\n</div><p>This code system http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-recommendation-direction 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\">for<a name=\"cpg-recommendation-direction-for\"> </a></td><td>For</td><td>The recommendation is for a particular action, taking into account the balance between desirable and undersirable outcomes; the confidence in the magnitude of estimates of effect; the confidence in values and preferences and their variability; and resource use.</td></tr><tr><td style=\"white-space:nowrap\">against<a name=\"cpg-recommendation-direction-against\"> </a></td><td>Against</td><td>The recommendation is against a particular action, taking into account the balance between desirable and undersirable outcomes; the confidence in the magnitude of estimates of effect; the confidence in values and preferences and their variability; and resource use.</td></tr></table></div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference" ]; fhir:Extension.valueUri [ fhir:value "https://www.ncbi.nlm.nih.gov/pubmed/23570745" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference" ]; fhir:Extension.valueUri [ fhir:value "https://gdt.gradepro.org/app/handbook/handbook.html#h.1yd7iwhn8pxp" ] ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-recommendation-direction"]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "CPG_Recommendation_Direction"]; fhir:CodeSystem.title [ fhir:value "CPG Recommendation Direction"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2019-05-08T00:00:00-04:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Health Level 7 International - Clinical Decision Support 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://www.hl7.org/Special/committees/dss/index.cfm" ] ] ]; fhir:CodeSystem.description [ fhir:value "The direction of a recommendation, either for or against a particular action, taking into account the balance between desirable and undersirable outcomes; the confidence in the magnitude of estimates of effect; the confidence in values and preferences and their variability; and resource use."]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "001" ]; fhir:Coding.display [ fhir:value "World" ] ] ]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/uv/cpg/ValueSet/cpg-recommendation-direction"; fhir:link <http://hl7.org/fhir/uv/cpg/ValueSet/cpg-recommendation-direction> ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "for" ]; fhir:CodeSystem.concept.display [ fhir:value "For" ]; fhir:CodeSystem.concept.definition [ fhir:value "The recommendation is for a particular action, taking into account the balance between desirable and undersirable outcomes; the confidence in the magnitude of estimates of effect; the confidence in values and preferences and their variability; and resource use." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "against" ]; fhir:CodeSystem.concept.display [ fhir:value "Against" ]; fhir:CodeSystem.concept.definition [ fhir:value "The recommendation is against a particular action, taking into account the balance between desirable and undersirable outcomes; the confidence in the magnitude of estimates of effect; the confidence in values and preferences and their variability; and resource use." ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.