Health eData 1 Sandbox
0.1.0 - CI Build United States of America flag

Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions

: Healthcare Agent CareTeam Example - JSON Representation

Raw json | Download

{
  "resourceType" : "CareTeam",
  "id" : "careteam-healthcare-agent",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Healthcare Agent CareTeam Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This example of a *US Core CareTeam Profile* identifies the patient's healthcare agent - a related person legally authorized to make healthcare decisions on behalf of the patient if the patient cannot communicate with medical personnel."
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam careteam-healthcare-agent</b></p><a name=\"careteam-healthcare-agent\"> </a><a name=\"hccareteam-healthcare-agent\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/2026Jan/StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a></p></div><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Patient-example.html\">Amy V. Baxter</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Member</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contractsignertypecodes HPOWATT}\">HPOWATT (HL7 Contract Signer Types): Healthcare Power of Attorney</span></td><td><a href=\"RelatedPerson-shaw-niece-hpowatt.html\">Sarah van Putten</a></td></tr></table></div>"
  },
  "status" : "active",
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Amy V. Baxter"
  },
  "participant" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
              "code" : "HPOWATT",
              "display" : "Healthcare Power of Attorney"
            }
          ],
          "text" : "HPOWATT (HL7 Contract Signer Types): Healthcare Power of Attorney"
        }
      ],
      "member" : {
        🔗 "reference" : "RelatedPerson/shaw-niece-hpowatt",
        "display" : "Sarah van Putten"
      }
    }
  ]
}