--- type: "codesystem" title: "Imaging Selection 2D Graphic Type" codesystem: "imagingselection-2dgraphictype" --- # Imaging Selection 2D Graphic Type - **Official URL**: http://hl7.org/fhir/imagingselection-2dgraphictype - **Version**: 6.0.0 - **Status**: active - **Name**: ImagingSelection2DGraphicType - **Title**: Imaging Selection 2D Graphic Type - **Publisher**: HL7 (FHIR Project) - **Description**: The type of coordinates describing a 2D image region. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | point | POINT | A single location denoted by a single (x,y) pair. | | polyline | POLYLINE | A series of connected line segments with ordered vertices denoted by (x,y) triplets; if the first and last vertices are the same it is a closed polygon. | | multipoint | MULTIPOINT | Multiple pixels each denoted by a (x,y) pair. | | circle | CIRCLE | 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. | | ellipse | ELLIPSE | An ellipse defined by four (x,y) pairs, the first two pairs specifying the endpoints of the major axis and the second two pairs specifying the endpoints of the minor axis. | ## CodeSystem XML ```xml <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 a 2D image region."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype"/> <content value="complete"/> <concept> <code value="point"/> <display value="POINT"/> <definition value="A single location denoted by a single (x,y) pair."/> </concept> <concept> <code value="polyline"/> <display value="POLYLINE"/> <definition value="A series of connected line segments with ordered vertices denoted by (x,y) triplets; if the first and last vertices are the same it is a closed polygon."/> </concept> <concept> <code value="multipoint"/> <display value="MULTIPOINT"/> <definition value="Multiple pixels each denoted by a (x,y) pair."/> </concept> <concept> <code value="circle"/> <display value="CIRCLE"/> <definition value="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="An ellipse defined by four (x,y) pairs, the first two pairs specifying the endpoints of the major axis and the second two pairs specifying the endpoints of the minor axis."/> </concept> </CodeSystem> ```