FHIR IG analytics| Package | lt.hl7.fhir.colorectal |
| Resource Type | Observation |
| Id | Observation-observation-tumor-found-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-tumor-found-example
Language: en
Profile: ObservationLt
status: Final
category: Exam
code: Malignant neoplasm of colon (disorder)
effective: 2026-02-26
performer: Practitioner Dr. Petras Kazlauskas(official)
value: Yes (qualifier value)
bodySite: Sigmoid colon structure (body structure)
| Code | Value[x] |
| Clinical report (record artifact) | Large mass obstructing approx 40% of the lumen. Tumor appears highly vascularized. |
Lithuanian
Generated Narrative: Observation observation-tumor-found-example
Language: en
Profile: ObservationLt
status: Final
category: Exam
code: Malignant neoplasm of colon (disorder)
effective: 2026-02-26
performer: Practitioner Dr. Petras Kazlauskas(official)
value: Yes (qualifier value)
bodySite: Sigmoid colon structure (body structure)
| Code | Value[x] |
| Clinical report (record artifact) | Large mass obstructing approx 40% of the lumen. Tumor appears highly vascularized. |
{
"resourceType": "Observation",
"id": "observation-tumor-found-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/base/StructureDefinition/observation-lt"
]
},
"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": "363406005",
"display": "Malignant neoplasm of colon (disorder)"
}
]
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2026-02-26",
"performer": [
{
"reference": "Practitioner/practitioner-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "373066001",
"display": "Yes (qualifier value)"
}
]
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "60184004",
"display": "Sigmoid colon structure (body structure)"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "371524004",
"display": "Clinical report (record artifact)"
}
]
},
"valueString": "Large mass obstructing approx 40% of the lumen. Tumor appears highly vascularized."
}
]
}