{
  "resourceType" : "Organization",
  "id" : "Organisation-with-ABN",
  "meta" : {
    "profile" : ["http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-organization"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Organisation-with-ABN</b></p><a name=\"Organisation-with-ABN\"> </a><a name=\"hcOrganisation-with-ABN\"> </a><a name=\"Organisation-with-ABN-en-AU\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pca-organization.html\">PCA Organization</a></p></div><p><b>identifier</b>: ABN/90602935820, PCA Organization Identifier (PCA-OI)/fdd12dff00184a76ab4c561f8a88aed3</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type LEO}\">Legal Entity Organisation</span>, <span title=\"Codes:{http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type PPO}\">Participating publishing organisation</span></p><p><b>name</b>: Organisation with ABN</p><p><b>alias</b>: MYHealth Sydney</p><p><b>telecom</b>: <a href=\"mailto:admin@myhealth.net.au\">admin@myhealth.net.au</a>, ph: 02 8197 3388(Work), fax: 02 8197 1988(Work)</p><p><b>address</b>: Shop 8 147-153 Castlereagh Street SYDNEY NSW 2000 AU (work)</p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "XX"
      }],
      "text" : "ABN"
    },
    "system" : "http://hl7.org.au/id/abn",
    "value" : "90602935820"
  },
  {
    "type" : {
      "text" : "PCA Organization Identifier (PCA-OI)"
    },
    "system" : "http://pca.digitalhealth.gov.au/id/pca-organization",
    "value" : "fdd12dff00184a76ab4c561f8a88aed3"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type",
      "code" : "LEO",
      "display" : "Legal Entity Organisation"
    }]
  },
  {
    "coding" : [{
      "system" : "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type",
      "code" : "PPO",
      "display" : "Participating publishing organisation"
    }]
  }],
  "name" : "Organisation with ABN",
  "alias" : ["MYHealth Sydney"],
  "telecom" : [{
    "system" : "email",
    "value" : "admin@myhealth.net.au",
    "use" : "work"
  },
  {
    "system" : "phone",
    "value" : "02 8197 3388",
    "use" : "work"
  },
  {
    "system" : "fax",
    "value" : "02 8197 1988",
    "use" : "work"
  }],
  "address" : [{
    "extension" : [{
      "url" : "http://hl7.org.au/fhir/StructureDefinition/address-identifier",
      "valueIdentifier" : {
        "type" : {
          "coding" : [{
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "GNAF",
            "display" : "Geocoded National Address File Identifier"
          }],
          "text" : "G-NAF"
        },
        "system" : "http://hl7.org.au/id/gnafidentifier",
        "value" : "GANSW718473771"
      }
    }],
    "use" : "work",
    "line" : ["Shop 8",
    "147-153 Castlereagh Street"],
    "city" : "SYDNEY",
    "state" : "NSW",
    "postalCode" : "2000",
    "country" : "AU"
  }]
}