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="iar-levels-of-care-example"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService iar-levels-of-care-example</b></p><a name="iar-levels-of-care-example"> </a><a name="hciar-levels-of-care-example"> </a><p><b>IAR Levels of Care</b>: <span title="Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1 level1}">Level 1 - Self management</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 394913002}">Psychotherapy (specialty)</span></p><p><b>name</b>: Kath & Kim's Fountain Lakes Wellness Hub</p><p><b>telecom</b>: <a href="tel:+61212345678">+61 2 1234 5678</a></p></div>
</text>
<extension
url="http://digitalhealth.gov.au/fhir/cc/StructureDefinition/iar-levels-of-care">
<valueCodeableConcept>
<coding>
<system
value="https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1"/>
<code value="level1"/>
<display value="Level 1 - Self management"/>
</coding>
</valueCodeableConcept>
</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="Kath & Kim's Fountain Lakes Wellness Hub"/>
<telecom>
<system value="phone"/>
<value value="+61 2 1234 5678"/>
<use value="work"/>
</telecom>
</HealthcareService>