HL7 FHIR® Implementation Guide: Breast Cancer Data, Release 1 - US Realm (Draft for Comment)

This page is part of the Breast Cancer Data Logical Models and FHIR Profiles (v0.1.0: STU 1 Draft) based on FHIR R3. . For a full list of available versions, see the Directory of published versions

BreastSiteVS

{
  "resourceType" : "ValueSet",
  "id" : "oncology-BreastSiteVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>BC BreastSiteVS ValueSet</b></p>
<p>Topography of the breast. Codes are drawn from ICD-O-3. Codes are presented as local codes due to the lack of a ICD-O-3 terminology server available to the FHIR IG publisher.</p>
</div>"
  },
  "url" : "http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastSiteVS",
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/breastcancer",
      "value" : "oncology.BreastSiteVS"
    }
  ],
  "version" : "0.1.0",
  "name" : "BreastSiteVS",
  "title" : "BC BreastSiteVS ValueSet",
  "status" : "draft",
  "date" : "2018-04-01T00:00:00+11:00",
  "publisher" : "The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description" : "Topography of the breast. Codes are drawn from ICD-O-3. Codes are presented as local codes due to the lack of a ICD-O-3 terminology server available to the FHIR IG publisher.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/breastcancer/CodeSystem/oncology-BreastSiteCS",
        "concept" : [
          {
            "code" : "C50.0",
            "display" : "Nipple"
          },
          {
            "code" : "C50.1",
            "display" : "Central portion of the breast."
          },
          {
            "code" : "C50.2",
            "display" : "Upper inner quadrant"
          },
          {
            "code" : "C50.3",
            "display" : "Lower inner quadrant"
          },
          {
            "code" : "C50.4",
            "display" : "Upper outer quadrant"
          },
          {
            "code" : "C50.5",
            "display" : "Lower outer quadrant"
          },
          {
            "code" : "C50.6",
            "display" : "Axillary tail of breast"
          },
          {
            "code" : "C50.8",
            "display" : "Overlapping lesion of breast"
          },
          {
            "code" : "C50.9",
            "display" : "Breast, not otherwise specified (NOS)"
          }
        ]
      }
    ]
  }
}