Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements), published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging-manifest/ and changes regularly. See the Directory of published versions
: Anatomical Region - 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 "im-anatomical-region-valueset"] ; #
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-anatomical-region-valueset</b></p><a name=\"im-anatomical-region-valueset\"> </a><a name=\"hcim-anatomical-region-valueset\"> </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/63337009\">63337009</a></td><td style=\"color: #cccccc\">Lower trunk</td></tr><tr><td><a href=\"http://snomed.info/id/38266002\">38266002</a></td><td style=\"color: #cccccc\">Entire body as a whole</td></tr><tr><td><a href=\"http://snomed.info/id/53120007\">53120007</a></td><td style=\"color: #cccccc\">Upper extremity</td></tr><tr><td><a href=\"http://snomed.info/id/61685007\">61685007</a></td><td style=\"color: #cccccc\">Lower extremity</td></tr><tr><td><a href=\"http://snomed.info/id/67734004\">67734004</a></td><td style=\"color: #cccccc\">Upper trunk</td></tr><tr><td><a href=\"http://snomed.info/id/774007\">774007</a></td><td style=\"color: #cccccc\">Head and neck structure</td></tr><tr><td><a href=\"http://snomed.info/id/113257007\">113257007</a></td><td style=\"color: #cccccc\">Cardiovascular system</td></tr><tr><td><a href=\"http://snomed.info/id/80891009\">80891009</a></td><td style=\"color: #cccccc\">Heart</td></tr><tr><td><a href=\"http://snomed.info/id/76752008\">76752008</a></td><td style=\"color: #cccccc\">Breast</td></tr><tr><td><a href=\"http://snomed.info/id/737561001\">737561001</a></td><td style=\"color: #cccccc\">Structure of vertebral column and/or spinal cord (body structure)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.eu/fhir/imaging-manifest-r5/ValueSet/im-anatomical-region-valueset"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.0-ballot"] ; #
fhir:name [ fhir:v "AnatomicalRegionVs"] ; #
fhir:title [ fhir:v "Anatomical Region"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-05T13:47:53+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Europe"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Europe" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.eu" ] ] )
] ) ; #
fhir:description [ fhir:v "A shortlist of anatomical regions that can be used for searching reports and manifests."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of HL7 Europe, all rights reserved Creative Commons License"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "63337009" ] ] [
fhir:code [ fhir:v "38266002" ] ] [
fhir:code [ fhir:v "53120007" ] ] [
fhir:code [ fhir:v "61685007" ] ] [
fhir:code [ fhir:v "67734004" ] ] [
fhir:code [ fhir:v "774007" ] ] [
fhir:code [ fhir:v "113257007" ] ] [
fhir:code [ fhir:v "80891009" ] ] [
fhir:code [ fhir:v "76752008" ] ] [
fhir:code [ fhir:v "737561001" ] ] ) ] )
] . #