MyHealth@EU Core - Downloaded Version 1.0.0 See the Directory of published versions
: BodyStructure: 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 "b2c3d4e5-f6a7-8901-bcde-f12345678901"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/core/StructureDefinition/bodyStructure-myhealtheu-core"^^xsd:anyURI ;
fhir:l <http://fhir.ehdsi.eu/core/StructureDefinition/bodyStructure-myhealtheu-core> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Left knee - John Doe</div>"^^rdf:XMLLiteral ]
] ; #
fhir:morphology [
( fhir:coding [
a sct:72704001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "72704001" ] ;
fhir:display [ fhir:v "Fracture" ] ] )
] ; #
fhir:patient [
fhir:l fhir:Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49 ;
fhir:reference [ fhir:v "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
] . #