@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-organization"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Organization

Resource Organization "example0"

Profile: PCA Organization

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

active: true

type: Legal Entity Organisation (PCA Organization Type#LEO), Participating publishing organisation (PCA Organization Type#PPO)

name: MYHEALTH SYDNEY CBD PTY LTD

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:Organization.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "XX" ] ]; fhir:CodeableConcept.text [ fhir:value "ABN" ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/abn" ]; fhir:Identifier.value [ fhir:value "90602935820" ] ], [ fhir:index 1; fhir:Identifier.type [ fhir:CodeableConcept.text [ fhir:value "PCA Organization Identifier (PCA-OI)" ] ]; fhir:Identifier.system [ fhir:value "http://pca.digitalhealth.gov.au/id/pca-organization" ]; fhir:Identifier.value [ fhir:value "fdd12dff00184a76ab4c561f8a88aed3" ] ]; fhir:Organization.active [ fhir:value "true"^^xsd:boolean]; fhir:Organization.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type" ]; fhir:Coding.code [ fhir:value "LEO" ]; fhir:Coding.display [ fhir:value "Legal Entity Organisation" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type" ]; fhir:Coding.code [ fhir:value "PPO" ]; fhir:Coding.display [ fhir:value "Participating publishing organisation" ] ] ]; fhir:Organization.name [ fhir:value "MYHEALTH SYDNEY CBD PTY LTD"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "admin@myhealth.net.au" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "02 8197 3388" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "02 8197 1988" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/address-identifier" ]; fhir:Extension.valueIdentifier [ fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "GNAF" ]; fhir:Coding.display [ fhir:value "Geocoded National Address File Identifier" ] ]; fhir:CodeableConcept.text [ fhir:value "G-NAF" ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/gnafidentifier" ]; fhir:Identifier.value [ fhir:value "GANSW718473771" ] ] ]; fhir:Address.use [ fhir:value "work" ]; fhir:Address.line [ fhir:value "Shop 8"; fhir:index 0 ], [ fhir:value "147-153 Castlereagh Street"; fhir:index 1 ]; fhir:Address.city [ fhir:value "SYDNEY" ]; fhir:Address.state [ fhir:value "NSW" ]; fhir:Address.postalCode [ fhir:value "2000" ]; fhir:Address.country [ fhir:value "AU" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------