HL7 Czech Imaging Order 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-order/ and changes regularly. See the Directory of published versions
: CZ Mobility Value - TTL Representation
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 "cz-mobility-value"] ; #
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 cz-mobility-value</b></p><a name=\"cz-mobility-value\"> </a><a name=\"hccz-mobility-value\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/282146009\">282146009</a></td><td>Does walk</td></tr><tr><td><a href=\"http://snomed.info/id/282147000\">282147000</a></td><td>Does not walk</td></tr><tr><td><a href=\"http://snomed.info/id/282873007\">282873007</a></td><td>Does stand up</td></tr><tr><td><a href=\"http://snomed.info/id/282874001\">282874001</a></td><td>Does not stand up</td></tr><tr><td><a href=\"http://snomed.info/id/282972001\">282972001</a></td><td>Does stand</td></tr><tr><td><a href=\"http://snomed.info/id/282973006\">282973006</a></td><td>Does not stand</td></tr><tr><td><a href=\"http://snomed.info/id/301683006\">301683006</a></td><td>Does move in bed</td></tr><tr><td><a href=\"http://snomed.info/id/301684000\">301684000</a></td><td>Does not move in bed</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://hl7.cz/fhir/img-order/ValueSet/cz-mobility-value"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0-ballot"] ; #
fhir:name [ fhir:v "CZ_MobilityValueVs"] ; #
fhir:title [ fhir:v "CZ Mobility Value"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-08-28T08:45:58+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 "This value set includes all patient im/mobility values for imaging order."] ; #
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:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "282146009" ] ;
fhir:display [ fhir:v "Does walk" ] ] [
fhir:code [ fhir:v "282147000" ] ;
fhir:display [ fhir:v "Does not walk" ] ] [
fhir:code [ fhir:v "282873007" ] ;
fhir:display [ fhir:v "Does stand up" ] ] [
fhir:code [ fhir:v "282874001" ] ;
fhir:display [ fhir:v "Does not stand up" ] ] [
fhir:code [ fhir:v "282972001" ] ;
fhir:display [ fhir:v "Does stand" ] ] [
fhir:code [ fhir:v "282973006" ] ;
fhir:display [ fhir:v "Does not stand" ] ] [
fhir:code [ fhir:v "301683006" ] ;
fhir:display [ fhir:v "Does move in bed" ] ] [
fhir:code [ fhir:v "301684000" ] ;
fhir:display [ fhir:v "Does not move in bed" ] ] ) ] )
] . #