HL7® FHIR® New Zealand Base Implementation Guide
3.1.0 - Release
This page is part of the HL7® FHIR® New Zealand Base Implementation Guide (v3.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Organization xmlns="http://hl7.org/fhir">
<id value="organization-edi-address"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization organization-edi-address</b></p><a name="organization-edi-address"> </a><a name="hcorganization-edi-address"> </a><p><b>name</b>: Health R Us</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style="display: none">*</td><td>HealthLink EDI account</td><td>-unknown-</td></tr></table></div>
</text>
<name value="Health R Us"/>
<contact>
<name>
<text value="HealthLink EDI account"/>
</name>
<telecom>
<system value="other">
<extension
url="http://hl7.org.nz/fhir/StructureDefinition/edi-address">
<valueString value="ABC-876"/>
</extension>
</system>
</telecom>
</contact>
</Organization>