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="referral-information-for-referrer-example"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService referral-information-for-referrer-example</b></p><a name="referral-information-for-referrer-example"> </a><a name="hcreferral-information-for-referrer-example"> </a><p><b>Referral Information for Referrer</b>: </p><div><p>Please include recent test results and referral letter.</p>
</div><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 394579002}">Cardiology</span></p><p><b>name</b>: Paul Hogan Memorial Croc Cardiology Clinic</p><p><b>telecom</b>: <a href="tel:+61812345678">+61 8 1234 5678</a></p></div>
</text>
<extension
url="http://digitalhealth.gov.au/fhir/cc/StructureDefinition/referral-information-for-referrer">
<valueMarkdown
value="Please include recent test results and referral letter."/>
</extension>
<active value="true"/>
<providedBy>
<display value="Example Health Organisation"/>
</providedBy>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394579002"/>
<display value="Cardiology"/>
</coding>
</type>
<name value="Paul Hogan Memorial Croc Cardiology Clinic"/>
<telecom>
<system value="phone"/>
<value value="+61 8 1234 5678"/>
<use value="work"/>
</telecom>
</HealthcareService>