@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:BodyStructure ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-bodystructure"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: BodyStructure Resource BodyStructure "example1" Profile: AU Base Body Structuremorphology: Blister (SNOMED CT#339008)location: Right foot (SNOMED CT#7769000)patient: Patient/example0 " FRANKLIN"" ] ; # fhir:morphology [ fhir:coding ( [ a sct:339008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "339008" ] ; fhir:display [ fhir:v "Blister" ] ] ) ] ; # fhir:location [ fhir:coding ( [ a sct:7769000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "7769000" ] ; fhir:display [ fhir:v "Right foot" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example0" ] ] . # # -------------------------------------------------------------------------------------
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"