ImagingSelection2DGraphicType

Imaging Selection2 D Graphic Type

activecomplete5 conceptsv5.0.0

The type of coordinates describing a 2D image region.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/imagingselection-2dgraphictype
All-Codes Value Set
http://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype
ID
imagingselection-2dgraphictype
Version
5.0.0
Publisher
HL7 (FHIR Project)
Case Sensitive
Yes
In the unified registry

Concepts (5)

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; the points need not be coplanar.
interpolated
INTERPOLATED
An n-tuple list of (x,y) pair 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.
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.