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

Orientation ValueSet - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "OrientationVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Orientation ValueSet</h2><div><p>Orientation ValueSet</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-OrientationCS.html\"><code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/OrientationCS</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-OrientationCS.html#OrientationCS-ParallelToSkin\">ParallelToSkin</a></td><td>Parallel to skin</td><td>The lesion/mass is oriented parellel to skin. <br/><br/><br/>Valid for the following modalities: MG US MRI NM.</td></tr><tr><td><a href=\"CodeSystem-OrientationCS.html#OrientationCS-PerpendicularToSkin\">PerpendicularToSkin</a></td><td>Perpendicular to skin (not parallel)</td><td>The lesion/mass is oriented perpendicular to skin. <br/><br/><br/>Valid for the following modalities: MG US MRI NM.</td></tr><tr><td><a href=\"CodeSystem-OrientationCS.html#OrientationCS-TallerThanWide\">TallerThanWide</a></td><td>Taller than wide</td><td>The nodule is taller than wide. <br/>A nodule is said to be taller than wide when it is <br/>greater in the direction normal to the skin than <br/>in the parallel ones. <br/><br/><br/>Valid for the following modalities: US MRI.</td></tr><tr><td><a href=\"CodeSystem-OrientationCS.html#OrientationCS-WiderThanTall\">WiderThanTall</a></td><td>Wider than tall</td><td>The nodule is wider than tall. <br/>A nodule is said to be wider than tall when it is <br/>larger in the direction not parallel to the direction <br/>of the skin. <br/><br/><br/>Valid for the following modalities: US MRI.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/breast-radiology/ValueSet/OrientationVS",
  "version" : "0.2.0",
  "name" : "OrientationVS",
  "title" : "Orientation 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" : "Orientation ValueSet",
  "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/OrientationCS",
        "concept" : [
          {
            "code" : "ParallelToSkin",
            "display" : "Parallel to skin"
          },
          {
            "code" : "PerpendicularToSkin",
            "display" : "Perpendicular to skin (not parallel)"
          },
          {
            "code" : "TallerThanWide",
            "display" : "Taller than wide"
          },
          {
            "code" : "WiderThanTall",
            "display" : "Wider than tall"
          }
        ]
      }
    ]
  }
}