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

GraphicType CodeSystem - XML Representation

(back to description)

Raw xml

Source view


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="GraphicTypeCS"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>GraphicType CodeSystem</h2><div><p>GraphicType code system.</p>
</div><p>This code system http://hl7.org/fhir/us/breast-radiology/CodeSystem/GraphicTypeCS defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">POINT<a name="GraphicTypeCS-POINT"> </a></td><td>POINT</td><td>If Graphic Type is POINT, then two values (one point) shall be specified and the single point specified is to be drawn.</td></tr><tr><td style="white-space:nowrap">POLYLINE<a name="GraphicTypeCS-POLYLINE"> </a></td><td>POLYLINE</td><td>If Graphic Type is POLYLINE, then the points are to be interpreted as an n-tuple list of end points between which straight lines are to be drawn.</td></tr><tr><td style="white-space:nowrap">INTERPOLATED<a name="GraphicTypeCS-INTERPOLATED"> </a></td><td>INTERPOLATED</td><td>If Graphic Type is INTERPOLATED, then the points are to be interpreted as an n-tuple list of end points between which some form of implementation dependent curved lines are to be drawn. The rendered line shall pass through all the specified points.</td></tr><tr><td style="white-space:nowrap">CIRCLE<a name="GraphicTypeCS-CIRCLE"> </a></td><td>CIRCLE</td><td>If Graphic Type is CIRCLE, then exactly two points shall be present; the first point is to be interpreted as the center and the second point as a point on the circumference of a circle, some form of implementation dependent representation of which is to be drawn.</td></tr><tr><td style="white-space:nowrap">ELLIPSE<a name="GraphicTypeCS-ELLIPSE"> </a></td><td>ELLIPSE</td><td>If Graphic Type is ELLIPSE, then exactly four points shall be present; the first two points are to be interpreted as the endpoints of the major axis and the second two points as the endpoints of the minor axis of an ellipse, some form of implementation dependent representation of which is to be drawn.</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/breast-radiology/CodeSystem/GraphicTypeCS"/>
  <version value="0.2.0"/>
  <name value="GraphicTypeCS"/>
  <title value="GraphicType CodeSystem"/>
  <status value="draft"/>
  <date value="2019-11-01T00:00:00+00:00"/>
  <publisher value="Hl7 - Clinical Interoperability Council"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/cic"/>
    </telecom>
  </contact>
  <description value="GraphicType code system."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="POINT"/>
    <display value="POINT"/>
    <definition
                value="If Graphic Type is POINT, then two values (one point) shall be specified and the single point specified is to be drawn."/>
  </concept>
  <concept>
    <code value="POLYLINE"/>
    <display value="POLYLINE"/>
    <definition
                value="If Graphic Type is POLYLINE, then the points are to be interpreted as an n-tuple list of end points between which straight lines are to be drawn."/>
  </concept>
  <concept>
    <code value="INTERPOLATED"/>
    <display value="INTERPOLATED"/>
    <definition
                value="If Graphic Type is INTERPOLATED, then the points are to be interpreted as an n-tuple list of end points between which some form of implementation dependent curved lines are to be drawn. The rendered line shall pass through all the specified points."/>
  </concept>
  <concept>
    <code value="CIRCLE"/>
    <display value="CIRCLE"/>
    <definition
                value="If Graphic Type is CIRCLE, then exactly two points shall be present; the first point is to be interpreted as the center and the second point as a point on the circumference of a circle, some form of implementation dependent representation of which is to be drawn."/>
  </concept>
  <concept>
    <code value="ELLIPSE"/>
    <display value="ELLIPSE"/>
    <definition
                value="If Graphic Type is ELLIPSE, then exactly four points shall be present; the first two points are to be interpreted as the endpoints of the major axis and the second two points as the endpoints of the minor axis of an ellipse, some form of implementation dependent representation of which is to be drawn."/>
  </concept>
</CodeSystem>