FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | CareTeam |
| Id | CareTeam-careteam-healthcare-agents-primary-first.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-agents-primary-first
Profile: US Core CareTeam Profile
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
{
"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"
}
}
]
}