"identifier": [
{
"value": "12345"
}
]
"status": "active"
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA27976-2",
"display": "Encounter-focused care team"
}
]
}
]
"name": "Peter James Charlmers Care Plan for Inpatient Encounter"
"subject": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
}
"encounter": {
"reference": "Encounter/example"
}
"period": {
"end": "2013-01-01"
}
"participant": [
{
"role": [
{
"text": "responsiblePerson"
}
],
"member": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
}
},
{
"role": [
{
"text": "adviser"
}
],
"member": {
"reference": "#pr1",
"display": "Dorothy Dietition"
},
"onBehalfOf": {
"reference": "Organization/f001"
},
"period": {
"end": "2013-01-01"
}
}
]
"reasonCode":
"reasonReference":
"managingOrganization": [
{
"reference": "Organization/f001"
}
]
"telecom":
"note":
{
"resourceType": "CareTeam",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Care Team</div>"
},
"contained": [
{
"resourceType": "Practitioner",
"id": "pr1",
"name": [
{
"family": "Dietician",
"given": [
"Dorothy"
]
}
]
}
],
"identifier": [
{
"value": "12345"
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA27976-2",
"display": "Encounter-focused care team"
}
]
}
],
"name": "Peter James Charlmers Care Plan for Inpatient Encounter",
"subject": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
},
"encounter": {
"reference": "Encounter/example"
},
"period": {
"end": "2013-01-01"
},
"participant": [
{
"role": [
{
"text": "responsiblePerson"
}
],
"member": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
}
},
{
"role": [
{
"text": "adviser"
}
],
"member": {
"reference": "#pr1",
"display": "Dorothy Dietition"
},
"onBehalfOf": {
"reference": "Organization/f001"
},
"period": {
"end": "2013-01-01"
}
}
],
"managingOrganization": [
{
"reference": "Organization/f001"
}
]
}
{
"resourceType" : "CareTeam",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External Ids for this team
"status" : "<code>", // proposed | active | suspended | inactive | entered-in-error
"category" : [{ CodeableConcept }], // Type of team
"name" : "<string>", // Name of the team, such as crisis assessment team
"subject" : { Reference(Patient|Group) }, // Who care team is for
"encounter" : { Reference(Encounter) }, // Encounter created as part of
"period" : { Period }, // Time period team covers
"participant" : [{ // C? Members of the team
"role" : [{ CodeableConcept }], // Type of involvement
"member" : { Reference(Practitioner|PractitionerRole|RelatedPerson|Patient|
Organization|CareTeam) }, // Who is involved
"onBehalfOf" : { Reference(Organization) }, // Organization of the practitioner
"period" : { Period } // Time period of participant
}],
"reasonCode" : [{ CodeableConcept }], // Why the care team exists
"reasonReference" : [{ Reference(Condition) }], // Why the care team exists
"managingOrganization" : [{ Reference(Organization) }], // Organization responsible for the care team
"telecom" : [{ ContactPoint }], // A contact detail for the care team (that applies to all members)
"note" : [{ Annotation }] // Comments made about the CareTeam
}
The following search parameters can be used to query CareTeam resources. Just submit them like so:
https://api.1up.health/fhir/r4/CareTeam?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
category | text | category |
date | date | period |
encounter | reference | encounter |
identifier | text | identifier |
participant | reference | participant.member |
patient | reference | subject.where |
status | text | status |
subject | reference | subject |