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
<Organization xmlns="http://hl7.org/fhir">
<id value="organization-suppressed-example"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization organization-suppressed-example</b></p><a name="organization-suppressed-example"> </a><a name="hcorganization-suppressed-example"> </a><blockquote><p><b>Suppression Indicator for Visibility</b></p><ul><li>suppressedBy: <span title="Codes:{http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type organisation-initiated}">Organisation initiated</span></li></ul></blockquote><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: Suppressed Org</p><p><b>telecom</b>: <a href="tel:+61299998888">+61 2 9999 8888</a></p><p><b>address</b>: 123 Suppressed St Sydney NSW 2000 </p></div>
</text>
<extension
url="http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed">
<extension url="suppressedBy">
<valueCodeableConcept>
<coding>
<system
value="http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type"/>
<code value="organisation-initiated"/>
<display value="Organisation initiated"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<active value="true"/>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="prov"/>
<display value="Healthcare Provider"/>
</coding>
</type>
<name value="Suppressed Org"/>
<telecom>
<system value="phone"/>
<value value="+61 2 9999 8888"/>
</telecom>
<address>
<line value="123 Suppressed St"/>
<city value="Sydney"/>
<state value="NSW"/>
<postalCode value="2000"/>
</address>
</Organization>