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

Example Binary: ObservationFlatExportResponse

    
[
  {
    "id": "1234",
    "effectiveDateTime": "2025-04-22",
    "values": [
      {
        "valueQuantity": {
          "value": 6.3,
          "unit": "mmol/l",
          "system": "http://unitsofmeasure.org",
          "code": "mmol/L"
        }
      }
    ]
  },
  {
    "id": "5678",
    "effectiveDateTime": "2025-04-23",
    "values": [
      {
        "valueQuantity": {
          "value": 2.3,
          "unit": "mmol/l",
          "system": "http://unitsofmeasure.org",
          "code": "mmol/L"
        }
      },
      {
        "valueString": "Normal"
      }
    ]
  }
]