@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:RiskAssessment; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "cardiac"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n

Information about your risk score:

\n
\n Age:\n 39
\n Gender:\n male
\n Total Cholesterol:\n 244 mg/dL
\n HDL Cholesterol:\n 50 mg/dL\n
\n Smoker:\n No
\n Systolic Blood Pressure:\n 107 mm/Hg
\n On medication for HBP:\n No
\n Risk Score*\n 2%
Means 2 of 100 people with this level of risk will have a heart attack in the next 10 years.
* Your risk score was calculated using an equation. Other NCEP products, such as printed ATP III materials, use a point system to determine a risk score that is close to the equation score.
To find out what your risk score means and how to lower your risk for a heart attack, go to
\n "High Blood Cholesterol—What You Need to Know".
\n Your Guide to Lowering Cholesterol with Therapeutic Lifestyle Changes (TLC)
\n The Healthy Heart Handbook for Women\n
\n
" ]; fhir:RiskAssessment.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://example.org" ]; fhir:Identifier.value [ fhir:value "risk-assessment-cardiac" ] ]; fhir:RiskAssessment.status [ fhir:value "final"]; fhir:RiskAssessment.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat2" ] ]; fhir:RiskAssessment.encounter [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:RiskAssessment.occurrenceDateTime [ fhir:value "2014-07-19T16:04:00Z"^^xsd:dateTime]; fhir:RiskAssessment.performer [ fhir:Reference.display [ fhir:value "http://cvdrisk.nhlbi.nih.gov/#cholesterol" ] ]; fhir:RiskAssessment.basis [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat2" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "DiagnosticReport/lipids" ] ], [ fhir:index 2; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/blood-pressure" ] ]; fhir:RiskAssessment.prediction [ fhir:index 0; fhir:RiskAssessment.prediction.outcome [ fhir:CodeableConcept.text [ fhir:value "Heart Attack" ] ]; fhir:RiskAssessment.prediction.probabilityDecimal [ fhir:value "0.02"^^xsd:decimal ]; fhir:RiskAssessment.prediction.whenRange [ fhir:Range.low [ fhir:Quantity.value [ fhir:value "39"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "years" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "a" ] ]; fhir:Range.high [ fhir:Quantity.value [ fhir:value "49"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "years" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "a" ] ] ] ] . a fhir:Patient . a fhir:Encounter . a fhir:DiagnosticReport . a fhir:Observation . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------