Lithuanian Lifestyle Implementation Guide
0.0.1 - ci-build
Lithuanian Lifestyle 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-lifestyle/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "condition-hypercholesterolemia-example",
"meta" : {
"profile" : [
🔗 "https://hl7.lt/fhir/base/StructureDefinition/condition-lt"
]
},
"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: Condition condition-hypercholesterolemia-example</b></p><a name=\"condition-hypercholesterolemia-example\"> </a><a name=\"hccondition-hypercholesterolemia-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=\"https://hl7.lt/fhir/base/0.3.0/StructureDefinition-condition-lt.html\">ConditionLt</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 13644009}\">Hypercholesterolemia (disorder)</span></p><p><b>subject</b>: <a href=\"Patient-patient-male-example.html\">Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>onset</b>: 2024-05-10</p><p><b>recordedDate</b>: 2024-05-12</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"Practitioner-practitioner-example.html\">Practitioner Dr. Petras Kazlauskas(official)</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Elevated LDL cholesterol. Lifestyle advice and statin therapy recommended.</p>\n</div></blockquote></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "13644009",
"display" : "Hypercholesterolemia (disorder)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-male-example"
},
"onsetDateTime" : "2024-05-10",
"recordedDate" : "2024-05-12",
"participant" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "author",
"display" : "Author"
}
]
},
"actor" : {
🔗 "reference" : "Practitioner/practitioner-example"
}
}
],
"note" : [
{
"text" : "Elevated LDL cholesterol. Lifestyle advice and statin therapy recommended."
}
]
}