{
"resourceType" : "EpisodeOfCare",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Identifier(s) for the EpisodeOfCare
"status" : "<code>", // R! planned | waitlist | active | onhold | finished | cancelled
"statusHistory" : [{ // Past list of status codes
"status" : "<code>", // R! planned | waitlist | active | onhold | finished | cancelled
"period" : { Period } // R! Period for the status
}],
"type" : [{ CodeableConcept }], // Type/class - e.g. specialist referral, disease management
"condition" : [{ Reference(Condition) }], // Conditions/problems/diagnoses this episode of care is for
"patient" : { Reference(Patient) }, // R! Patient for this episode of care
"managingOrganization" : { Reference(Organization) }, // Organization that assumes care
"period" : { Period }, // Interval during responsibility is assumed
"referralRequest" : [{ Reference(ReferralRequest) }], // Originating Referral Request(s)
"careManager" : { Reference(Practitioner) }, // Care manager/care co-ordinator for the patient
"careTeam" : [{ // Other practitioners facilitating this episode of care
"role" : [{ CodeableConcept }], // Role taken by this team member
"period" : { Period }, // Period of time for this role
"member" : { Reference(Practitioner|Organization) } // The practitioner (or Organization) within the team
}]
}
EpisodeOfCare Search Parameters
The following search parameters can be used to query EpisodeOfCare resources. Just submit them like so: