@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Organisation-with-ABN"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-organization"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization Organisation-with-ABN

identifier: ABN/90602935820, PCA Organization Identifier (PCA-OI)/fdd12dff00184a76ab4c561f8a88aed3

active: true

type: Legal Entity Organisation, Participating publishing organisation

name: Organisation with ABN

alias: MYHealth Sydney

telecom: admin@myhealth.net.au, ph: 02 8197 3388(Work), fax: 02 8197 1988(Work)

address: Shop 8 147-153 Castlereagh Street SYDNEY NSW 2000 AU (work)

" ] ; # 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 "90602935820" ] ] [ fhir:type [ fhir:text [ fhir:v "PCA Organization Identifier (PCA-OI)" ] ] ; fhir:system [ fhir:v "http://pca.digitalhealth.gov.au/id/pca-organization"^^xsd:anyURI ] ; fhir:value [ fhir:v "fdd12dff00184a76ab4c561f8a88aed3" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "LEO" ] ; fhir:display [ fhir:v "Legal Entity Organisation" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "PPO" ] ; fhir:display [ fhir:v "Participating publishing organisation" ] ] ) ] ) ; # fhir:name [ fhir:v "Organisation with ABN"] ; # fhir:alias ( [ fhir:v "MYHealth Sydney"] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "admin@myhealth.net.au" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "02 8197 3388" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "02 8197 1988" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/address-identifier"^^xsd:anyURI ] ; fhir:value [ a fhir:Identifier ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "GNAF" ] ; fhir:display [ fhir:v "Geocoded National Address File Identifier" ] ] ) ; fhir:text [ fhir:v "G-NAF" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/gnafidentifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "GANSW718473771" ] ] ] ) ; fhir:use [ fhir:v "work" ] ; fhir:line ( [ fhir:v "Shop 8" ] [ fhir:v "147-153 Castlereagh Street" ] ) ; fhir:city [ fhir:v "SYDNEY" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2000" ] ; fhir:country [ fhir:v "AU" ] ] ) . # # -------------------------------------------------------------------------------------