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

Shape ValueSet - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "ShapeVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Shape ValueSet</h2><div><p>Shape value set.</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-ShapeCS.html\"><code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/ShapeCS</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-ShapeCS.html#ShapeCS-IrregularInShape\">IrregularInShape</a></td><td>Irregular in shape</td><td>A mass that can't be characterized by any specific <br/>shape. <br/><br/><br/>Valid for the following modalities: MG US MRI.</td></tr><tr><td><a href=\"CodeSystem-ShapeCS.html#ShapeCS-LobulatedInShape\">LobulatedInShape</a></td><td>Lobulated in shape</td><td>A mass that has an undulating  (having a smoothly <br/>rising and falling form or outline) <br/>contour. <br/><br/><br/>Valid for the following modalities: MG US MRI.</td></tr><tr><td><a href=\"CodeSystem-ShapeCS.html#ShapeCS-OvalInShape\">OvalInShape</a></td><td>Oval in shape</td><td>There is a mass that is elliptical or egg-shaped. <br/><br/><br/>Valid for the following modalities: MG US MRI.</td></tr><tr><td><a href=\"CodeSystem-ShapeCS.html#ShapeCS-Reniform\">Reniform</a></td><td>Reniform</td><td>There is a mass that is reniform (kidney shape) in <br/>shape. <br/><br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-ShapeCS.html#ShapeCS-RoundInShape\">RoundInShape</a></td><td>Round in shape</td><td>There is a mass that is spherical, ball-shaped, circular <br/>or global. <br/><br/><br/>Valid for the following modalities: MG US MRI.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/breast-radiology/ValueSet/ShapeVS",
  "version" : "0.2.0",
  "name" : "ShapeVS",
  "title" : "Shape 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" : "Shape 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/ShapeCS",
        "concept" : [
          {
            "code" : "IrregularInShape",
            "display" : "Irregular in shape"
          },
          {
            "code" : "LobulatedInShape",
            "display" : "Lobulated in shape"
          },
          {
            "code" : "OvalInShape",
            "display" : "Oval in shape"
          },
          {
            "code" : "Reniform",
            "display" : "Reniform"
          },
          {
            "code" : "RoundInShape",
            "display" : "Round in shape"
          }
        ]
      }
    ]
  }
}