{
  "resourceType": "CodeSystem",
  "id": "npcr-biopsy-pathway",
  "url": "https://npcr.se/fhir/CodeSystem/npcr-biopsy-pathway",
  "name": "NPCRBiopsyPathway",
  "title": "NPCR Biopsy Pathway Code System",
  "status": "draft",
  "experimental": false,
  "description": "NPCR-internal code system for prostate biopsy access pathway (biopsiteknik), based on NPCR Variabelbeskrivning variable D_RektalPerineal. This CodeSystem represents the Listvärden of D_RektalPerineal as defined in NPCR Variabelbeskrivning, teknisk giltighetstid from 2021-03-08.\n\nTwo codes: 0 = Transrektal biopsi (biopsy via the rectum), 1 = Transperineal biopsi (biopsy via the perineum).\n\nNote: NPCR documentation does not specify an international code system binding for this variable. This CodeSystem is a structure-level representation of NPCR's internal coded values to preserve documentation fidelity. Discussion in the thesis addresses this as part of the systematic terminology binding gap in NPCR Info Spec for biopsy procedure details.",
  "content": "complete",
  "caseSensitive": true,
  "count": 2,
  "concept": [
    {
      "code": "0",
      "display": "Transrektal biopsi",
      "definition": "Biopsierna togs via rektum (biopsy via the rectum)."
    },
    {
      "code": "1",
      "display": "Transperineal biopsi",
      "definition": "Biopsierna togs via perineum (biopsy via the perineum)."
    }
  ]
}