HL7 Czech Base and Core Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.3.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/cz-core/ and changes regularly. See the Directory of published versions
: Body structure Example - 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 "BodyStructure01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.cz/fhir/core/StructureDefinition/BodyStructure-cz"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/BodyStructure-cz> ] )
] ; #
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 BodyStructure01</b></p><a name=\"BodyStructure01\"> </a><a name=\"hcBodyStructure01\"> </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-cz.html\">Body Structure (CZ)</a></p></div><p><b>Extension Definition for BodyStructure.includedStructure.laterality for Version 5.0</b>: <span title=\"Codes:{http://snomed.info/sct 24028007}\">Right</span></p><p><b>morphology</b>: <span title=\"Codes:{http://snomed.info/sct 3404009}\">Bite</span></p><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 7874003}\">Scapular region of back</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 255497008}\">RUQ - Right upper quadrant</span></p><p><b>description</b>: Canis lupus familiaris viděl na zádech poraněného sedět Musca domestica a při útoku na ni došlo k neúmyslnému pokousání</p><p><b>patient</b>: <a href=\"Patient-Mracena.html\">Mračena Mrakomorová Female, DoB: 1971-11-26 ( Passport number (use: official, ))</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:24028007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24028007" ] ;
fhir:display [ fhir:v "Right" ] ] ) ]
] ) ; #
fhir:morphology [
( fhir:coding [
a sct:3404009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3404009" ] ;
fhir:display [ fhir:v "Bite" ] ] )
] ; #
fhir:location [
( fhir:coding [
a sct:7874003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7874003" ] ;
fhir:display [ fhir:v "Scapular region of back" ] ] )
] ; #
fhir:locationQualifier ( [
( fhir:coding [
a sct:255497008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "255497008" ] ;
fhir:display [ fhir:v "RUQ - Right upper quadrant" ] ] )
] ) ; #
fhir:description [ fhir:v "Canis lupus familiaris viděl na zádech poraněného sedět Musca domestica a při útoku na ni došlo k neúmyslnému pokousání"] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/Mracena" ]
] . #