This resource contains recorded details about a patient’s association with a healthcare provider for a period of time. Typically, this is a period when the provider has some level of responsibility for patient care regarding a specific condition or problem, even if the provider isn’t currently participating in an encounter.
You can review or retrieve episode of care information.
_search
Query for details about an episode of care for a patient from one organization.
cURL request example
Request Body Schema
- patientArray of string
The patient to whom the episode of care pertains
- patient.identifierArray of string
One or more external identifiers for the patient
- typeArray of string
The type of episode of care
- dateArray of string
The provided date search value falls within the episode of care's period
- resourceTyperequired, string
Identifies the type of the resource
Value:Bundle
- typerequired, string
Identifies this bundle as a response to a search
Value:searchset
- totalrequired, number
The total number of matches
- entryArray of EpisodeOfCare or Other
A resource matching the search criteria or related to a matching resource
- resourcerequired, object
Search results for a search on the EpisodeOfCare resource.
- resourceTyperequired, string
Identifies the type of the resource
Value:EpisodeOfCare
- statusrequired, string
planned | waitlist | active | onhold | finished | cancelled.
Possible Values:planned
,waitlist
,active
,onhold
,finished
,cancelled
,entered-in-error
- patientrequired, object
The patient who is the focus of this episode of care.
Must be a resource of type
Patient
.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- idstring
The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
- identifierArray of object
The EpisodeOfCare may be known by different identifiers for different contexts of use, such as when an external agency is tracking the Episode for funding purposes.
- extensionArray of Boolean, String, CodeableConcept, Coding
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- urlrequired, string
Source of the definition for the extension code - a logical name or a URL.
- valueBooleanboolean
A single value for the extension.
- usestring
The purpose of this identifier.
Possible Values:usual
,official
,temp
,secondary
,old (If known)
- systemstring
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
- valuestring
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
- statusHistoryArray of object
The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).
- statusrequired, string
planned | waitlist | active | onhold | finished | cancelled.
Possible Values:planned
,waitlist
,active
,onhold
,finished
,cancelled
,entered-in-error
- periodrequired, object
The period during this EpisodeOfCare that the specific status applied.
- startstring
The start of the period. The boundary is inclusive.
- endstring
The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.
- typeArray of object
A classification of the type of episode of care; e.g. specialist referral, disease management, type of funded care.
- codingArray of object
A reference to a code defined by a terminology system.
- systemstring
The identification of the code system that defines the meaning of the symbol in the code.
- codestring
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
- textstring
A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
- diagnosisArray of object
The list of diagnosis relevant to this episode of care.
- conditionrequired, object
A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.
Must be a resource of type
Condition
.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- managingOrganizationobject
The organization that has assumed the specific responsibilities for the specified duration.
Must be a resource of type
Organization
.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- periodobject
The interval during which the managing organization assumes the defined responsibility.
- startstring
The start of the period. The boundary is inclusive.
- endstring
The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.
- referralRequestArray of object
Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.
Must be a resource of type
ServiceRequest
.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- careManagerobject
The practitioner that is the care manager/care coordinator for this patient.
Must be a resource of type
Practitioner
.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- teamArray of object
The list of practitioners that may be facilitating this episode of care for specific purposes.
Must be a resource of type
CareTeam
.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- accountArray of object
The set of accounts that may be used for billing for this EpisodeOfCare.
Must be a resource of type
Account
.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- searchrequired, object
Information about the search process that lead to the creation of this entry.
- moderequired, string
Identifies the EpisodeOfCare as matching the search parameters
Value:match
Response to a EpisodeOfCare search operation