@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:BodyStructure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "right-knee"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-bodystructure-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: BodyStructure

Resource BodyStructure "right-knee"

Profile: ADHA Core BodyStructure

location: Knee region structure (SNOMED CT#72696002)

locationQualifier: Right (SNOMED CT#24028007)

patient: Patient/hi-testdata-moss-cleo " MOSS"

" ]; fhir:BodyStructure.location [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:72696002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "72696002" ]; fhir:Coding.display [ fhir:value "Knee region structure" ] ] ]; fhir:BodyStructure.locationQualifier [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:24028007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "24028007" ]; fhir:Coding.display [ fhir:value "Right" ] ] ]; fhir:BodyStructure.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/hi-testdata-moss-cleo" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------