{
  "resourceType": "CodeSystem",
  "id": "npcr-mri-likelihood-scale",
  "url": "https://npcr.se/fhir/CodeSystem/npcr-mri-likelihood-scale",
  "name": "NPCRMRILikelihoodScale",
  "title": "NPCR MRI Likelihood Assessment 5-Point Scale Code System",
  "status": "draft",
  "experimental": false,
  "description": "NPCR-internal code system representing the 5-point likelihood scale used by two MRI findings variables in NPCR Anmälan:\n- D_EPE (Extraprostatic extension likelihood)\n- D_SVI (Seminal vesicle invasion likelihood)\n\nBoth variables share the identical 5-point Listvärden pattern (from 'mycket sannolikt inte' to 'mycket sannolikt' plus 'Uppgift saknas'), differing only in the clinical finding being assessed. This shared CodeSystem enables a single reusable terminology artifact across both extensions, analogous to the NPCRBiopsyFlag pattern where multiple biopsy-related variables share 0/1/98.\n\nThe 5 likelihood levels reflect the standard radiology reporting convention for characterizing findings on prostate MRI:\n- 1 = Mycket sannolikt inte (very unlikely)\n- 2 = Sannolikt inte (unlikely)\n- 3 = Risk (equivocal / at risk)\n- 4 = Sannolikt (likely)\n- 5 = Mycket sannolikt (very likely)\n- 98 = Uppgift saknas (information missing)\n\nClinical note: Per NPCR Variabelbeskrivning Beteende/logik (effective 2025-05-20), these variables become synlig only when PI-RADS = 4 or 5 (i.e., EPE/SVI assessment is reported only for high-likelihood cancer cases). When PI-RADS = 3, EPE and SVI should not be reported per NPCR Manual guidance.\n\nTerminology binding rationale: NPCR documentation does not provide an international code system binding for these likelihood scales. This CodeSystem preserves NPCR's internal coded values. Mapping to SNOMED CT concepts such as 371510008 (Extraprostatic extension of prostate cancer) and 399490008 (Seminal vesicle invasion) is noted as future work — those SNOMED CT concepts identify the finding but do not represent the likelihood gradation on a 5-point scale.",
  "content": "complete",
  "caseSensitive": true,
  "count": 6,
  "concept": [
    {
      "code": "1",
      "display": "Mycket sannolikt inte (very unlikely)",
      "definition": "The finding is very unlikely to be present."
    },
    {
      "code": "2",
      "display": "Sannolikt inte (unlikely)",
      "definition": "The finding is unlikely to be present."
    },
    {
      "code": "3",
      "display": "Risk (equivocal)",
      "definition": "There is risk that the finding is present (equivocal assessment)."
    },
    {
      "code": "4",
      "display": "Sannolikt (likely)",
      "definition": "The finding is likely to be present."
    },
    {
      "code": "5",
      "display": "Mycket sannolikt (very likely)",
      "definition": "The finding is very likely to be present."
    },
    {
      "code": "98",
      "display": "Uppgift saknas",
      "definition": "Information missing / not available."
    }
  ]
}