HL7 Czech Imaging Report IG
0.1.0-ballot - ci-build Czechia flag

HL7 Czech Imaging Report IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/img/ and changes regularly. See the Directory of published versions

: Gray Square Units - TTL Representation

Draft as of 2025-08-28

Raw ttl | Download


@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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "im-gray-square-units"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet im-gray-square-units</b></p><a name=\"im-gray-square-units\"> </a><a name=\"hcim-gray-square-units\"> </a><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>Gy.m2</td><td>Gy.m2</td></tr><tr><td>mGy.cm2</td><td>mGy.cm2</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://hl7.cz/fhir/img/ValueSet/im-gray-square-units"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0-ballot"] ; # 
  fhir:name [ fhir:v "ImGraySquareUnits"] ; # 
  fhir:title [ fhir:v "Gray Square Units"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-08-28T08:39:01+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Czech Republic"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Czech Republic" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.cz/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Units for Gray Square."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CZ" ] ;
fhir:display [ fhir:v "Czechia" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "Gy.m2" ] ;
fhir:display [ fhir:v "Gy.m2" ]       ] [
fhir:code [ fhir:v "mGy.cm2" ] ;
fhir:display [ fhir:v "mGy.cm2" ]       ] )     ] )
  ] . #