FoundationThis is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
| Responsible Owner: FHIR Infrastructure Work Group | Standards Status: Informative | Compartments: No defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
This bundle demonstrates part-of relationships between BodyStructure resources representing true and false lumens, affected aortic regions, and an aortic dissection.
@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 -------------------------------------------------------------------
# This example demonstrates a hierarchy of related BodyStructure resources for an aortic dissection.
<http://hl7.org/fhir/Bundle/bodystructure-aortic-dissection> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bodystructure-aortic-dissection"] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [
fhir:v "http://example.org/fhir/BodyStructure/aortic-dissection"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/BodyStructure/aortic-dissection>
] ;
fhir:resource ( <http://example.org/fhir/BodyStructure/aortic-dissection> )
] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/BodyStructure/aortic-arch-true-lumen"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/BodyStructure/aortic-arch-true-lumen>
] ;
fhir:resource ( <http://example.org/fhir/BodyStructure/aortic-arch-true-lumen> )
] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/BodyStructure/aortic-arch-false-lumen"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/BodyStructure/aortic-arch-false-lumen>
] ;
fhir:resource ( <http://example.org/fhir/BodyStructure/aortic-arch-false-lumen> )
] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/BodyStructure/thoracic-aorta-true-lumen"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/BodyStructure/thoracic-aorta-true-lumen>
] ;
fhir:resource ( <http://example.org/fhir/BodyStructure/thoracic-aorta-true-lumen> )
] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/BodyStructure/thoracic-aorta-false-lumen"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/BodyStructure/thoracic-aorta-false-lumen>
] ;
fhir:resource ( <http://example.org/fhir/BodyStructure/thoracic-aorta-false-lumen> )
] ) . #
<http://example.org/fhir/BodyStructure/aortic-dissection> a fhir:BodyStructure ;
fhir:id [ fhir:v "aortic-dissection"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure aortic-dissection</b></p><a name=\"aortic-dissection\"> </a><a name=\"hcaortic-dissection\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/bodystructure-identifiers</code>/A1</p><h3>IncludedStructures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Structure</b></td><td><b>Morphology</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Aorta</span></td><td><span title=\"Codes:\">Aortic dissection</span></td></tr></table><p><b>description</b>: </p><div><p>Aortic dissection extending from the aortic arch into the thoracic aorta.</p>\n</div></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/fhir/bodystructure-identifiers"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/bodystructure-identifiers>
] ;
fhir:value [ fhir:v "A1" ]
] ) ; #
fhir:includedStructure ( [
fhir:structure [
fhir:text [ fhir:v "Aorta" ]
] ;
fhir:morphology ( [
fhir:text [ fhir:v "Aortic dissection" ]
] )
] ) ; #
fhir:description [ fhir:v "Aortic dissection extending from the aortic arch into the thoracic aorta."] . #
<http://example.org/fhir/BodyStructure/aortic-arch-true-lumen> a fhir:BodyStructure ;
fhir:id [ fhir:v "aortic-arch-true-lumen"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure aortic-arch-true-lumen</b></p><a name=\"aortic-arch-true-lumen\"> </a><a name=\"hcaortic-arch-true-lumen\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/bodystructure-identifiers</code>/A2</p><blockquote><p><b>includedStructure</b></p><p><b>structure</b>: <span title=\"Codes:\">Aortic arch</span></p><p><b>morphology</b>: <span title=\"Codes:\">True lumen</span></p><h3>Relateds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/bodystructure-relationship-type part-of}\">Part Of</span></td><td><a href=\"broken-link.html\">BodyStructure/aortic-dissection</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/fhir/bodystructure-identifiers"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/bodystructure-identifiers>
] ;
fhir:value [ fhir:v "A2" ]
] ) ; #
fhir:includedStructure ( [
fhir:structure [
fhir:text [ fhir:v "Aortic arch" ]
] ;
fhir:morphology ( [
fhir:text [ fhir:v "True lumen" ]
] ) ;
fhir:related ( [
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "http://hl7.org/fhir/bodystructure-relationship-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/bodystructure-relationship-type>
] ;
fhir:code [ fhir:v "part-of" ] ;
fhir:display [ fhir:v "Part Of" ]
] )
] ;
fhir:reference [
fhir:l <http://hl7.org/fhir/BodyStructure/aortic-dissection> ;
fhir:reference [ fhir:v "BodyStructure/aortic-dissection" ]
]
] )
] ) . #
<http://hl7.org/fhir/BodyStructure/aortic-dissection> a fhir:BodyStructure .
<http://example.org/fhir/BodyStructure/aortic-arch-false-lumen> a fhir:BodyStructure ;
fhir:id [ fhir:v "aortic-arch-false-lumen"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure aortic-arch-false-lumen</b></p><a name=\"aortic-arch-false-lumen\"> </a><a name=\"hcaortic-arch-false-lumen\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/bodystructure-identifiers</code>/A3</p><blockquote><p><b>includedStructure</b></p><p><b>structure</b>: <span title=\"Codes:\">Aortic arch</span></p><p><b>morphology</b>: <span title=\"Codes:\">False lumen</span></p><h3>Relateds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/bodystructure-relationship-type part-of}\">Part Of</span></td><td><a href=\"broken-link.html\">BodyStructure/aortic-dissection</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/fhir/bodystructure-identifiers"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/bodystructure-identifiers>
] ;
fhir:value [ fhir:v "A3" ]
] ) ; #
fhir:includedStructure ( [
fhir:structure [
fhir:text [ fhir:v "Aortic arch" ]
] ;
fhir:morphology ( [
fhir:text [ fhir:v "False lumen" ]
] ) ;
fhir:related ( [
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "http://hl7.org/fhir/bodystructure-relationship-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/bodystructure-relationship-type>
] ;
fhir:code [ fhir:v "part-of" ] ;
fhir:display [ fhir:v "Part Of" ]
] )
] ;
fhir:reference [
fhir:l <http://hl7.org/fhir/BodyStructure/aortic-dissection> ;
fhir:reference [ fhir:v "BodyStructure/aortic-dissection" ]
]
] )
] ) . #
<http://example.org/fhir/BodyStructure/thoracic-aorta-true-lumen> a fhir:BodyStructure ;
fhir:id [ fhir:v "thoracic-aorta-true-lumen"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure thoracic-aorta-true-lumen</b></p><a name=\"thoracic-aorta-true-lumen\"> </a><a name=\"hcthoracic-aorta-true-lumen\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/bodystructure-identifiers</code>/A4</p><blockquote><p><b>includedStructure</b></p><p><b>structure</b>: <span title=\"Codes:\">Thoracic aorta</span></p><p><b>morphology</b>: <span title=\"Codes:\">True lumen</span></p><h3>Relateds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/bodystructure-relationship-type part-of}\">Part Of</span></td><td><a href=\"broken-link.html\">BodyStructure/aortic-dissection</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/fhir/bodystructure-identifiers"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/bodystructure-identifiers>
] ;
fhir:value [ fhir:v "A4" ]
] ) ; #
fhir:includedStructure ( [
fhir:structure [
fhir:text [ fhir:v "Thoracic aorta" ]
] ;
fhir:morphology ( [
fhir:text [ fhir:v "True lumen" ]
] ) ;
fhir:related ( [
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "http://hl7.org/fhir/bodystructure-relationship-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/bodystructure-relationship-type>
] ;
fhir:code [ fhir:v "part-of" ] ;
fhir:display [ fhir:v "Part Of" ]
] )
] ;
fhir:reference [
fhir:l <http://hl7.org/fhir/BodyStructure/aortic-dissection> ;
fhir:reference [ fhir:v "BodyStructure/aortic-dissection" ]
]
] )
] ) . #
<http://example.org/fhir/BodyStructure/thoracic-aorta-false-lumen> a fhir:BodyStructure ;
fhir:id [ fhir:v "thoracic-aorta-false-lumen"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure thoracic-aorta-false-lumen</b></p><a name=\"thoracic-aorta-false-lumen\"> </a><a name=\"hcthoracic-aorta-false-lumen\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/bodystructure-identifiers</code>/A5</p><blockquote><p><b>includedStructure</b></p><p><b>structure</b>: <span title=\"Codes:\">Thoracic aorta</span></p><p><b>morphology</b>: <span title=\"Codes:\">False lumen</span></p><h3>Relateds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/bodystructure-relationship-type part-of}\">Part Of</span></td><td><a href=\"broken-link.html\">BodyStructure/aortic-dissection</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/fhir/bodystructure-identifiers"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/bodystructure-identifiers>
] ;
fhir:value [ fhir:v "A5" ]
] ) ; #
fhir:includedStructure ( [
fhir:structure [
fhir:text [ fhir:v "Thoracic aorta" ]
] ;
fhir:morphology ( [
fhir:text [ fhir:v "False lumen" ]
] ) ;
fhir:related ( [
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "http://hl7.org/fhir/bodystructure-relationship-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/bodystructure-relationship-type>
] ;
fhir:code [ fhir:v "part-of" ] ;
fhir:display [ fhir:v "Part Of" ]
] )
] ;
fhir:reference [
fhir:l <http://hl7.org/fhir/BodyStructure/aortic-dissection> ;
fhir:reference [ fhir:v "BodyStructure/aortic-dissection" ]
]
] )
] ) . #
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.r6.core#6.0.0-snapshot1 generated on Sat, Sep 12, 2026 15:05+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R5 |
Compare to Last Ballot |
|
Propose a change