FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | CareTeam |
| Id | CareTeam-careteam-healthcare-agent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CareTeam careteam-healthcare-agent
Profile: US Core CareTeam Profile
status: Active
subject: Amy V. Baxter
| Role | Member |
| HPOWATT (HL7 Contract Signer Types): Healthcare Power of Attorney | Sarah van Putten |
{
"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"
}
}
]
}