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

FHIR IG analytics

Packagelt.hl7.fhir.cvd
Resource TypeComposition
IdComposition-composition-cvd-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: Composition composition-cvd-example

identifier: http://hospital.lt/sid/cvd-composition/cvd-comp-2025-001

status: Final

type: Evaluation note

category: Consult note

date: 2025-10-01 14:30:00+0300

author: Practitioner Dr. Petras Kazlauskas(official)

title: Cardiovascular disease risk assessment and prevention plan

Attesters

-ModeTimeParty
*Legal2025-10-01 14:30:00+0300Organization Vilniaus miesto ligoninė

custodian: Organization Vilniaus miesto ligoninė


Lithuanian


Generated Narrative: Composition composition-cvd-example

identifier: http://hospital.lt/sid/cvd-composition/cvd-comp-2025-001

status: Final

type: Evaluation note

category: Consult note

date: 2025-10-01 14:30:00+0300

author: Practitioner Dr. Petras Kazlauskas(official)

title: Cardiovascular disease risk assessment and prevention plan

Attesters

-ModeTimeParty
*Legal2025-10-01 14:30:00+0300Organization Vilniaus miesto ligoninė

custodian: Organization Vilniaus miesto ligoninė


Source1

{
  "resourceType": "Composition",
  "id": "composition-cvd-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/cvd/StructureDefinition/cvd-composition-lt-cvd"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.lt/sid/cvd-composition",
      "value": "cvd-comp-2025-001"
    }
  ],
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "51848-0",
        "display": "Evaluation note"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "11488-4",
          "display": "Consult note"
        }
      ]
    }
  ],
  "subject": [
    {
      "reference": "Patient/patient-male-example"
    }
  ],
  "date": "2025-10-01T14:30:00+03:00",
  "author": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "title": "Cardiovascular disease risk assessment and prevention plan",
  "attester": [
    {
      "mode": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/composition-attestation-mode",
            "code": "legal",
            "display": "Legal"
          }
        ]
      },
      "time": "2025-10-01T14:30:00+03:00",
      "party": {
        "reference": "Organization/organization-example"
      }
    }
  ],
  "custodian": {
    "reference": "Organization/organization-example"
  },
  "section": [
    {
      "title": "Risk assessment and objective findings",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "29299-5",
            "display": "Reason for visit Narrative"
          }
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Accompanying chronic condition, SCORE2 estimate, programme risk group classification, and ECG interpretation.</p></div>"
      },
      "entry": [
        {
          "reference": "Condition/condition-cvd-heart-failure-example"
        },
        {
          "reference": "Observation/observation-cvd-risk-assessment-example"
        },
        {
          "reference": "Observation/observation-risk-group-high-example"
        },
        {
          "reference": "Observation/observation-ekg-normal-example"
        }
      ]
    },
    {
      "title": "Prevention measures plan",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "18776-5",
            "display": "Plan of care note"
          }
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Lifestyle, lipid and blood pressure targets, and medication areas as structured in the CarePlan.</p></div>"
      },
      "entry": [
        {
          "reference": "CarePlan/care-plan-cvd-screening-example"
        }
      ]
    },
    {
      "title": "Achievement evaluation",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11506-3",
            "display": "Progress note"
          }
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Follow-up LDL and blood pressure compared to programme targets. Structured measurements are referenced from the <strong>DiagnosticReport.result</strong> list (see linked report example) to satisfy FHIR <code>dgr-1</code> when both Composition and DiagnosticReport are present.</p></div>"
      }
    }
  ]
}