FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | CareTeam |
| Id | CareTeam-chf-scenario1-careteam.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CareTeam chf-scenario1-careteam
status: Active
name: CHF Care Team
subject: Patterson, Jeremy Male, DoB: 1949-03-17
participant
role: Cardiologist
participant
role: Informal carer
member: RelatedPerson Patterson, Maggie
managingOrganization: Organization ACME Hospital
{
"resourceType": "CareTeam",
"id": "chf-scenario1-careteam",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-careteam"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "CHF Care Team",
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"encounter": {
"reference": "Encounter/chf-scenario1-encounter"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17561000",
"display": "Cardiologist"
}
]
}
],
"member": {
"reference": "PractitionerRole/chf-scenario1-practitionerrole"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "407542009",
"display": "Informal carer"
}
]
}
],
"member": {
"reference": "RelatedPerson/chf-scenario1-relatedperson"
}
}
],
"managingOrganization": [
{
"reference": "Organization/chf-scenario1-organization"
}
]
}