@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:BodyStructure ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example0"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-bodystructure"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: BodyStructure

Resource BodyStructure "example0"

Profile: AU Base Body Structure

active: true

location: Bone tissue of shoulder region (SNOMED CT#426328003)

locationQualifier: Left (SNOMED CT#7771000)

patient: Patient/example0 " FRANKLIN"

" ] ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:location [ fhir:coding ( [ a sct:426328003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "426328003" ] ; fhir:display [ fhir:v "Bone tissue of shoulder region" ] ] ) ] ; # fhir:locationQualifier ( [ 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:text [ fhir:v "Left" ] ] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example0" ] ] . # # -------------------------------------------------------------------------------------