DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care
0.4.0 - release New Zealand flag

DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/cinc-fhir-ig/ and changes regularly. See the Directory of published versions

: ObservationsServiceRequestExample - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2022-12-08T20:58:28.205Z"/>
    <profile
             value="https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/StructureDefinition/ManaakiNgaTahiServiceRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest ObservationsServiceRequestExample</b></p><a name="ObservationsServiceRequestExample"> </a><a name="hcObservationsServiceRequestExample"> </a><a name="hcObservationsServiceRequestExample-en-NZ"> </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: versionId: id (PrimitiveType/ServiceRequest.meta.versionId): element = id -&gt; versionId=id[1]; Last updated: 2022-12-08 20:58:28+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ManaakiNgaTahiServiceRequest.html">ManaakiNgaTahiServiceRequest</a></p></div><p><b>instantiatesCanonical</b>: <a href="https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://fhir.api-dev.digital.health.nz/R4/ActivityDefinition/a284d0f3-c459-4527-8c0f-6b20dbaae4b0">https://fhir.api-dev.digital.health.nz/R4/ActivityDefinition/a284d0f3-c459-4527-8c0f-6b20dbaae4b0</a></p><p><b>basedOn</b>: <a href="CarePlan-CarePlanExample.html">CarePlan COVID-19 Omicron Response - Carey Carrington</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 122869004}">Measurement procedure (procedure)</span></p><p><b>subject</b>: Identifier: NHI/ZXP7823 (use: official, )</p><p><b>occurrence</b>: 3-3 per1 days</p><p><b>authoredOn</b>: 2022-12-08</p><p><b>requester</b>: Identifier: HPIProvider/99ZZFX (use: official, )</p><p><b>performerType</b>: <span title="Codes:{http://snomed.info/sct 159002008}">Practice nurse (occupation)</span></p></div>
  </text>
  <instantiatesCanonical
                         value="https://fhir.api-dev.digital.health.nz/R4/ActivityDefinition/a284d0f3-c459-4527-8c0f-6b20dbaae4b0"/>
  <basedOn>🔗 
    <reference value="CarePlan/CarePlanExample"/>
  </basedOn>
  <status value="active"/>
  <intent value="order"/>
  <priority value="urgent"/>
  <doNotPerform value="false"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="122869004"/>
      <display value="Measurement procedure (procedure)"/>
    </coding>
  </code>
  <subject>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZXP7823"/>
    </identifier>
  </subject>
  <occurrenceTiming>
    <repeat>
      <boundsPeriod>
        <start value="2022-12-09"/>
        <end value="2023-01-08"/>
      </boundsPeriod>
      <frequency value="3"/>
      <frequencyMax value="3"/>
      <period value="1"/>
      <periodUnit value="d"/>
    </repeat>
  </occurrenceTiming>
  <authoredOn value="2022-12-08"/>
  <requester>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/hpi-person-id"/>
      <value value="99ZZFX"/>
    </identifier>
  </requester>
  <performerType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="159002008"/>
      <display value="Practice nurse (occupation)"/>
    </coding>
  </performerType>
</ServiceRequest>