FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem imagingselection-3dgraphictype

Properties

Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem
Defining URL http://hl7.org/fhir/imagingselection-3dgraphictype
Version 5.0.0
Name ImagingSelection3DGraphicType
Title Imaging Selection3 D Graphic Type
Status active
Definition

The type of coordinates describing an image region.

Publisher HL7 (FHIR Project)
Committee ii
EXT_FMM_LEVEL 3
Value Set Imaging Selection3 D Graphic Type

This case-sensitive code system http://hl7.org/fhir/imagingselection-3dgraphictype defines the following codes:

Code Display Definition
point POINT A single location denoted by a single (x,y,z) triplet.
multipoint MULTIPOINT multiple locations each denoted by an (x,y,z) triplet; the points need not be coplanar.
polyline POLYLINE a series of connected line segments with ordered vertices denoted by (x,y,z) triplets; the points need not be coplanar.
polygon POLYGON 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.
ellipse ELLIPSE 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.
ellipsoid ELLIPSOID 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".