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.

HealthcareService-example0

Formats: Narrative, XML, JSON, Turtle

Raw xml



<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="example0"/>
  <meta>
    <profile
             value="http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-healthcare-service"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: HealthcareService</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 HealthcareService &quot;example0&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-pca-healthcare-service.html">PCA Healthcare Service</a></p></div><p><b>PCA Referral Information For Provider</b>: FALSE</p><p><b>PCA Postal Address</b>: Shop 8, 147-153 Castlereagh Street, SYDNEY NSW 2000</p><p><b>identifier</b>: id: 4d00ad2659cb4b54bd8028798af62631</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href="Organization-example0.html">Organization/example0</a> &quot;MYHEALTH SYDNEY CBD PTY LTD&quot;</p><p><b>type</b>: General practice service <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#788007007)</span></p><p><b>location</b>: <a href="Location-example0.html">Location/example0</a> &quot;Myhealth Sydney CBD Medical Centre&quot;</p><p><b>name</b>: Myhealth Sydney CBD Medical Centre - General practice service</p><p><b>serviceProvisionCode</b>: Fees and Bulk Billing <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org.au/fhir/4.1.0/CodeSystem-service-provision-conditions.html">Service Provision Conditions Australian Concepts</a>#FBB)</span></p><p><b>appointmentRequired</b>: true</p><h3>AvailableTimes</h3><table class="grid"><tr><td>-</td><td><b>DaysOfWeek</b></td><td><b>AvailableStartTime</b></td><td><b>AvailableEndTime</b></td></tr><tr><td>*</td><td>mon, tue, wed, thu, fri</td><td>08:00:00</td><td>17:30:00</td></tr></table></div>
  </text>
  <extension
             url="http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-referral-information-for-provider">
    <valueMarkdown value="FALSE"/>
  </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>
    <system
            value="http://pca.digitalhealth.gov.au/id/pca-healthcare-service"/>
    <value value="4d00ad2659cb4b54bd8028798af62631"/>
  </identifier>
  <active value="true"/>
  <providedBy>
    <reference value="Organization/example0"/>
  </providedBy>
  <type>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/iso21090-preferred">
      <valueBoolean value="true"/>
    </extension>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="788007007"/>
      <display value="General practice service"/>
    </coding>
  </type>
  <location>
    <reference value="Location/example0"/>
  </location>
  <name
        value="Myhealth Sydney CBD Medical Centre - General practice service"/>
  <serviceProvisionCode>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"/>
      <code value="FBB"/>
      <display value="Fees and Bulk Billing"/>
    </coding>
  </serviceProvisionCode>
  <appointmentRequired value="true"/>
  <availableTime>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <availableStartTime value="08:00:00"/>
    <availableEndTime value="17:30:00"/>
  </availableTime>
</HealthcareService>