ImagingSelection2DGraphicType

Imaging Selection2 D Graphic Type

activeExtensions for Using Data Elements from FHIR R5 in FHIR R40.1.0complete5 concepts

The type of coordinates describing a 2D image region.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/imagingselection-2dgraphictype
ID
imagingselection-2dgraphictype
Version
5.0.0
Publisher
Imaging Integration
Case Sensitive
Yes

Concepts (5)

CodeDisplayDefinition
pointPOINTA single location denoted by a single (x,y) pair.
polylinePOLYLINEA series of connected line segments with ordered vertices denoted by (x,y) triplets; the points need not be coplanar.
interpolatedINTERPOLATEDAn 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.
circleCIRCLETwo 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.
ellipseELLIPSEAn 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.