FHIR IG analytics| Package | lt.hl7.fhir.cvd |
| Resource Type | Observation |
| Id | Observation-observation-cvd-risk-assessment-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-cvd-risk-assessment-example
Language: en
Profile: SCORE2. General Assessment of Cardiovascular Disease Risk
status: Final
category: Exam
code: Risk of cardiovascular disease
effective: 2025-10-01 09:00:00+0000
value: 24 % (Details: UCUM code% = '%')
note:
According to SCORE2 table: 24% risk corresponds to high cardiovascular risk (orange zone).
| Code | Value[x] |
| Systematic Coronary Risk Evaluation 2 score | Severe |
Lithuanian
Generated Narrative: Observation observation-cvd-risk-assessment-example
Language: en
Profile: SCORE2. General Assessment of Cardiovascular Disease Risk
status: Final
category: Exam
code: Risk of cardiovascular disease
effective: 2025-10-01 09:00:00+0000
value: 24 % (Details: UCUM code% = '%')
note:
According to SCORE2 table: 24% risk corresponds to high cardiovascular risk (orange zone).
| Code | Value[x] |
| Systematic Coronary Risk Evaluation 2 score | Severe |
{
"resourceType": "Observation",
"id": "observation-cvd-risk-assessment-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/cvd/StructureDefinition/cvd-risk-assessment-lt-cvd"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "827181004",
"display": "Risk of cardiovascular disease"
}
]
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueQuantity": {
"value": 24,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"note": [
{
"text": "According to SCORE2 table: 24% risk corresponds to high cardiovascular risk (orange zone)."
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "11371331009",
"display": "Systematic Coronary Risk Evaluation 2 score"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24484000",
"display": "Severe"
}
]
}
}
]
}