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

FHIR IG analytics

Packagelt.hl7.fhir.cvd
Resource TypeValueSet
IdValueSet-ekg-result-interpretation.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7LT/ig-lt-cvd/ValueSet-ekg-result-interpretation.html
URLhttps://tx.hl7.lt/fhir/ValueSet/ekg-result-interpretation
Version0.0.1
Statusdraft
Date2026-03-29T14:04:42+00:00
NameEkgResultInterpretationVS
TitleEKG Result Interpretation
DescriptionSNOMED CT codes for interpreting electrocardiogram (EKG/ECG) findings within the Lithuanian CVD screening programme. Only two values are used in practice: normal and abnormal ECG result.

Resources that use this resource

StructureDefinition
lt.hl7.fhir.cvd#currentekg-lt-cvdEKG

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 ekg-result-interpretation

Language: en

  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    164854000Electrocardiogram normal (finding)
    102594003Electrocardiogram abnormal (finding)

Lithuanian


Generated Narrative: ValueSet ekg-result-interpretation

Language: en

  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    164854000Electrocardiogram normal (finding)
    102594003Electrocardiogram abnormal (finding)

Source1

{
  "resourceType": "ValueSet",
  "id": "ekg-result-interpretation",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://tx.hl7.lt/fhir/ValueSet/ekg-result-interpretation",
  "version": "0.0.1",
  "name": "EkgResultInterpretationVS",
  "title": "EKG Result Interpretation",
  "status": "draft",
  "experimental": true,
  "date": "2026-03-29T14:04:42+00:00",
  "publisher": "Lithuanian Medical Library",
  "contact": [
    {
      "name": "Lithuanian Medical Library",
      "telecom": [
        {
          "system": "url",
          "value": "https://medicinosnk.lt"
        },
        {
          "system": "email",
          "value": "info@medicinosnk.lt"
        }
      ]
    }
  ],
  "description": "SNOMED CT codes for interpreting electrocardiogram (EKG/ECG) findings within the Lithuanian CVD screening programme.\nOnly two values are used in practice: normal and abnormal ECG result.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "LT"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "164854000",
            "display": "Electrocardiogram normal (finding)"
          },
          {
            "code": "102594003",
            "display": "Electrocardiogram abnormal (finding)"
          }
        ]
      }
    ]
  }
}