FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeCareTeam
IdCareTeam-careteam-healthcare-agent.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CareTeam careteam-healthcare-agent

status: Active

subject: Amy V. Baxter

Participants

-RoleMember
*HPOWATT (HL7 Contract Signer Types): Healthcare Power of AttorneySarah van Putten

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}