FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelt.hl7.fhir.cvd
Resource TypeObservation
IdObservation-observation-risk-group-high-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: Observation observation-risk-group-high-example

Language: en

Profile: CVD Risk Group

status: Final

category: Exam

code: Risk of cardiovascular disease

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2025-10-01 09:00:00+0000

value: 24 % (Details: UCUM code% = '%')

interpretation: High

note:

Patient's cardiovascular disease risk is 24%, categorized as High risk group.


Lithuanian


Generated Narrative: Observation observation-risk-group-high-example

Language: en

Profile: CVD Risk Group

status: Final

category: Exam

code: Risk of cardiovascular disease

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2025-10-01 09:00:00+0000

value: 24 % (Details: UCUM code% = '%')

interpretation: High

note:

Patient's cardiovascular disease risk is 24%, categorized as High risk group.


Source1

{
  "resourceType": "Observation",
  "id": "observation-risk-group-high-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/cvd/StructureDefinition/risk-group-observation-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": "%"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Patient's cardiovascular disease risk is 24%, categorized as High risk group."
    }
  ]
}