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-2dgraphictype"] ; #
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-2dgraphictype</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-2dgraphictype-point\"> </a>\n </td>\n <td>POINT</td>\n <td>A single location denoted by a single (x,y) pair.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">polyline\n <a name=\"imagingselection-2dgraphictype-polyline\"> </a>\n </td>\n <td>POLYLINE</td>\n <td>A series of connected line segments with ordered vertices denoted by (x,y) triplets; the points need not be coplanar.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">interpolated\n <a name=\"imagingselection-2dgraphictype-interpolated\"> </a>\n </td>\n <td>INTERPOLATED</td>\n <td>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.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">circle\n <a name=\"imagingselection-2dgraphictype-circle\"> </a>\n </td>\n <td>CIRCLE</td>\n <td>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.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ellipse\n <a name=\"imagingselection-2dgraphictype-ellipse\"> </a>\n </td>\n <td>ELLIPSE</td>\n <td>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.</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-2dgraphictype"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:name [ fhir:v "ImagingSelection2DGraphicType"] ; #
fhir:title [ fhir:v "Imaging Selection2 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 a 2D 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-2dgraphictype"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype>
] ; #
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) pair." ]
] [
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) triplets; the points need not be coplanar." ]
] [
fhir:code [ fhir:v "interpolated" ] ;
fhir:display [ fhir:v "INTERPOLATED" ] ;
fhir:definition [ fhir:v "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." ]
] [
fhir:code [ fhir:v "circle" ] ;
fhir:display [ fhir:v "CIRCLE" ] ;
fhir:definition [ fhir:v "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." ]
] [
fhir:code [ fhir:v "ellipse" ] ;
fhir:display [ fhir:v "ELLIPSE" ] ;
fhir:definition [ fhir:v "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." ]
] ) . #
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
