@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "servicesau"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization servicesau

identifier: ABN/90794605008

type: Commonwealth Government Entity

name: Services Australia

telecom: https://www.servicesaustralia.gov.au

partOf: Organization Australian Government Department of Health

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "XX" ] ] ) ; fhir:text [ fhir:v "ABN" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ; fhir:value [ fhir:v "90794605008" ] ] ) ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "7510" ] ] ) ; fhir:text [ fhir:v "Commonwealth Government Entity" ] ] ) ; # fhir:name [ fhir:v "Services Australia"] ; # fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.servicesaustralia.gov.au" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:partOf [ fhir:link ; fhir:reference [ fhir:v "Organization/healthau" ] ] . # # -------------------------------------------------------------------------------------