http://hl7.org/fhir/StructureDefinition/EpisodeOfCare|5.0.0

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.
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.
derivation: specialization
name: EpisodeOfCare
type: EpisodeOfCare
elements:
  patient: {isModifier: false, short: The patient who is the focus of this episode of care, mustSupport: false, isSummary: true, index: 12}
  diagnosis:
    isModifier: false
    short: The list of medical conditions that were addressed during the episode of care
    mustSupport: false
    array: true
    isSummary: true
    index: 9
    elements:
      condition:
        isModifier: false
        short: The medical condition that was addressed during the episode of care
        mustSupport: false
        array: true
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-code'}
        isSummary: true
        index: 10
      use:
        isModifier: false
        short: Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …)
        mustSupport: false
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-diagnosis-use'}
        isSummary: true
        index: 11
  managingOrganization: {isModifier: false, short: Organization that assumes responsibility for care coordination, mustSupport: false, isSummary: true, index: 13}
  type:
    isModifier: false
    short: Type/class  - e.g. specialist referral, disease management
    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, mustSupport: false, array: true, isSummary: false, index: 18}
  referralRequest: {isModifier: false, short: Originating Referral Request(s), mustSupport: false, array: true, isSummary: false, index: 15}
  reason:
    isModifier: false
    short: The list of medical reasons that are expected to be addressed during the episode of care
    mustSupport: false
    array: true
    isSummary: true
    index: 6
    elements:
      use:
        isModifier: false
        short: What the reason value should be used for/as
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-reason-use'}
        isSummary: true
        index: 7
      value:
        isModifier: false
        short: Medical reason to be addressed
        mustSupport: false
        array: true
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-reason'}
        isSummary: true
        index: 8
  status:
    isModifier: true
    short: planned | waitlist | active | onhold | finished | cancelled | entered-in-error
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/episode-of-care-status|5.0.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
    index: 1
  identifier: {isModifier: false, short: Business Identifier(s) relevant for this EpisodeOfCare, mustSupport: false, array: true, isSummary: false, index: 0}
  period: {isModifier: false, short: Interval during responsibility is assumed, mustSupport: false, isSummary: true, index: 14}
  careManager: {isModifier: false, short: Care manager/care coordinator for the patient, mustSupport: false, isSummary: false, index: 16}
  careTeam: {isModifier: false, short: Other practitioners facilitating this episode of care, mustSupport: false, array: true, isSummary: false, index: 17}
  statusHistory:
    isModifier: false
    short: Past list of status codes (the current status may be included to cover the start date of the status)
    mustSupport: false
    array: true
    isSummary: false
    index: 2
    elements:
      status:
        isModifier: false
        short: planned | waitlist | active | onhold | finished | cancelled | entered-in-error
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/episode-of-care-status|5.0.0'}
        isSummary: false
        index: 3
      period: {isModifier: false, short: Duration the EpisodeOfCare was in the specified status, mustSupport: false, isSummary: false, index: 4}
    required: [status, period]
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/EpisodeOfCare
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [status, patient]