EpisodeOfCare
Semantical type
The FHIR resource type is also used as semantical type of the resource. Include the FHIR resource name EpisodeOfCare into your applications access filter if you need to use this resource.
Resource owner
If the resource contains a patient which is a Patient or Practitioner that user is the owner of the resource. Otherwise the creator of the resource is the owner.
Default value for “patient”
If a resource with no patient field is send to MIDATA, the backend will set the patient to the current user.
Read
Read a single EpisodeOfCare by id.
Request:
[GET] /fhir/EpisodeOfCare/<id>
Read specific version
Read a specific version of a single EpisodeOfCare by id.
Request:
[GET] /fhir/EpisodeOfCare/<id>/_history/<version>
Retrieve history
Retrieve all versions of a single resource.
Request:
[GET] /fhir/EpisodeOfCare/<id>/_history
Search
Search for resources of type EpisodeOfCare
Request:
[GET] /fhir/EpisodeOfCare?searchParams
List of supported search parameters:
Supported query parameters:
Name | Type | Description |
---|---|---|
_id | token | The ID of the resource |
_lastUpdated | date | Only return resources which were last updated as specified by the given range |
_page | string | |
care-manager | reference | Care manager/care coordinator for the patient |
condition | reference | Conditions/problems/diagnoses this episode of care is for |
date | date | The provided date search value falls within the episode of care's period |
identifier | token | Business Identifier(s) relevant for this EpisodeOfCare |
incoming-referral | reference | Incoming Referral Request |
organization | reference | The organization that has assumed the specific responsibilities of this EpisodeOfCare |
patient | reference | The patient who is the focus of this episode of care |
status | token | The current status of the Episode of Care as provided (does not check the status history collection) |
type | token | Type/class - e.g. specialist referral, disease management |
Create
Create a new resource of type EpisodeOfCare.
Request:
[POST] /fhir/EpisodeOfCare
Update
Updates a resource of type EpisodeOfCare.
Request:
[PUT] /fhir/EpisodeOfCare/<id>