CareTeam |
Top Previous Next |
People and organizations who plan to participate in the coordination and delivery of care for a patient.
Response Description Sample Response { "resourceType": "CareTeam", "id": "DEV-DEV-11913-0014789", "meta": { "lastUpdated": "2022-10-26T12:00:00-04:00", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam" ] }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><td>Patient:</td><td>Cole Andersonian (DEV-DEV-11913)</td></tr><tr><td>Encounter:</td><td>DEV-DEV-11913-0014789</td></tr><tr><td>Description:</td><td>MRI L/Knee</td></tr><tr><td>Date:</td><td>10/24/22</td></tr><tr><td>Physician (occupation):</td><td>Steven Aspen, M. D.</td></tr></tbody></table></div>" }, "status": "inactive", "name": "For appointment on 10/24/2022, MRI L/Knee", "subject": { "reference": "Patient/DEV-DEV-11913", "display": "Cole Andersonian (DEV-DEV-11913)" }, "period": { "start": "2022-10-24", "end": "2022-10-24" }, "encounter": { "reference": "Encounter/DEV-DEV-11913-0014789", "display": "10/24/2022 at 7:00 am, MRI L/Knee with provider 117 at location OF1" }, "participant": [ { "role": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "309343006", "display": "Physician (occupation)" } ], "text": "Physician (occupation)" } ], "member": { "reference": "Practitioner/117", "display": "Steven Aspen, M. D." } } ] }
CareTeam.id
The logical ID of the resource, as used in the URL for the resource. Once assigned, this value never changes.
CareTeam.meta
Metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
CareTeam.text
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.
CareTeam.status
Indicates the current state of the care team.
CareTeam.name
A label for human use intended to distinguish like teams.
CareTeam.subject
Identifies the patient or group whose intended care is handled by the team.
CareTeam.subject.reference
The ID of the patient who received care.
CareTeam.subject.display
The name of the patient who received care.
CareTeam.period
Indicates when the team did (or is intended to) come into effect and end.
CareTeam.period.start
The start of the period. The boundary is inclusive.
CareTeam.period.end
The end of the period.
CareTeam.encounter
The ID of the Encounter during which this CareTeam was created or to which the creation of this record is tightly associated.
CareTeam.participant
Identifies all people and organizations involved in the care team.
CareTeam.participant.role
Indicates specific responsibility of an individual within the care team, such as "Primary care physician", "Trained social worker counselor", "Caregiver", etc.
CareTeam.participant.role.text
A human-readable description of the participant's role.
CareTeam.participant.member
The specific person or organization who is participating in the care team.
CareTeam.participant.member.reference
A reference to a location at which the resource is found.
CareTeam.participant.member.display
The name of the care team member in plain text.
Search
URL SyntaxTwo HTTP methods are supported for searching: GET and POST. It is recommended to use HTTP POST. Visit the FHIR Sandbox to try requests.
HTTP GET - searching https://sandbox.pai.healthcare/preview/fhir/CareTeam?{query string}
HTTP GET - return single record https://sandbox.pai.healthcare/preview/fhir/CareTeam/{resource id}
HTTP POST - searching https://sandbox.pai.healthcare/preview/fhir/CareTeam/_search •Set the Content-Type header to application/x-www-urlencoded •The body of the request is a similar query string used in the GET type of request detailed above.
Error HandlingIf no records are returned or invalid search parameters are provided, then an HTTP 400 Bad Request is returned. The body of the response will be an OperationOutcome.
Supported Search Parameters
_id
patient + status
patient + status + _revInclude:Provenance:target
encounter
|