FHIR IG analytics
| Package | lt.hl7.fhir.base |
| Resource Type | ValueSet |
| Id | ValueSet-finding-evolution.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7LT/ig-lt-base/ValueSet-finding-evolution.html |
| URL | https://tx.hl7.lt/fhir/ValueSet/finding-evolution |
| Version | 0.3.0 |
| Status | active |
| Date | 2026-03-29T14:00:55+00:00 |
| Name | FindingEvolutionVS |
| Title | Finding Evolution |
| Description | Evolution of findings across screening and diagnostic procedures — indicates whether a finding is new, changed, stable, or absent compared to prior examinations. |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| who.ddcc#current | sct | SNOMED codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
English
- Include these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)
Lithuanian
- Include these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)
Source1
{
"resourceType": "ValueSet",
"id": "finding-evolution",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://tx.hl7.lt/fhir/ValueSet/finding-evolution",
"version": "0.3.0",
"name": "FindingEvolutionVS",
"title": "Finding Evolution",
"status": "active",
"experimental": false,
"date": "2026-03-29T14:00:55+00:00",
"publisher": "Lithuanian Medical Library",
"_publisher": {
"extension": [
{
"extension": [
{
"url": "lang",
"valueCode": "lt"
},
{
"url": "content",
"valueString": "Lietuvos medicinos biblioteka"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
}
]
},
"contact": [
{
"name": "Lithuanian Medical Library",
"telecom": [
{
"system": "url",
"value": "https://medicinosnk.lt"
},
{
"system": "email",
"value": "info@medicinosnk.lt"
}
]
}
],
"description": "Evolution of findings across screening and diagnostic procedures — indicates whether a finding is new, changed, stable, or absent compared to prior examinations.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "LT"
}
]
}
],
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "7147002",
"display": "New"
},
{
"code": "35105006",
"display": "Increased"
},
{
"code": "1250004",
"display": "Decreased"
},
{
"code": "260388006",
"display": "No status change"
},
{
"code": "373572006",
"display": "Clinical finding absent"
}
]
}
]
}
}