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

EducationHighBloodPressure

@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-hypertension"];
  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-hypertension</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/cpg/ActivityDefinition/cc-cpg-activity-edu-hypertension\">http://hl7.org/fhir/uv/cpg/ActivityDefinition/cc-cpg-activity-edu-hypertension</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: EducationHighBloodPressure</p><p><b>title</b>: Patient education: Managing Your High Blood Pressure (Hypertension)</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: Managing Your High Blood Pressure (Hypertension)</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>: Hypertension education <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '39155009' = 'Hypertension education', given as 'Hypertension education (procedure)'})</span></p></div>"
  ];
  fhir:ActivityDefinition.url [ fhir:value "http://hl7.org/fhir/uv/cpg/ActivityDefinition/cc-cpg-activity-edu-hypertension"];
  fhir:ActivityDefinition.version [ fhir:value "0.1.0"];
  fhir:ActivityDefinition.name [ fhir:value "EducationHighBloodPressure"];
  fhir:ActivityDefinition.title [ fhir:value "Patient education: Managing Your High Blood Pressure (Hypertension)"];
  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: Managing Your High Blood Pressure (Hypertension)"];
  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>To improve long-term outcomes, lifestyle modifications to&nbsp;lower&nbsp;blood pressure to less than 140/90 mmHg should be made for those who are NOT at high risk for cardiovascular disease.</p>\n\n<p>&nbsp;</p>\n\n<p>The modifications include:</p>\n\n<ul>\n	<li>Weight reduction, if indicated, and maintaining a healthy weight with body mass index (BMI) of 20 to 25</li>\n</ul>\n\n<ul>\n	<li>Reducing salt intake to 2 g per day of sodium, unless contraindicated</li>\n</ul>\n\n<ul>\n	<li>Following a regular exercise program aiming for at least 30 minutes, 5 times a week, depending on cardiovascular tolerance</li>\n</ul>\n\n<ul>\n	<li>Alcohol intake not more than 2 standard drinks per day for men and one standard drink per day for women</li>\n</ul>" ];
     fhir:RelatedArtifact.citation [ fhir:value "Kidney Disease: Improving Global Outcomes (KDIGO) Blood Pressure Work Group. KDIGO clinical practice guideline for the management of blood pressure in chronic kidney disease. Kidney Int. 2012;2 (Suppl), 337-414. <a href='http://www.kdigo.org/clinical_practice_guidelines/pdf/KDIGO_BP_GL.pdf' target='_blank'>Source</a>" ];
     fhir:RelatedArtifact.url [ fhir:value "http://himss19.ordersetsmanager.com/evidenceviewer/#/7CBBBE9B75E10232E05352E3610A5325/7CBBBE9B75F10232E05352E3610A5325" ]
  ];
  fhir:ActivityDefinition.kind [ fhir:value "ServiceRequest"];
  fhir:ActivityDefinition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:39155009;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "39155009" ];
       fhir:Coding.display [ fhir:value "Hypertension education (procedure)" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Hypertension education" ]
  ].

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

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