AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<HealthcareService xmlns="http://hl7.org/fhir">
<id value="example1"/>
<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>active</b>: true</p>
<p><b>providedBy</b>: <a href="Organization-example1.html">Albion Hospital. Generated
Summary: ABN: 51824753556; <span title="Codes: {http://snomed.info/sct 309895006}">Private hospital</span>;
name: Albion Hospital</a></p>
<p><b>category</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/service-category 30}">Specialist Radiology/Imaging</span></p>
<p><b>specialty</b>: <span title="Codes: {http://snomed.info/sct 419815003}">Radiation
oncology</span>, <span title="Codes: {http://snomed.info/sct 408455009}">Interventional radiology - speciality</span></p>
<p><b>location</b>: <a href="Location-example1.html">Generated Summary: status: active;
<span title="Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type si}">Site</span></a></p>
<p><b>name</b>: Albion Hospital Radiology Service</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:30:00 (Brisbane)</td>
<td>17:30:00 (Brisbane)</td>
</tr>
</table>
</div>
</text>
<active value="true"/>
<providedBy>🔗
<reference value="Organization/example1"/>
<display value="Albion Hospital"/>
</providedBy>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="419815003"/>
<display value="Radiation oncology"/>
</coding>
</specialty>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="408455009"/>
<display value="Interventional radiology - speciality"/>
</coding>
</specialty>
<location>🔗
<reference value="Location/example1"/>
</location>
<name value="Albion Hospital Radiology Service"/>
<availableTime>
<daysOfWeek value="mon"/>
<daysOfWeek value="tue"/>
<daysOfWeek value="wed"/>
<daysOfWeek value="thu"/>
<daysOfWeek value="fri"/>
<availableStartTime value="08:30:00">
<extension
url="http://hl7.org.au/fhir/StructureDefinition/au-timezone">
<valueCodeableConcept>
<coding>
<system value="https://www.iana.org/time-zones"/>
<code value="Australia/Brisbane"/>
</coding>
</valueCodeableConcept>
</extension>
</availableStartTime>
<availableEndTime value="17:30:00">
<extension
url="http://hl7.org.au/fhir/StructureDefinition/au-timezone">
<valueCodeableConcept>
<coding>
<system value="https://www.iana.org/time-zones"/>
<code value="Australia/Brisbane"/>
</coding>
</valueCodeableConcept>
</extension>
</availableEndTime>
</availableTime>
</HealthcareService>