Breast Radiology Reporting - 1st STU ballot
0.2.0 - STU 1 Ballot 2020May

Breast Radiology Reporting - 1st STU ballot - Local Development build (v0.2.0). See the Directory of published versions

GraphicType ValueSet - TTL Representation

(back to description)

Raw ttl

Source view

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "GraphicTypeVS"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>GraphicType ValueSet</h2><div><p>GraphicType value set.</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-GraphicTypeCS.html\"><code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/GraphicTypeCS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-GraphicTypeCS.html#GraphicTypeCS-POINT\">POINT</a></td><td>POINT</td><td>If Graphic Type is POINT, then two values (one point) shall be specified and the single point specified is to be drawn.</td></tr><tr><td><a href=\"CodeSystem-GraphicTypeCS.html#GraphicTypeCS-POLYLINE\">POLYLINE</a></td><td>POLYLINE</td><td>If Graphic Type is POLYLINE, then the points are to be interpreted as an n-tuple list of end points between which straight lines are to be drawn.</td></tr><tr><td><a href=\"CodeSystem-GraphicTypeCS.html#GraphicTypeCS-INTERPOLATED\">INTERPOLATED</a></td><td>INTERPOLATED</td><td>If Graphic Type is INTERPOLATED, then the points are to be interpreted as an n-tuple list of 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></tr><tr><td><a href=\"CodeSystem-GraphicTypeCS.html#GraphicTypeCS-CIRCLE\">CIRCLE</a></td><td>CIRCLE</td><td>If Graphic Type is CIRCLE, then exactly 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></tr><tr><td><a href=\"CodeSystem-GraphicTypeCS.html#GraphicTypeCS-ELLIPSE\">ELLIPSE</a></td><td>ELLIPSE</td><td>If Graphic Type is ELLIPSE, then exactly four points shall be present; the first two points are to be interpreted as the endpoints of the major axis and the second two points as the endpoints of the minor axis of an ellipse, some form of implementation dependent representation of which is to be drawn.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/breast-radiology/ValueSet/GraphicTypeVS"];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "GraphicTypeVS"];
  fhir:ValueSet.title [ fhir:value "GraphicType ValueSet"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2019-11-01T00:00:00+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "Hl7 - Clinical Interoperability Council"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/cic" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "GraphicType value set."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/breast-radiology/CodeSystem/GraphicTypeCS" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "POINT" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "POINT" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "POLYLINE" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "POLYLINE" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "INTERPOLATED" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "INTERPOLATED" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "CIRCLE" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "CIRCLE" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ELLIPSE" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "ELLIPSE" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.