FHIR IG analytics| Package | lt.hl7.fhir.colorectal |
| Resource Type | Observation |
| Id | Observation-observation-kras-detected-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-kras-detected-example
Language: en
status: Final
category: Laboratory
code: KRAS mutation test
effective: 2026-03-15
performer: Practitioner Dr. Petras Kazlauskas(official)
value: Detected mutation
Lithuanian
Generated Narrative: Observation observation-kras-detected-example
Language: en
status: Final
category: Laboratory
code: KRAS mutation test
effective: 2026-03-15
performer: Practitioner Dr. Petras Kazlauskas(official)
value: Detected mutation
{
"resourceType": "Observation",
"id": "observation-kras-detected-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/colorectal/StructureDefinition/molecular-test-result-lt-colorectal"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "https://tx.hl7.lt/fhir/CodeSystem/snomed-extension-lt-colorectal",
"code": "kras-test",
"display": "KRAS mutation test"
}
]
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2026-03-15",
"performer": [
{
"reference": "Practitioner/practitioner-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "https://tx.hl7.lt/fhir/CodeSystem/snomed-extension-lt-colorectal",
"code": "mol-detected",
"display": "Detected mutation"
}
]
}
}