Common Components FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/common-components/ and changes regularly. See the Directory of published versions
<HealthcareService xmlns="http://hl7.org/fhir">
<id value="new-patient-availability-example"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService new-patient-availability-example</b></p><a name="new-patient-availability-example"> </a><a name="hcnew-patient-availability-example"> </a><p><b>New Patient Availability</b>: <span title="Codes:{https://www.healthterminologies.gov.au/integration/R4/fhir/CodeSystem/new-patient-availability-1 accepting}">accepting new patients</span></p><p><b>active</b>: true</p><p><b>providedBy</b>: Example Health Organisation</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 394802001}">General medicine</span></p><p><b>name</b>: Russell Coight's Outback Flying Doctor Service</p><p><b>telecom</b>: <a href="tel:+61755551234">+61 7 5555 1234</a></p></div>
</text>
<extension
url="http://digitalhealth.gov.au/fhir/cc/StructureDefinition/new-patient-availability">
<valueCodeableConcept>
<coding>
<system
value="https://www.healthterminologies.gov.au/integration/R4/fhir/CodeSystem/new-patient-availability-1"/>
<code value="accepting"/>
<display value="accepting new patients"/>
</coding>
</valueCodeableConcept>
</extension>
<active value="true"/>
<providedBy>
<display value="Example Health Organisation"/>
</providedBy>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394802001"/>
<display value="General medicine"/>
</coding>
</type>
<name value="Russell Coight's Outback Flying Doctor Service"/>
<telecom>
<system value="phone"/>
<value value="+61 7 5555 1234"/>
<use value="work"/>
</telecom>
</HealthcareService>