@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:BodyStructure ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "right-knee"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-bodystructure-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: BodyStructure right-knee

location: Knee region structure

locationQualifier: Right

patient: Cleo Moss Female, DoB: 1965-08-23 ( IHI: Austalian Healthcare Identifier - Individual#8003608833564735)

" ] ; # fhir:location [ fhir:coding ( [ a sct:72696002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "72696002" ] ; fhir:display [ fhir:v "Knee region structure" ] ] ) ] ; # fhir:locationQualifier ( [ 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:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/hi-testdata-moss-cleo" ] ] . # # -------------------------------------------------------------------------------------