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

Generated Narrative: Organization

Resource Organization "services-au"

Profile: AU Core Organization

identifier: ABN: 90794605008

type: Commonwealth Government Entity (1292.0#7510)

name: Services Australia

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

partOf: Organization/health-au "Australian Government Department of Health and Aged Care"

" ] ; # 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/health-au" ] ] . # # -------------------------------------------------------------------------------------