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

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

: LeadProvidersGroup - JSON Representation

Raw json | Download


{
  "resourceType" : "CareTeam",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-10-23T07:00:00Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/CareTeam"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam </b><a name=\"LeadProvidersGroup\"> </a><a name=\"hcLeadProvidersGroup\"> </a></p><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\">ResourceCareTeam &quot;LeadProvidersGroup&quot; Version&quot;1&quot; Updated&quot;2023-10-23 07:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/careteam.html\">CareTeam</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Group of lead rheumatic fever provider organisations</p><blockquote><p><b>participant</b></p><p><b>member</b>: <span>: Te Tai Tokerau Rheumatic Fever Secondary Prevention Service</span></p></blockquote><blockquote><p><b>participant</b></p><p><b>member</b>: <span>: Waikato Rheumatic Fever Secondary Prevention Service</span></p></blockquote></div>"
  },
  "status" : "active",
  "name" : "Group of lead rheumatic fever provider organisations",
  "participant" : [
    {
      "member" : {
        "type" : "Organization",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
          "value" : "G0M086-B"
        },
        "display" : "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"
      }
    },
    {
      "member" : {
        "type" : "Organization",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
          "value" : "G0M087-D"
        },
        "display" : "Waikato Rheumatic Fever Secondary Prevention Service"
      }
    }
  ]
}