FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative | Maturity Level: 3 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "imagingselection-3dgraphictype"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/imagingselection-3dgraphictype</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">point\n <a name=\"imagingselection-3dgraphictype-point\"> </a>\n </td>\n <td>POINT</td>\n <td>A single location denoted by a single (x,y,z) triplet.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">multipoint\n <a name=\"imagingselection-3dgraphictype-multipoint\"> </a>\n </td>\n <td>MULTIPOINT</td>\n <td>multiple locations each denoted by an (x,y,z) triplet; the points need not be coplanar.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">polyline\n <a name=\"imagingselection-3dgraphictype-polyline\"> </a>\n </td>\n <td>POLYLINE</td>\n <td>a series of connected line segments with ordered vertices denoted by (x,y,z) triplets; the points need not be coplanar.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">polygon\n <a name=\"imagingselection-3dgraphictype-polygon\"> </a>\n </td>\n <td>POLYGON</td>\n <td>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.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ellipse\n <a name=\"imagingselection-3dgraphictype-ellipse\"> </a>\n </td>\n <td>ELLIPSE</td>\n <td>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.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ellipsoid\n <a name=\"imagingselection-3dgraphictype-ellipsoid\"> </a>\n </td>\n <td>ELLIPSOID</td>\n <td>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\".</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 3 ]
] [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "ii" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/imagingselection-3dgraphictype"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:name [ fhir:v "ImagingSelection3DGraphicType"] ; #
fhir:title [ fhir:v "Imaging Selection3 D Graphic Type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Imaging Integration"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Imaging Integration" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/imagemgt" ] ] )
] ) ; #
fhir:description [ fhir:v "The type of coordinates describing an image region."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "point" ] ;
fhir:display [ fhir:v "POINT" ] ;
fhir:definition [ fhir:v "A single location denoted by a single (x,y,z) triplet." ]
] [
fhir:code [ fhir:v "multipoint" ] ;
fhir:display [ fhir:v "MULTIPOINT" ] ;
fhir:definition [ fhir:v "multiple locations each denoted by an (x,y,z) triplet; the points need not be coplanar." ]
] [
fhir:code [ fhir:v "polyline" ] ;
fhir:display [ fhir:v "POLYLINE" ] ;
fhir:definition [ fhir:v "a series of connected line segments with ordered vertices denoted by (x,y,z) triplets; the points need not be coplanar." ]
] [
fhir:code [ fhir:v "polygon" ] ;
fhir:display [ fhir:v "POLYGON" ] ;
fhir:definition [ fhir:v "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." ]
] [
fhir:code [ fhir:v "ellipse" ] ;
fhir:display [ fhir:v "ELLIPSE" ] ;
fhir:definition [ fhir:v "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." ]
] [
fhir:code [ fhir:v "ellipsoid" ] ;
fhir:display [ fhir:v "ELLIPSOID" ] ;
fhir:definition [ fhir:v "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\"." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History