FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelt.hl7.fhir.base
Resource TypeValueSet
IdValueSet-finding-evolution.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7LT/ig-lt-base/ValueSet-finding-evolution.html
URLhttps://tx.hl7.lt/fhir/ValueSet/finding-evolution
Version0.3.0
Statusactive
Date2026-03-29T14:00:55+00:00
NameFindingEvolutionVS
TitleFinding Evolution
DescriptionEvolution 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

StructureDefinition
lt.hl7.fhir.breast#currentmammographic-examination-finding-lt-breastMammographic Examination Findings
lt.hl7.fhir.breast#currenttomosynthesis-finding-lt-breastTomosynthesis Examination Finding (LT Breast)

Resources that this resource uses

CodeSystem
who.ddcc#currentsctSNOMED codes used in this IG

Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: ValueSet finding-evolution

Language: en


Lithuanian


Generated Narrative: ValueSet finding-evolution

Language: en


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"
          }
        ]
      }
    ]
  }
}