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

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

: ObservationFlatExportRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "parameter" : [
    {
      "name" : "observationProfile",
      "valueString" : "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiObservation"
    },
    {
      "name" : "subject",
      "valueString" : "ZZZ1234"
    },
    {
      "name" : "period",
      "valuePeriod" : {
        "start" : "2025-08-01",
        "end" : "2025-08-20"
      }
    }
  ]
}