View raw Markdown
type: codesystemcodesystem: imagingselection-3dgraphictype

Imaging Selection 3D Graphic Type

Concepts

CodeDisplayDefinition
pointPOINTA single location denoted by a single (x,y,z) triplet.
multipointMULTIPOINTmultiple locations each denoted by an (x,y,z) triplet; the points need not be coplanar.
polylinePOLYLINEa series of connected line segments with ordered vertices denoted by (x,y,z) triplets; the points need not be coplanar.
polygonPOLYGONa series of connected line segments with ordered vertices denoted by (x,y,z) triplets, where the first and last vertices shall be the same forming a polygon; the points shall be coplanar.
ellipseELLIPSEan ellipse defined by four (x,y,z) triplets, the first two triplets specifying the endpoints of the major axis and the second two triplets specifying the endpoints of the minor axis.
ellipsoidELLIPSOIDa three-dimensional geometric surface whose plane sections are either ellipses or circles and contains three intersecting orthogonal axes, "a", "b", and "c"; the ellipsoid is defined by six (x,y,z) triplets, the first and second triplets specifying the endpoints of axis "a", the third and fourth triplets specifying the endpoints of axis "b", and the fifth and sixth triplets specifying the endpoints of axis "c".

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="imagingselection-3dgraphictype"/>
  <meta>
    <lastUpdated value="2021-01-05T10:01:24.148+11:00"/>
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="ii"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="6"/>
  </extension>
  <url value="http://hl7.org/fhir/imagingselection-3dgraphictype"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1983"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="ImagingSelection3DGraphicType"/>
  <title value="Imaging Selection 3D Graphic Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-12-30"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="The type of coordinates describing an image region."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype"/>
  <content value="complete"/>
  <concept>
    <code value="point"/>
    <display value="POINT"/>
    <definition value="A single location denoted by a single (x,y,z) triplet."/>
  </concept>
  <concept>
    <code value="multipoint"/>
    <display value="MULTIPOINT"/>
    <definition value="multiple locations each denoted by an (x,y,z) triplet; the points need not be coplanar."/>
  </concept>
  <concept>
    <code value="polyline"/>
    <display value="POLYLINE"/>
    <definition value="a series of connected line segments with ordered vertices denoted by (x,y,z) triplets; the points need not be coplanar."/>
  </concept>
  <concept>
    <code value="polygon"/>
    <display value="POLYGON"/>
    <definition value="a series of connected line segments with ordered vertices denoted by (x,y,z) triplets, where the first and last vertices shall be the same forming a polygon; the points shall be coplanar."/>
  </concept>
  <concept>
    <code value="ellipse"/>
    <display value="ELLIPSE"/>
    <definition value="an ellipse defined by four (x,y,z) triplets, the first two triplets specifying the endpoints of the major axis and the second two triplets specifying the endpoints of the minor axis."/>
  </concept>
  <concept>
    <code value="ellipsoid"/>
    <display value="ELLIPSOID"/>
    <definition value="a three-dimensional geometric surface whose plane sections are either ellipses or circles and contains three intersecting orthogonal axes, "a", "b", and "c"; the ellipsoid is defined by six (x,y,z) triplets, the first and second triplets specifying the endpoints of axis "a", the third and fourth triplets specifying the endpoints of axis "b", and the fifth and sixth triplets specifying the endpoints of axis "c"."/>
  </concept>
</CodeSystem>