description: An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. package_name: hl7.fhir.r5.examples derivation: specialization name: EpisodeOfCare type: EpisodeOfCare elements: patient: isModifier: false short: The patient who is the focus of this episode of care refers: ['http://hl7.org/fhir/StructureDefinition/Patient'] type: Reference mustSupport: false isSummary: true index: 10 diagnosis: isModifier: false short: The list of diagnosis relevant to this episode of care index: 6 type: BackboneElement mustSupport: false array: true elements: condition: isModifier: false short: Conditions/problems/diagnoses this episode of care is for refers: ['http://hl7.org/fhir/StructureDefinition/Condition'] type: Reference mustSupport: false isSummary: true index: 7 role: isModifier: false short: Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …) type: CodeableConcept mustSupport: false binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/diagnosis-role'} isSummary: true index: 8 rank: {isModifier: false, short: Ranking of the diagnosis (for each role type), type: positiveInt, mustSupport: false, isSummary: true, index: 9} required: [condition] isSummary: true managingOrganization: isModifier: false short: Organization that assumes care refers: ['http://hl7.org/fhir/StructureDefinition/Organization'] type: Reference mustSupport: false isSummary: true index: 11 type: isModifier: false short: Type/class - e.g. specialist referral, disease management type: CodeableConcept mustSupport: false array: true binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/episodeofcare-type'} isSummary: true index: 5 account: isModifier: false short: The set of accounts that may be used for billing for this EpisodeOfCare refers: ['http://hl7.org/fhir/StructureDefinition/Account'] type: Reference mustSupport: false array: true isSummary: false index: 16 referralRequest: isModifier: false short: Originating Referral Request(s) refers: ['http://hl7.org/fhir/StructureDefinition/ServiceRequest'] type: Reference mustSupport: false array: true isSummary: false index: 13 team: isModifier: false short: Other practitioners facilitating this episode of care refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam'] type: Reference mustSupport: false array: true isSummary: false index: 15 status: isModifier: true short: planned | waitlist | active | onhold | finished | cancelled | entered-in-error index: 1 type: code mustSupport: false binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/episode-of-care-status|4.6.0'} isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid isSummary: true identifier: {isModifier: false, short: Business Identifier(s) relevant for this EpisodeOfCare, type: Identifier, mustSupport: false, array: true, isSummary: false, index: 0} period: {isModifier: false, short: Interval during responsibility is assumed, type: Period, mustSupport: false, isSummary: true, index: 12} careManager: isModifier: false short: Care manager/care coordinator for the patient refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole'] type: Reference mustSupport: false isSummary: false index: 14 statusHistory: isModifier: false short: Past list of status codes (the current status may be included to cover the start date of the status) index: 2 type: BackboneElement mustSupport: false array: true elements: status: isModifier: false short: planned | waitlist | active | onhold | finished | cancelled | entered-in-error type: code mustSupport: false binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/episode-of-care-status|4.6.0'} isSummary: false index: 3 period: {isModifier: false, short: Duration the EpisodeOfCare was in the specified status, type: Period, mustSupport: false, isSummary: false, index: 4} required: [status, period] isSummary: false package_version: 4.6.0 class: resource kind: resource url: http://hl7.org/fhir/StructureDefinition/EpisodeOfCare base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 4.6.0 required: [status, patient]