@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:BodyStructure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example1"]; 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 \"example1\"

Profile: AU Base Body Structure

morphology: Blister (SNOMED CT#339008)

location: Right foot (SNOMED CT#7769000)

patient: Patient/example0 \" FRANKLIN\"

" ]; fhir:BodyStructure.morphology [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:339008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "339008" ]; fhir:Coding.display [ fhir:value "Blister" ] ] ]; fhir:BodyStructure.location [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:7769000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "7769000" ]; fhir:Coding.display [ fhir:value "Right foot" ] ] ]; fhir:BodyStructure.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example0" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------