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

HER2StatusVS

{
  "resourceType" : "ValueSet",
  "id" : "oncology-HER2StatusVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>BC HER2StatusVS ValueSet</b></p>
<p>HER2 status overall result</p>
</div>"
  },
  "url" : "http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-HER2StatusVS",
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/breastcancer",
      "value" : "oncology.HER2StatusVS"
    }
  ],
  "version" : "0.1.0",
  "name" : "HER2StatusVS",
  "title" : "BC HER2StatusVS 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" : "HER2 status overall result",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/breastcancer/CodeSystem/oncology-HER2StatusCS",
        "concept" : [
          {
            "code" : "not_amplified",
            "display" : "Negative/Not Amplified (IHC Score 0)"
          },
          {
            "code" : "negative",
            "display" : "Negative (IHC Score 1+)"
          },
          {
            "code" : "equivocal",
            "display" : "Equivocal (IHC Score 2+)"
          },
          {
            "code" : "positive",
            "display" : "Positive/Amplified (IHC Score 3+)"
          }
        ]
      }
    ]
  }
}