Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.0 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BSAService - XML Representation

Raw xml | Download


<HealthcareService xmlns="http://hl7.org/fhir">
  <meta>
    <profile
             value="https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/NationalHealthCareService"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService BSAService</b></p><a name="BSAService"> </a><a name="hcBSAService"> </a><a name="BSAService-en-NZ"> </a><p><b>identifier</b>: <code>https://api.messaging.digital.health.nz/HealthServicesId</code>/B1011 (use: usual, )</p><p><b>active</b>: true</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-category 7}">Community Health Care</span></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-type 272}">Breast Screening</span></p><p><b>name</b>: National Breast Screening Programme</p><p><b>comment</b>: This is a public health initiative that provides breast cancer screening to eligible individuals.</p><p><b>telecom</b>: <a href="tel:+642110939804">+642110939804</a>, <a href="mailto:servicecontact@example.com">servicecontact@example.com</a>, 555333</p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="https://api.messaging.digital.health.nz/HealthServicesId"/>
    <value value="B1011"/>
  </identifier>
  <active value="true"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category"/>
      <code value="7"/>
      <display value="Community Health Care"/>
    </coding>
  </category>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
      <code value="272"/>
      <display value="Breast Screening"/>
    </coding>
  </type>
  <name value="National Breast Screening Programme"/>
  <comment
           value="This is a public health initiative that provides breast cancer screening to eligible individuals."/>
  <telecom>
    <system value="phone"/>
    <value value="+642110939804"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="servicecontact@example.com"/>
  </telecom>
  <telecom>
    <system value="sms"/>
    <value value="555333"/>
  </telecom>
</HealthcareService>