Breast Radiology Reporting - 1st STU ballot
0.2.0 - STU 1 Ballot 2020May

Breast Radiology Reporting - 1st STU ballot - Local Development build (v0.2.0). See the Directory of published versions

Breast Location Depth ValueSet - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "BreastLocationDepthVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Breast Location Depth ValueSet</h2><div><p>Breast body location depth value set.</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-BreastLocationDepthCS.html\"><code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/BreastLocationDepthCS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-BreastLocationDepthCS.html#BreastLocationDepthCS-AnteriorDepth\">AnteriorDepth</a></td><td>Anterior depth</td><td>The breast is divided into anterior, middle and posterior <br/>depth. <br/>The location of any lesion is given when discussed <br/>in the medical profession, with <br/>reference to a quadrant or 'clock position,' and the <br/>depth within the breast. <br/>Anterior depth is the outer most depth (closest to <br/>the nipple) of the breast. <br/><br/><br/>Valid for the following modalities: MG US.</td></tr><tr><td><a href=\"CodeSystem-BreastLocationDepthCS.html#BreastLocationDepthCS-MiddleDepth\">MiddleDepth</a></td><td>Middle depth</td><td>Middle depth in between the anterior and posterior <br/>portion of the breast. <br/><br/><br/>Valid for the following modalities: MG US.</td></tr><tr><td><a href=\"CodeSystem-BreastLocationDepthCS.html#BreastLocationDepthCS-PosteriorDepth\">PosteriorDepth</a></td><td>Posterior depth</td><td>Posterior depth (closest to the chest wall) of the <br/>breast. <br/><br/><br/>Valid for the following modalities: MG US.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/breast-radiology/ValueSet/BreastLocationDepthVS",
  "version" : "0.2.0",
  "name" : "BreastLocationDepthVS",
  "title" : "Breast Location Depth ValueSet",
  "status" : "draft",
  "date" : "2019-11-01T00:00:00+00:00",
  "publisher" : "Hl7 - Clinical Interoperability Council",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/cic"
        }
      ]
    }
  ],
  "description" : "Breast body location depth value set.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/breast-radiology/CodeSystem/BreastLocationDepthCS",
        "concept" : [
          {
            "code" : "AnteriorDepth",
            "display" : "Anterior depth"
          },
          {
            "code" : "MiddleDepth",
            "display" : "Middle depth"
          },
          {
            "code" : "PosteriorDepth",
            "display" : "Posterior depth"
          }
        ]
      }
    ]
  }
}