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 json

{
  "resourceType" : "Organization",
  "id" : "f799e349-0385-4fbc-a2aa-b5b50af957ea",
  "meta" : {
    "versionId" : "11.007",
    "lastUpdated" : "2019-11-15T13:28:17.239+10:00",
    "profile" : [
      "http://hl7.org.au/fhir/StructureDefinition/au-organization"
    ]
  },
  "language" : "en-AU",
  "text" : {
    "status" : "additional",
    "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>"
  },
  "identifier" : [
    {
      "type" : {
        "text" : "NATA Accreditation Number"
      },
      "system" : "http://hl7.org.au/id/nata-accreditation",
      "value" : "20001"
    },
    {
      "type" : {
        "text" : "ARBN"
      },
      "system" : "http://hl7.org.au/id/arbn",
      "value" : "123456789"
    },
    {
      "type" : {
        "text" : "ABN"
      },
      "system" : "http://hl7.org.au/id/abn",
      "value" : "12345678901"
    },
    {
      "type" : {
        "text" : "ACN"
      },
      "system" : "http://hl7.org.au/id/acn",
      "value" : "518247535"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "NOI",
            "display" : "National Organisation Identifier"
          }
        ],
        "text" : "HPI-O"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value" : "8003626566699734"
    },
    {
      "type" : {
        "text" : "PAI-O"
      },
      "system" : "http://ns.electronichealth.net.au/id/pcehr/paio/1.0",
      "value" : "8003640011000059"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://ns.electronichealth.net.au/id/hi/csp/1.0",
            "code" : "CSP",
            "display" : "Contracted Service Provider (CSP) Number"
          }
        ],
        "text" : "CSP"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/csp/1.0",
      "value" : "8003635500000327"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
          "code" : "8631",
          "display" : "Pathology Services"
        }
      ]
    }
  ],
  "name" : "ACME Pathology",
  "alias" : [
    "Tests R Us Pathology"
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "enquiries@acmepathology.example.com",
      "use" : "work"
    },
    {
      "system" : "url",
      "value" : "https://acmepathology.example.com",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "(03) 5550 1234",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "type" : "both",
      "line" : [
        "7002 Little Collins Street"
      ],
      "city" : "Melbourne",
      "state" : "Vic",
      "postalCode" : "3000",
      "country" : "AU"
    }
  ],
  "partOf" : {
    "reference" : "Organization/5-8631-1"
  }
}