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

FHIR IG analytics

Packagelt.hl7.fhir.lung
Resource TypeValueSet
IdValueSet-coronary-calcification-score.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7LT/ig-lt-lung/ValueSet-coronary-calcification-score.html
URLhttps://tx.hl7.lt/fhir/ValueSet/coronary-calcification-score
Version0.0.1
Statusactive
Date2026-07-02T11:40:13+00:00
NameCoronaryCalcificationScoreVS
TitleCoronary Calcification Visual Score
DescriptionVisual semi-quantitative scoring of coronary artery calcification during LDCT screening (ADP 1.2.2.2 item 1).

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
lt.hl7.fhir.lung#currentsnomed-extension-codeSNOMED CT Extension Codes

Narrative

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


English


Generated Narrative: ValueSet coronary-calcification-score

  • Include these codes as defined in https://tx.hl7.lt/fhir/CodeSystem/snomed-extension-code version 📍0.0.1
    CodeDisplayDefinition
    cac-noneNo coronary calcificationNo coronary artery calcification detected by visual assessment
    cac-mildMild coronary calcificationMild coronary artery calcification by visual assessment
    cac-moderateModerate coronary calcificationModerate coronary artery calcification by visual assessment
    cac-severeSevere coronary calcificationSevere coronary artery calcification by visual assessment

Lithuanian


Generated Narrative: ValueSet coronary-calcification-score

  • Include these codes as defined in https://tx.hl7.lt/fhir/CodeSystem/snomed-extension-code version 📍0.0.1
    CodeDisplayDefinition
    cac-noneNo coronary calcificationNo coronary artery calcification detected by visual assessment
    cac-mildMild coronary calcificationMild coronary artery calcification by visual assessment
    cac-moderateModerate coronary calcificationModerate coronary artery calcification by visual assessment
    cac-severeSevere coronary calcificationSevere coronary artery calcification by visual assessment

Source1

{
  "resourceType": "ValueSet",
  "id": "coronary-calcification-score",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://tx.hl7.lt/fhir/ValueSet/coronary-calcification-score",
  "version": "0.0.1",
  "name": "CoronaryCalcificationScoreVS",
  "title": "Coronary Calcification Visual Score",
  "status": "active",
  "date": "2026-07-02T11:40:13+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": "Visual semi-quantitative scoring of coronary artery calcification during LDCT screening (ADP 1.2.2.2 item 1).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "LT"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://tx.hl7.lt/fhir/CodeSystem/snomed-extension-code",
        "version": "0.0.1",
        "concept": [
          {
            "code": "cac-none",
            "display": "No coronary calcification"
          },
          {
            "code": "cac-mild",
            "display": "Mild coronary calcification"
          },
          {
            "code": "cac-moderate",
            "display": "Moderate coronary calcification"
          },
          {
            "code": "cac-severe",
            "display": "Severe coronary calcification"
          }
        ]
      }
    ]
  }
}