Clinical Practice Guidelines Example Implementation Guide - Chronic Kidney Disease, published by HL7 International - Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example-ckd/ and changes regularly. See the Directory of published versions
Active as of 2024-08-23 |
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "va-ckd-recommendations"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recommendationdefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recommendationdefinition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PlanDefinition va-ckd-recommendations</b></p><a name=\"va-ckd-recommendations\"> </a><a name=\"hcva-ckd-recommendations\"> </a><a name=\"va-ckd-recommendations-en-US\"> </a><p><b>url</b>: <a href=\"PlanDefinition-va-ckd-recommendations.html\">PlanDefinition VA CKD Recommendations Plan Definition</a></p><p><b>identifier</b>: VA_CKD_Recommendations (use: official, )</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: VACKDRecommendations</p><p><b>title</b>: VA CKD Recommendations Plan Definition</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/plan-definition-type eca-rule}\">ECA Rule</span></p><p><b>status</b>: Active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2024-08-23 13:40:17+0000</p><p><b>publisher</b>: HL7 International - Clinical Decision Support WG</p><p><b>contact</b>: HL7 International - Clinical Decision Support WG: <a href=\"http://www.hl7.org/Special/committees/dss/index.cfm\">http://www.hl7.org/Special/committees/dss/index.cfm</a></p><p><b>description</b>: </p><div><p>VA CKD Recommendations</p>\n</div><h3>UseContexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-usage-context-type.html#usage-context-type-focus\">UsageContextType</a> focus: Clinical Focus</td><td><span title=\"Codes:{http://snomed.info/sct 709044004}\">Chronic kidney disease (disorder)</span></td></tr></table><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>topic</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/definition-topic treatment}\">Treatment</span></p><p><b>library</b>: <a href=\"Library-CKDRiskLogic.html\">Chronic Kidney Disease (CKD) risk screening logic</a></p><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>001</blockquote><p><b>title</b>: CKD Protein Diet</p><p><b>description</b>: In patients with stage 3 and 4 CKD, we suggest a protein diet of 0.6 to 0.8 g/kg/day as it may slow the decline in glomerular filtration rate (GFR) and progression to end-stage renal disease (ESRD).</p><blockquote><p><b>documentation</b></p></blockquote><blockquote><p><b>condition</b></p><p><b>kind</b>: Applicability</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>CQL</td><td>Has CKD stage 3 or 4</td></tr></table></blockquote></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "shareable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "computable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "publishable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel"^^xsd:anyURI ] ;
fhir:value [ fhir:v "structured" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/ckd/PlanDefinition/va-ckd-recommendations"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "VA_CKD_Recommendations" ]
] ) ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "VACKDRecommendations"] ; #
fhir:title [ fhir:v "VA CKD Recommendations Plan Definition"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/plan-definition-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "eca-rule" ] ;
fhir:display [ fhir:v "ECA Rule" ] ] )
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-23T13:40:17+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International - Clinical Decision Support WG"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Clinical Decision Support WG" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss/index.cfm" ] ] )
] ) ; #
fhir:description [ fhir:v "VA CKD Recommendations"] ; #
fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "focus" ] ;
fhir:display [ fhir:v "Clinical Focus" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:709044004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "709044004" ] ;
fhir:display [ fhir:v "Chronic kidney disease (disorder)" ] ] ) ]
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:topic ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/definition-topic"^^xsd:anyURI ] ;
fhir:code [ fhir:v "treatment" ] ;
fhir:display [ fhir:v "Treatment" ] ] )
] ) ; #
fhir:library ( [
fhir:v "http://hl7.org/fhir/uv/cpg/ckd/Library/CKDRiskLogic"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/ckd/Library/CKDRiskLogic>
] ) ; #
fhir:action ( [
fhir:id [ fhir:v "001" ] ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-strengthOfRecommendation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/recommendation-strength"^^xsd:anyURI ] ;
fhir:code [ fhir:v "weak" ] ;
fhir:display [ fhir:v "Weak" ] ] ) ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-directionOfRecommendation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-recommendation-direction-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "for" ] ;
fhir:display [ fhir:v "For" ] ] ) ] ] ) ;
fhir:title [ fhir:v "CKD Protein Diet" ] ;
fhir:description [ fhir:v "In patients with stage 3 and 4 CKD, we suggest a protein diet of 0.6 to 0.8 g/kg/day as it may slow the decline in glomerular filtration rate (GFR) and progression to end-stage renal disease (ESRD)." ] ;
( fhir:documentation [
fhir:type [ fhir:v "documentation" ] ;
fhir:display [ fhir:v "VA/DoD Clinical Practice Guideline for The management of Chronic Kidney Disease in Primary care" ] ;
fhir:url [ fhir:v "http://www.healthquality.va.gov"^^xsd:anyURI ] ;
fhir:document [
fhir:url [ fhir:v "http://www.healthquality.va.gov"^^xsd:anyURI ] ] ] ) ;
( fhir:condition [
fhir:kind [ fhir:v "applicability" ] ;
fhir:expression [
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "Has CKD stage 3 or 4" ] ] ] )
] ) . #
IG © 2023+ HL7 International - Clinical Decision Support WG. Package hl7.fhir.uv.cpg.ckd#1.0.0 based on FHIR 4.0.1. Generated 2024-08-23
Links: Table of Contents |
QA Report
| Version History |