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

Anonymous Patient (no stated gender), DoB Unknown


Contact Detail:Level 1, 300 George St, Brisbane, QLD 4000
" ]; fhir:Patient.address [ fhir:index 0; fhir:Address.text [ fhir:value "Level 1, 300 George St, Brisbane, QLD 4000" ]; fhir:Address.line [ fhir:value "Level 1 300 George St"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Brisbane" ]; fhir:Address.state [ fhir:value "QLD" ]; fhir:Address.postalCode [ fhir:value "4000" ]; fhir:Address.country [ fhir:value "AU" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------