@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "mitchells-hill-audiology"] ; # 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 "mitchells-hill-audiology"

Profile: AU Core Organization

identifier: ABN/81129842694

type: Other Allied Health Services (1292.0#8539)

name: Mitchells Hill Audiology

telecom: ph: (03) 5550 3095, reception@mitchellshillaudiology.example.com.au

address: 87 Freedom Pnt Mitchells Hill VIC 3478 AU

" ] ; # 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 "81129842694" ] ] ) ; # 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 "8539" ] ; fhir:display [ fhir:v "Other Allied Health Services" ] ] ) ] ) ; # fhir:name [ fhir:v "Mitchells Hill Audiology"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 5550 3095" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "reception@mitchellshillaudiology.example.com.au" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:type [ fhir:v "physical" ] ; fhir:line ( [ fhir:v "87 Freedom Pnt" ] ) ; fhir:city [ fhir:v "Mitchells Hill" ] ; fhir:state [ fhir:v "VIC" ] ; fhir:postalCode [ fhir:v "3478" ] ; fhir:country [ fhir:v "AU" ] ] ) . # # -------------------------------------------------------------------------------------