@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "address-example2"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Anonymous Patient (no stated gender), DoB Unknown


Contact Detail:NO FIXED ADDRESS Melbourne, VIC(TEMP)
" ] ; # fhir:address ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/no-fixed-address"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; # this part of the extension states that address is no fixed address fhir:use [ fhir:v "temp" ] ; fhir:type [ fhir:v "physical" ] ; fhir:text [ fhir:v "NO FIXED ADDRESS Melbourne, VIC" ] ; fhir:state [ fhir:v "VIC" ] ; fhir:country [ fhir:v "AU" ] ] ) . # # -------------------------------------------------------------------------------------