AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: HealthcareService - general practice - XML Representation

Page standards status: Informative

Raw xml | Download



<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="example3"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<p>
				<b>Narrative</b>
			</p>
			<p><b>id</b>: example3</p>
			<p><b>meta</b>: </p>
			<p><b>providedBy</b>: <a href="Organization-example3.html">Devonport Family Medicine Clinic. Generated Summary: id: example3; ABN: 51824754455; <span title="Codes: {http://snomed.info/sct 288565001}">Medical centre</span>; name: Devonport Family Medicine Clinic; reception@dfmc.example.com(WORK), fax: (03) 5550 5557(WORK),
				ph: (03) 5550 5556(WORK)</a></p>
			<p><b>category</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/service-category 17}">General Practice</span></p>
			<p><b>specialty</b>: <span title="Codes: {http://snomed.info/sct 408443003}">General medical practice</span>, <span title="Codes: {http://snomed.info/sct 23961000087102}">Opioid dependency
				management specialty</span></p>
			<p><b>location</b>: <a href="Location-example3.html">Generated Summary: id: example3; status: active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode FMC}">Family
				medicine clinic</span>; <span title="Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type bu}">Building</span></a></p>
			<p><b>name</b>: General Practitioner services</p>
			<p><b>telecom</b>: ph: (03) 8543 5555(WORK), ph: (03) 8543 5558(WORK - Legal)</p>
			<p><b>serviceProvisionCode</b>: <span title="Codes: {http://hl7.org.au/fhir/CodeSystem/service-provision-conditions FBB}">Fees and Bulk Billing</span></p>
			<p><b>communication</b>: <span title="Codes: {urn:ietf:bcp:47 de}">German</span>, <span title="Codes: {urn:ietf:bcp:47 en}">English</span></p>
			<blockquote>
				<p>
					<b>availableTime</b>
				</p>
				<p><b>daysOfWeek</b>: mon, tue, wed, thu, fri</p>
				<p><b>availableStartTime</b>: </p>
				<p><b>availableEndTime</b>: </p>
			</blockquote>
			<blockquote>
				<p>
					<b>availableTime</b>
				</p>
				<p><b>daysOfWeek</b>: sat, sun</p>
				<p><b>availableStartTime</b>: </p>
				<p><b>availableEndTime</b>: </p>
			</blockquote>
		</div>
  </text>
  <providedBy>🔗 
    <reference value="Organization/example3"/>
    <display value="Devonport Family Medicine Clinic"/>
  </providedBy>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408443003"/>
      <display value="General medical practice"/>
    </coding>
  </specialty>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="23961000087102"/>
      <display value="Opioid dependency management specialty"/>
    </coding>
  </specialty>
  <location>🔗 
    <reference value="Location/example3"/>
  </location>
  <name value="General Practitioner services"/>
  <telecom>
    <system value="phone"/>
    <value value="(03) 8543 5555"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <extension
               url="http://hl7.org.au/fhir/StructureDefinition/contact-purpose">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://terminology.hl7.org.au/CodeSystem/contact-purpose"/>
          <code value="legal"/>
          <display value="Legal"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <system value="phone"/>
    <value value="(03) 8543 5558"/>
    <use value="work"/>
  </telecom>
  <serviceProvisionCode>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"/>
      <code value="FBB"/>
      <display value="Fees and Bulk Billing"/>
    </coding>
  </serviceProvisionCode>
  <communication>
    <coding>
      <system value="urn:ietf:bcp:47"/>
      <code value="de"/>
      <display value="German"/>
    </coding>
    <text value="German"/>
  </communication>
  <communication>
    <coding>
      <system value="urn:ietf:bcp:47"/>
      <code value="en"/>
      <display value="English"/>
    </coding>
    <text value="English"/>
  </communication>
  <availableTime>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <availableStartTime value="08:00:00"/>
    <availableEndTime value="20:00:00"/>
  </availableTime>
  <availableTime>
    <daysOfWeek value="sat"/>
    <daysOfWeek value="sun"/>
    <availableStartTime value="10:00:00"/>
    <availableEndTime value="16:00:00"/>
  </availableTime>
</HealthcareService>