Australian Base Implementation Guide (AU Base 2)

This page is part of the Australian Base IG (v2.1.0: AU Base 2 on R4) based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: Organization-f799e349-0385-4fbc-a2aa-b5b50af957ea

Formats: Narrative,XML, JSON, Turtle

Raw ttl

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Organization;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "f799e349-0385-4fbc-a2aa-b5b50af957ea"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "11.007" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-11-15T13:28:17.239+10:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-organization";
       fhir:index 0;
       fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-organization>     ]
  ];
  fhir:Resource.language [ fhir:value "en-AU"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p><b>Name</b>: ACME Pathology</p>\n            <p><b>Phone</b>: (03) 5550 1234 (work)</p>\n            <p><b>email</b>: enquiries@acmepathology.example.com (work)</p>\n            <p><b>Website</b>: https://acmepathology.example.com</p>\n            <p><b>Address</b>: 7002 Little Collins Street, Melbourne Vic 3000</p>\n            <p><b>NATA number</b>: 20001</p>\n            <p><b>ARBN</b>: 123456789</p>\n            <p><b>ABN</b>: 12345678901</p>\n            <p><b>ACN</b>: 518247535</p>\n            <p><b>HPI-O</b>: 8003626566699734</p>\n            <p><b>PAI-O</b>: 8003640011000059</p>\n            <p><b>CSP</b>: 8003635500000327</p>\n        </div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "NATA Accreditation Number" ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/nata-accreditation" ];
     fhir:Identifier.value [ fhir:value "20001" ]
  ], [
     fhir:index 1;
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "ARBN" ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/arbn" ];
     fhir:Identifier.value [ fhir:value "123456789" ]
  ], [
     fhir:index 2;
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "ABN" ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/abn" ];
     fhir:Identifier.value [ fhir:value "12345678901" ]
  ], [
     fhir:index 3;
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "ACN" ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/acn" ];
     fhir:Identifier.value [ fhir:value "518247535" ]
  ], [
     fhir:index 4;
     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 "NOI" ];
         fhir:Coding.display [ fhir:value "National Organisation Identifier" ]       ];
       fhir:CodeableConcept.text [ fhir:value "HPI-O" ]     ];
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpio/1.0" ];
     fhir:Identifier.value [ fhir:value "8003626566699734" ]
  ], [
     fhir:index 5;
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "PAI-O" ]     ];
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/pcehr/paio/1.0" ];
     fhir:Identifier.value [ fhir:value "8003640011000059" ]
  ], [
     fhir:index 6;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/csp/1.0" ];
         fhir:Coding.code [ fhir:value "CSP" ];
         fhir:Coding.display [ fhir:value "Contracted Service Provider (CSP) Number" ]       ];
       fhir:CodeableConcept.text [ fhir:value "CSP" ]     ];
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/csp/1.0" ];
     fhir:Identifier.value [ fhir:value "8003635500000327" ]
  ];
  fhir:Organization.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0" ];
       fhir:Coding.code [ fhir:value "8631" ];
       fhir:Coding.display [ fhir:value "Pathology Services" ]     ]
  ];
  fhir:Organization.name [ fhir:value "ACME Pathology"];
  fhir:Organization.alias [
     fhir:value "Tests R Us Pathology";
     fhir:index 0
  ];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "enquiries@acmepathology.example.com" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "url" ];
     fhir:ContactPoint.value [ fhir:value "https://acmepathology.example.com" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(03) 5550 1234" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.type [ fhir:value "both" ];
     fhir:Address.line [
       fhir:value "7002 Little Collins Street";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Melbourne" ];
     fhir:Address.state [ fhir:value "Vic" ];
     fhir:Address.postalCode [ fhir:value "3000" ];
     fhir:Address.country [ fhir:value "AU" ]
  ];
  fhir:Organization.partOf [
     fhir:Reference.reference [ fhir:value "Organization/5-8631-1" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.