Lithuanian Laboratory Implementation Guide
0.0.1 - ci-build
Lithuanian Laboratory 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-lab/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "condition-prostate-cancer-example",
"meta" : {
"profile" : [
🔗 "https://hl7.lt/fhir/lab/StructureDefinition/prostate-condition-lt-lab"
]
},
"language" : "lt",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"lt\" lang=\"lt\"><hr/><p><b>Lithuanian</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-prostate-cancer-example</b></p><a name=\"lt-condition-prostate-cancer-example\"> </a><a name=\"lt-hccondition-prostate-cancer-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-prostate-condition-lt-lab.html\">Condition: Prostate Cancer</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>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 C61}\">Malignant neoplasm of prostate</span></p><p><b>subject</b>: <a href=\"Patient-patient-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-06-01</p><blockquote><p><b>stage</b></p><p><b>summary</b>: <span title=\"Codes:{http://snomed.info/sct 1229852009}\">pT2 (AJCC)</span></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 78873005}\">T category (observable entity)</span></p></blockquote><blockquote><p><b>stage</b></p><p><b>summary</b>: <span title=\"Codes:{http://snomed.info/sct 1229967007}\">cN0 (AJCC)</span></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 277206009}\">N category (observable entity)</span></p></blockquote><blockquote><p><b>stage</b></p><p><b>summary</b>: <span title=\"Codes:{http://snomed.info/sct 1229901006}\">cM0 (AJCC)</span></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 277208005}\">M category (observable entity)</span></p></blockquote><blockquote><p><b>stage</b></p><p><b>summary</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/icd-o-3 8140/3}\">Adenocarcinoma, NOS</span></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 116676008}\">Associated morphology (attribute)</span></p></blockquote></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "C61",
"display" : "Malignant neoplasm of prostate"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-example"
},
"onsetDateTime" : "2024-06-01",
"stage" : [
{
"summary" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1229852009",
"display" : "pT2 (AJCC)"
}
]
},
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "78873005",
"display" : "T category (observable entity)"
}
]
}
},
{
"summary" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1229967007",
"display" : "cN0 (AJCC)"
}
]
},
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "277206009",
"display" : "N category (observable entity)"
}
]
}
},
{
"summary" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1229901006",
"display" : "cM0 (AJCC)"
}
]
},
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "277208005",
"display" : "M category (observable entity)"
}
]
}
},
{
"summary" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/icd-o-3",
"code" : "8140/3",
"display" : "Adenocarcinoma, NOS"
}
]
},
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "116676008",
"display" : "Associated morphology (attribute)"
}
]
}
}
]
}