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="active-period-example"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService active-period-example</b></p><a name="active-period-example"> </a><a name="hcactive-period-example"> </a><p><b>Active Period</b>: 2026-01-01 --> 2026-12-31</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 394913002}">Psychotherapy (specialty)</span></p><p><b>name</b>: Dame Edna's Gladiolus Therapy Centre</p><p><b>telecom</b>: <a href="tel:+61398765432">+61 3 9876 5432</a></p></div>
</text>
<extension
url="http://digitalhealth.gov.au/fhir/cc/StructureDefinition/active-period">
<valuePeriod>
<start value="2026-01-01"/>
<end value="2026-12-31"/>
</valuePeriod>
</extension>
<active value="true"/>
<providedBy>
<display value="Example Health Organisation"/>
</providedBy>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394913002"/>
<display value="Psychotherapy (specialty)"/>
</coding>
</type>
<name value="Dame Edna's Gladiolus Therapy Centre"/>
<telecom>
<system value="phone"/>
<value value="+61 3 9876 5432"/>
<use value="work"/>
</telecom>
</HealthcareService>