ICHOM FHIR Implementation Guide: Breast Cancer
0.0.1 - ci-build International flag

ICHOM FHIR Implementation Guide: Breast Cancer, published by ICHOM. This is not an authorized publication; it is the continuous build for version 0.0.1). This version is based on the current content of https://github.com/HL7/fhir-ichom-breast-cancer-ig/ and changes regularly. See the Directory of published versions

: Involved margins Code System - JSON Representation

Active as of 2022-03-28

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "InvolvedMarginsCodeSystem",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://connect.ichom.org/fhir/CodeSystem/Involved-Margins defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"InvolvedMarginsCodeSystem-0\"> </a></td><td>No reoperation due to involved margins</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"InvolvedMarginsCodeSystem-1\"> </a></td><td>Breast conserving surgery (BCS)</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"InvolvedMarginsCodeSystem-2\"> </a></td><td>BCS with mammoplasty</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"InvolvedMarginsCodeSystem-3\"> </a></td><td>Mastectomy without immediate reconstruction</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"InvolvedMarginsCodeSystem-4\"> </a></td><td>Mastectomy with immediate reconstruction (direct/staged implant)</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"InvolvedMarginsCodeSystem-5\"> </a></td><td>Mastectomy with immediate reconstruction (autologous)</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"InvolvedMarginsCodeSystem-6\"> </a></td><td>Mastectomy with immediate reconstruction (direct/staged implant and autologous)</td></tr><tr><td style=\"white-space:nowrap\">999<a name=\"InvolvedMarginsCodeSystem-999\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "http://connect.ichom.org/fhir/CodeSystem/Involved-Margins",
  "version" : "0.0.1",
  "name" : "InvolvedMarginsCodeSystem",
  "title" : "Involved margins Code System",
  "status" : "active",
  "date" : "2022-03-28T13:44:43+00:00",
  "publisher" : "ICHOM",
  "contact" : [
    {
      "name" : "ICHOM",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ichom.org"
        }
      ]
    }
  ],
  "description" : "Codes indicating if the patient received surgery due to involved margins",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "0",
      "display" : "No reoperation due to involved margins"
    },
    {
      "code" : "1",
      "display" : "Breast conserving surgery (BCS)"
    },
    {
      "code" : "2",
      "display" : "BCS with mammoplasty"
    },
    {
      "code" : "3",
      "display" : "Mastectomy without immediate reconstruction"
    },
    {
      "code" : "4",
      "display" : "Mastectomy with immediate reconstruction (direct/staged implant)"
    },
    {
      "code" : "5",
      "display" : "Mastectomy with immediate reconstruction (autologous)"
    },
    {
      "code" : "6",
      "display" : "Mastectomy with immediate reconstruction (direct/staged implant and autologous)"
    },
    {
      "code" : "999",
      "display" : "Unknown"
    }
  ]
}