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

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

: RPMObservationServiceRequestExample - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2025-08-18T22:02:52.748Z"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest RPMObservationServiceRequestExample</b></p><a name="RPMObservationServiceRequestExample"> </a><a name="hcRPMObservationServiceRequestExample"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">version: 1; Last updated: 2025-08-18 22:02:52+0000</p></div><p><b>instantiatesCanonical</b>: <a href="ActivityDefinition-RPMObservationRequest.html">Vital Signs Observation Service Request</a></p><p><b>basedOn</b>: <a href="https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/CarePlan/09f09486-f29e-4166-89d5-4b344f3dfc4f">CarePlan/09f09486-f29e-4166-89d5-4b344f3dfc4f</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Urgent</p><p><b>doNotPerform</b>: false</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 61746007}">Taking patient vital signs (procedure)</span></p><p><b>subject</b>: Identifier: NHI/ZZZ1234 (use: official, )</p><p><b>occurrence</b>: 1-1 per 1 hour</p><p><b>authoredOn</b>: 2025-08-18</p><p><b>requester</b>: Identifier: HPIProvider/ZZZ6789 (use: official, )</p><p><b>performer</b>: Identifier: NHI/?ngen-9? (use: official, )</p></div>
  </text>
  <instantiatesCanonical
                         value="https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/ActivityDefinition/RemoteMonitoringObservationRequest"/>
  <basedOn>
    <reference value="CarePlan/09f09486-f29e-4166-89d5-4b344f3dfc4f"/>
  </basedOn>
  <status value="active"/>
  <intent value="order"/>
  <priority value="urgent"/>
  <doNotPerform value="false"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="61746007"/>
      <display value="Taking patient vital signs (procedure)"/>
    </coding>
  </code>
  <subject>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZZZ1234"/>
    </identifier>
  </subject>
  <occurrenceTiming>
    <repeat>
      <boundsPeriod>
        <start value="2025-08-19"/>
        <end value="2025-09-18"/>
      </boundsPeriod>
      <frequency value="1"/>
      <frequencyMax value="1"/>
      <period value="1"/>
      <periodUnit value="h"/>
    </repeat>
  </occurrenceTiming>
  <authoredOn value="2025-08-18"/>
  <requester>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/hpi-person-id"/>
      <value value="ZZZ6789"/>
    </identifier>
  </requester>
  <performer>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
    </identifier>
  </performer>
</ServiceRequest>