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

Anonymous Patient (no stated gender), DoB Unknown


Contact Detail:Level 1, 300 George St, Brisbane, QLD 4000
" ] ; # fhir:address ( [ fhir:text [ fhir:v "Level 1, 300 George St, Brisbane, QLD 4000" ] ; fhir:line ( [ fhir:v "Level 1 300 George St" ] ) ; fhir:city [ fhir:v "Brisbane" ] ; fhir:state [ fhir:v "QLD" ] ; fhir:postalCode [ fhir:v "4000" ] ; fhir:country [ fhir:v "AU" ] ] ) . # # -------------------------------------------------------------------------------------