This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Home health care team, a definitional team not associated with a specific patient
{
"resourceType" : "CareTeam",
"id" : "example3",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">West Main Home Health Agency Home Care Team.</div>"
},
"contained" : [{
"resourceType" : "Practitioner",
"id" : "prac-sw",
"name" : [{
"text" : "Social Worker"
}]
},
{
"resourceType" : "Practitioner",
"id" : "prac-hha",
"name" : [{
"text" : "Home Health Aide"
}]
},
{
"resourceType" : "Practitioner",
"id" : "prac-ncc",
"name" : [{
"text" : "Nurse Care Coordinator"
}]
},
{
"resourceType" : "Practitioner",
"id" : "prac-pt",
"name" : [{
"text" : "Physical Therapist"
}]
},
{
"resourceType" : "Practitioner",
"id" : "prac-ot",
"name" : [{
"text" : "Occupational Therapist"
}]
}],
"status" : "active",
"category" : [{
"coding" : [{
"system" : "http://loinc.org",
"code" : "LA28866-4",
"display" : "Home & Community Based Services (HCBS)-focused care team"
}]
}],
"name" : "West Main Home Health Agency Home Health Care Team",
"participant" : [{
"role" : {
"text" : "Social Worker"
},
"member" : {
"reference" : "#prac-sw",
"display" : "Social Worker"
}
},
{
"role" : {
"text" : "Home Health Aide"
},
"member" : {
"reference" : "#prac-hha",
"display" : "Home Health Aide"
}
},
{
"role" : {
"text" : "Nurse Care Coordinator"
},
"member" : {
"reference" : "#prac-ncc",
"display" : "Nurse Care Coordinator"
}
},
{
"role" : {
"text" : "Physical Therapist"
},
"member" : {
"reference" : "#prac-pt",
"display" : "Physical Therapist"
}
},
{
"role" : {
"text" : "Occupational Therapist"
},
"member" : {
"reference" : "#prac-ot",
"display" : "Occupational Therapist"
}
}],
"managingOrganization" : [{
"reference" : "Organization/f001"
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.