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

: RPMCareTeamExample - JSON Representation

Raw json | Download

{
  "resourceType" : "CareTeam",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2025-08-18T21:59:43.655Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam RPMCareTeamExample</b></p><a name=\"RPMCareTeamExample\"> </a><a name=\"hcRPMCareTeamExample\"> </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 21:59:43+0000</p></div><p><b>identifier</b>: HPIFacility/F2C054-D\u00a0(use:\u00a0secondary,\u00a0)</p><p><b>status</b>: Active</p><p><b>name</b>: Remote Monitoring Example CareTeam</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Member</b></td></tr><tr><td style=\"display: none\">*</td><td>Test Doctor (Identifier: HPIProvider/ZZZ6789\u00a0(use:\u00a0official,\u00a0))</td></tr></table><p><b>managingOrganization</b>: Well Health Trust PHO (Identifier: HPIOrganization/G01008-D\u00a0(use:\u00a0official,\u00a0))</p></div>"
  },
  "identifier" : [
    {
      "use" : "secondary",
      "system" : "https://standards.digital.health.nz/ns/hpi-facility-id",
      "value" : "F2C054-D"
    }
  ],
  "status" : "active",
  "name" : "Remote Monitoring Example CareTeam",
  "participant" : [
    {
      "member" : {
        "type" : "Practitioner",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/hpi-person-id",
          "value" : "ZZZ6789"
        },
        "display" : "Test Doctor"
      }
    }
  ],
  "managingOrganization" : [
    {
      "type" : "Organization",
      "identifier" : {
        "use" : "official",
        "system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
        "value" : "G01008-D"
      },
      "display" : "Well Health Trust PHO"
    }
  ]
}