@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:BodyStructure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-bodystructure"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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:BodyStructure.active [ fhir:value "true"^^xsd:boolean]; fhir:BodyStructure.location [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:426328003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "426328003" ]; fhir:Coding.display [ fhir:value "Bone tissue of shoulder region" ] ] ]; fhir:BodyStructure.locationQualifier [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:7771000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "7771000" ]; fhir:Coding.display [ fhir:value "Left" ] ]; fhir:CodeableConcept.text [ fhir:value "Left" ] ]; fhir:BodyStructure.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example0" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------