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-funded-programme"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization organization-funded-programme</b></p><a name="organization-funded-programme"> </a><a name="hcorganization-funded-programme"> </a><blockquote><p><b>Funded Healthcare Programme</b></p><ul><li>fundedProgramme: <span title="Codes:{https://standards.digital.health.nz/ns/funded-programme-code DENTAL_CHILD}">Dental Care - Children up to age 13</span></li><li>currentAvailability: true</li><li>notes: Dental care is only free on referral. Your child’s care will normally be managed by the Auckland Regional Dental Services (ARDs).</li></ul></blockquote><p><b>name</b>: Dianes Dental care</p></div>
</text>
<extension
url="http://hl7.org.nz/fhir/StructureDefinition/funded-programme">
<extension url="fundedProgramme">
<valueCodeableConcept>
<coding>
<system
value="https://standards.digital.health.nz/ns/funded-programme-code"/>
<code value="DENTAL_CHILD"/>
<display value="Dental Care - Children up to age 13"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="currentAvailability">
<valueBoolean value="true"/>
</extension>
<extension url="notes">
<valueString
value="Dental care is only free on referral. Your child’s care will normally be managed by the Auckland Regional Dental Services (ARDs)."/>
</extension>
</extension>
<name value="Dianes Dental care"/>
</Organization>