Provider Connect Australia (PCA)
24.1.0.0 - active Australia flag

Provider Connect Australia (PCA) - Local Development build (v24.1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organisation with ABN - JSON Representation

Raw json | Download


{
  "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><b>Generated Narrative: Organization </b><a name=\"Organisation-with-ABN\"> </a><a name=\"hcOrganisation-with-ABN\"> </a></p><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\">ResourceOrganization &quot;Organisation-with-ABN&quot; </p><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>: Legal Entity Organisation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-pca-organization-type.html\">PCA Organization Type</a>#LEO)</span>, Participating publishing organisation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-pca-organization-type.html\">PCA Organization Type</a>#PPO)</span></p><p><b>name</b>: Organisation with ABN</p><p><b>alias</b>: MYHealth Sydney</p><p><b>telecom</b>: <a href=\"mailto:[email protected]\">[email protected]</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" : "[email protected]",
      "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"
    }
  ]
}