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 - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2025-08-18T22:02:52.748Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0official,\u00a0)</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\u00a0(use:\u00a0official,\u00a0)</p><p><b>performer</b>: Identifier: NHI/?ngen-9?\u00a0(use:\u00a0official,\u00a0)</p></div>"
  },
  "instantiatesCanonical" : [
    🔗 "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/ActivityDefinition/RemoteMonitoringObservationRequest"
  ],
  "basedOn" : [
    {
      "reference" : "CarePlan/09f09486-f29e-4166-89d5-4b344f3dfc4f"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "priority" : "urgent",
  "doNotPerform" : false,
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "61746007",
        "display" : "Taking patient vital signs (procedure)"
      }
    ]
  },
  "subject" : {
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZZZ1234"
    }
  },
  "occurrenceTiming" : {
    "repeat" : {
      "boundsPeriod" : {
        "start" : "2025-08-19",
        "end" : "2025-09-18"
      },
      "frequency" : 1,
      "frequencyMax" : 1,
      "period" : 1,
      "periodUnit" : "h"
    }
  },
  "authoredOn" : "2025-08-18",
  "requester" : {
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/hpi-person-id",
      "value" : "ZZZ6789"
    }
  },
  "performer" : [
    {
      "identifier" : {
        "use" : "official",
        "system" : "https://standards.digital.health.nz/ns/nhi-id"
      }
    }
  ]
}