Provider Connect Australia (PCA) FHIR Implementation Guide 2.4.0

This is release 2.4.0 of Provider Connect Australia (PCA) FHIR Implementation Guide. It is based on FHIR version 4.0.1. See the Directory of published versions.

Organization-example0

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Organization xmlns="http://hl7.org/fhir">
  <id value="example0"/>
  <meta>
    <profile
             value="http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="example0"> </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">Resource Organization &quot;example0&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>: MYHEALTH SYDNEY CBD PTY LTD</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>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="XX"/>
      </coding>
      <text value="ABN"/>
    </type>
    <system value="http://hl7.org.au/id/abn"/>
    <value value="90602935820"/>
  </identifier>
  <identifier>
    <type>
      <text value="PCA Organization Identifier (PCA-OI)"/>
    </type>
    <system value="http://pca.digitalhealth.gov.au/id/pca-organization"/>
    <value value="fdd12dff00184a76ab4c561f8a88aed3"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type"/>
      <code value="LEO"/>
      <display value="Legal Entity Organisation"/>
    </coding>
  </type>
  <type>
    <coding>
      <system
              value="http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-organization-type"/>
      <code value="PPO"/>
      <display value="Participating publishing organisation"/>
    </coding>
  </type>
  <name value="MYHEALTH SYDNEY CBD PTY LTD"/>
  <telecom>
    <system value="email"/>
    <value value="[email protected]"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="02 8197 3388"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="02 8197 1988"/>
    <use value="work"/>
  </telecom>
  <address>
    <extension
               url="http://hl7.org.au/fhir/StructureDefinition/address-identifier">
      <valueIdentifier>
        <type>
          <coding>
            <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
            <code value="GNAF"/>
            <display value="Geocoded National Address File Identifier"/>
          </coding>
          <text value="G-NAF"/>
        </type>
        <system value="http://hl7.org.au/id/gnafidentifier"/>
        <value value="GANSW718473771"/>
      </valueIdentifier>
    </extension>
    <use value="work"/>
    <line value="Shop 8"/>
    <line value="147-153 Castlereagh Street"/>
    <city value="SYDNEY"/>
    <state value="NSW"/>
    <postalCode value="2000"/>
    <country value="AU"/>
  </address>
</Organization>