@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://hl7.org.au/fhir/core/StructureDefinition/au-core-bodystructure"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: BodyStructure

Resource BodyStructure "right-knee"

Profile: AU Core BodyStructure

location: Knee region structure (SNOMED CT#72696002)

locationQualifier: Right (SNOMED CT#24028007)

patient: Patient/wang-li " WANG"

" ] ; # 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/wang-li" ] ] . # # -------------------------------------------------------------------------------------