This page is part of the HL7 Europe Base and Core (v0.1.0-ballot: Release Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Example Body Structure - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:BodyStructure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-body-structure-eu"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/base/StructureDefinition/BodyStructure-eu"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/base/StructureDefinition/BodyStructure-eu> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure example-body-structure-eu</b></p><a name=\"example-body-structure-eu\"> </a><a name=\"hcexample-body-structure-eu\"> </a><a name=\"example-body-structure-eu-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-BodyStructure-eu.html\">Body structure (EU base)</a></p></div><p><b>Extension Definition for BodyStructure.includedStructure.laterality for Version 5.0</b>: <span title=\"Codes:{http://snomed.info/sct 7771000}\">Left</span></p><p><b>morphology</b>: <span title=\"Codes:{http://snomed.info/sct 339008}\">Blister</span></p><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 8205005}\">Wrist</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 351726001}\">Below</span></p><p><b>patient</b>: <a href=\"Patient-patient-eu-core-example.html\">John Doe Male, DoB: 1980-01-01</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure.laterality"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:7771000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7771000" ] ;
fhir:display [ fhir:v "Left" ] ] ) ]
] ) ; #
fhir:morphology [
( fhir:coding [
a sct:339008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "339008" ] ;
fhir:display [ fhir:v "Blister" ] ] )
] ; #
fhir:location [
( fhir:coding [
a sct:8205005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8205005" ] ;
fhir:display [ fhir:v "Wrist" ] ] )
] ; #
fhir:locationQualifier ( [
( fhir:coding [
a sct:351726001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "351726001" ] ;
fhir:display [ fhir:v "Below" ] ] )
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-eu-core-example" ]
] . #