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-agents-primary-first.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-agents-primary-first

status: Active

subject: Amy V. Baxter

participant

role: 75783-1 (LOINC): Primary healthcare agent [Reported]

member: Sarah van Putten

participant

role: 75784-9 (LOINC): First alternate healthcare agent [Reported]

member: Ethan Baxter


Source1

{
  "resourceType": "CareTeam",
  "id": "careteam-healthcare-agents-primary-first",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Primary And First Alternate Healthcare Agents CareTeam Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core CareTeam Profile* identifies the patient's primary healthcare agent and first alternate healthcare agent - related persons designated to make healthcare decisions on behalf of the patient if the patient cannot do so."
      }
    ],
    "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://loinc.org",
              "code": "75783-1",
              "display": "Primary healthcare agent [Reported]"
            }
          ],
          "text": "75783-1 (LOINC): Primary healthcare agent [Reported]"
        }
      ],
      "member": {
        "reference": "RelatedPerson/shaw-niece-primary-agent",
        "display": "Sarah van Putten"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "75784-9",
              "display": "First alternate healthcare agent [Reported]"
            }
          ],
          "text": "75784-9 (LOINC): First alternate healthcare agent [Reported]"
        }
      ],
      "member": {
        "reference": "RelatedPerson/shaw-grandson-first-alternate",
        "display": "Ethan Baxter"
      }
    }
  ]
}