FHIR Clincal Guidelines (v0.1.0) (STU1 Ballot)

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

EducationRenalDiet

@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:ActivityDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "cc-cpg-activity-edu-renal-diet"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cc-cpg-activity-edu-renal-diet</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/cpg/ActivityDefinition/cc-cpg-activity-edu-renal-diet\">http://hl7.org/fhir/uv/cpg/ActivityDefinition/cc-cpg-activity-edu-renal-diet</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: EducationRenalDiet</p><p><b>title</b>: Patient education: Renal diet</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: Aug 5, 2019 12:02:55 PM</p><p><b>publisher</b>: Elsevier Inc</p><p><b>description</b>: Patient education: Renal diet</p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '001' = 'World', given as 'World'})</span></p><p><b>relatedArtifact</b>: </p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: Diet education <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '11816003' = 'Diet education', given as 'Diet education (procedure)'})</span></p></div>"
  ];
  fhir:ActivityDefinition.url [ fhir:value "http://hl7.org/fhir/uv/cpg/ActivityDefinition/cc-cpg-activity-edu-renal-diet"];
  fhir:ActivityDefinition.version [ fhir:value "0.1.0"];
  fhir:ActivityDefinition.name [ fhir:value "EducationRenalDiet"];
  fhir:ActivityDefinition.title [ fhir:value "Patient education: Renal diet"];
  fhir:ActivityDefinition.status [ fhir:value "active"];
  fhir:ActivityDefinition.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:ActivityDefinition.date [ fhir:value "2019-08-05T12:02:55-04:00"^^xsd:dateTime];
  fhir:ActivityDefinition.publisher [ fhir:value "Elsevier Inc"];
  fhir:ActivityDefinition.description [ fhir:value "Patient education: Renal diet"];
  fhir:ActivityDefinition.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:ActivityDefinition.relatedArtifact [
     fhir:index 0;
     fhir:RelatedArtifact.type [ fhir:value "justification" ];
     fhir:RelatedArtifact.display [ fhir:value "<p>Renal Diet</p>\n\n<ul>\n	<li>Decrease protein and salt intake</li>\n</ul>\n\n<ul style=\"margin-left: 40px;\">\n	<li>Limit protein intake to 0.8 g/kg/day in adults with or without diabetes with GFR less than 30 mL/minute/1.73 m&sup2;</li>\n</ul>\n\n<ul style=\"margin-left: 40px;\">\n	<li>Avoid high protein intake (greater than 1.3 g/kg/day) in adults at risk for chronic kidney disease progression</li>\n</ul>\n\n<ul style=\"margin-left: 40px;\">\n	<li>Limit salt intake to less than 2 g per day in adults</li>\n</ul>" ];
     fhir:RelatedArtifact.citation [ fhir:value "Chronic Kidney Disease Clinical Overview. ClinicalKey. <a href='https://www.clinicalkey.com/#!/content/clinical_overview/67-s2.0-26a91efc-ff97-4e11-b49f-c70331e79cee' target='_blank'>Source</a>" ];
     fhir:RelatedArtifact.url [ fhir:value "http://himss19.ordersetsmanager.com/evidenceviewer/#/7CBBBE9B75E10232E05352E3610A5325/7CBBBE9B75F20232E05352E3610A5325" ]
  ];
  fhir:ActivityDefinition.kind [ fhir:value "ServiceRequest"];
  fhir:ActivityDefinition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:11816003;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "11816003" ];
       fhir:Coding.display [ fhir:value "Diet education (procedure)" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Diet education" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.