Lithuanian CVD Implementation Guide
0.0.1 - ci-build
Lithuanian CVD Implementation Guide, published by Lithuanian Medical Library. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7LT/ig-lt-cvd/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Composition",
"id" : "composition-cvd-example",
"meta" : {
"profile" : [
🔗 "https://hl7.lt/fhir/cvd/StructureDefinition/cvd-composition-lt-cvd"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-cvd-example</b></p><a name=\"composition-cvd-example\"> </a><a name=\"hccomposition-cvd-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cvd-composition-lt-cvd.html\">Composition: CVD programme document (LT)</a></p></div><p><b>identifier</b>: <code>http://hospital.lt/sid/cvd-composition</code>/cvd-comp-2025-001</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 51848-0}\">Evaluation note</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 11488-4}\">Consult note</span></p><p><b>date</b>: 2025-10-01 14:30:00+0300</p><p><b>author</b>: <a href=\"Practitioner-practitioner-example.html\">Practitioner Dr. Petras Kazlauskas(official)</a></p><p><b>title</b>: Cardiovascular disease risk assessment and prevention plan</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/composition-attestation-mode legal}\">Legal</span></td><td>2025-10-01 14:30:00+0300</td><td><a href=\"Organization-organization-example.html\">Organization Vilniaus miesto ligoninė</a></td></tr></table><p><b>custodian</b>: <a href=\"Organization-organization-example.html\">Organization Vilniaus miesto ligoninė</a></p></div>"
},
"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>"
}
}
]
}