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.

Location-example0

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Location xmlns="http://hl7.org/fhir">
  <id value="example0"/>
  <meta>
    <profile
             value="http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-location"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location</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 Location &quot;example0&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-pca-location.html">PCA Location</a></p></div><p><b>PCA Amenity</b>: Wheelchair Access <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-pca-amenity.html">PCA Amenity</a>#wheelchairAccess)</span></p><p><b>PCA Postal Address</b>: Shop 8, 147-153 Castlereagh Street, SYDNEY NSW 2000</p><p><b>identifier</b>: PCA Location Identifier (PCA-LI): 9d00bc2673ca4b54bd8018732af66634</p><p><b>status</b>: active</p><p><b>name</b>: Myhealth Sydney CBD Medical Centre</p><p><b>address</b>: Shop 8, 151 Castlereagh Street, SYDNEY NSW 2000</p><p><b>managingOrganization</b>: <a href="Organization-example0.html">Organization/example0</a> &quot;MYHEALTH SYDNEY CBD PTY LTD&quot;</p></div>
  </text>
  <extension
             url="http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-amenity">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-amenity"/>
        <code value="wheelchairAccess"/>
        <display value="Wheelchair Access"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-postal-address">
    <valueAddress>
      <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>
      <type value="postal"/>
      <text value="Shop 8, 147-153 Castlereagh Street, SYDNEY NSW 2000"/>
      <line value="Shop 8"/>
      <line value="147-153 Castlereagh Street"/>
      <city value="SYDNEY"/>
      <state value="NSW"/>
      <postalCode value="2000"/>
      <country value="AU"/>
    </valueAddress>
  </extension>
  <identifier>
    <type>
      <text value="PCA Location Identifier (PCA-LI)"/>
    </type>
    <system value="http://pca.digitalhealth.gov.au/id/pca-location"/>
    <value value="9d00bc2673ca4b54bd8018732af66634"/>
  </identifier>
  <status value="active"/>
  <name value="Myhealth Sydney CBD Medical Centre"/>
  <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>
    <type value="physical"/>
    <text value="Shop 8, 151 Castlereagh Street, SYDNEY NSW 2000"/>
    <line value="Shop 8"/>
    <line value="147-153 Castlereagh Street"/>
    <city value="SYDNEY"/>
    <state value="NSW"/>
    <postalCode value="2000"/>
    <country value="AU"/>
  </address>
  <managingOrganization>
    <reference value="Organization/example0"/>
  </managingOrganization>
</Location>