@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "large-racs"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Organization

Resource Organization "large-racs"

Profile: ADHA Core Organization

identifier: ABN: 19000773547

type: Residential Aged Care Provider ()

name: Large Residential Aged Care Services Group Limited

alias: LARCSG Care

telecom: info@largeracsgroup.example.com, ph: 1300 975 709, fax: (08) 7010 3275

address: GPO BOX 1PP77897Q Croydon Park SA 5008 AU

" ]; 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 "19000773547" ] ]; fhir:Organization.type [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Residential Aged Care Provider" ] ]; fhir:Organization.name [ fhir:value "Large Residential Aged Care Services Group Limited"]; fhir:Organization.alias [ fhir:value "LARCSG Care"; fhir:index 0 ]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "info@largeracsgroup.example.com" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "1300 975 709" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "(08) 7010 3275" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.type [ fhir:value "postal" ]; fhir:Address.line [ fhir:value "GPO BOX 1PP77897Q"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Croydon Park" ]; fhir:Address.state [ fhir:value "SA" ]; fhir:Address.postalCode [ fhir:value "5008" ]; fhir:Address.country [ fhir:value "AU" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------