This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
: BodyStructure - Blister of right foot - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "example1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-bodystructure"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-bodystructure> ] )
] ; #
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: BodyStructure example1</b></p><a name=\"example1\"> </a><a name=\"hcexample1\"> </a><a name=\"example1-en-AU\"> </a><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 7769000}\">Right foot</span></p><p><b>patient</b>: <a href=\"Patient-example0.html\">Stella Franklin Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</a></p></div>"
] ; #
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:7769000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7769000" ] ;
fhir:display [ fhir:v "Right foot" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example0" ]
] . #