PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot2
    http://hl7.org/fhir/StructureDefinition/EncounterHistory
description: A record of significant events/milestones key data throughout the history of an Encounter
package_name: hl7.fhir.r6.examples
derivation: specialization
name: EncounterHistory
type: EncounterHistory
elements:
  encounter:
    isModifier: false
    short: The Encounter associated with this set of historic values
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 0
  subjectStatus:
    isModifier: false
    short: The current status of the subject in relation to the Encounter
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-subject-status'}
    isSummary: false
    index: 7
  type:
    isModifier: false
    short: Specific type of encounter
    type: CodeableConcept
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-type'}
    isSummary: true
    index: 4
  serviceType:
    isModifier: false
    short: Specific type of service
    type: CodeableReference
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/service-type'}
    isSummary: true
    index: 5
  actualPeriod: {isModifier: false, short: The actual start and end time associated with this set of values associated with the encounter, type: Period, mustSupport: false, isSummary: false, index: 8}
  status:
    isModifier: true
    short: planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown
    index: 2
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-status|6.0.0-ballot2'}
    isModifierReason: This element is labeled 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
  class:
    isModifier: false
    short: Classification of patient encounter
    type: CodeableConcept
    mustSupport: false
    binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActEncounterCode'}
    isSummary: true
    index: 3
  length: {isModifier: false, short: Actual quantity of time the encounter lasted (less time absent), type: Duration, mustSupport: false, isSummary: false, index: 11}
  identifier: {isModifier: false, short: Identifier(s) by which this encounter is known, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 1}
  plannedStartDate: {isModifier: false, short: The planned start date/time (or admission date) of the encounter, type: dateTime, mustSupport: false, isSummary: false, index: 9}
  location:
    isModifier: false
    short: Location of the patient at this point in the encounter
    index: 12
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      location:
        isModifier: false
        short: Location the encounter takes place
        refers: ['http://hl7.org/fhir/StructureDefinition/Location']
        type: Reference
        mustSupport: false
        isSummary: false
        index: 13
      form:
        isModifier: false
        short: The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.)
        type: CodeableConcept
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/location-form'}
        isSummary: false
        index: 14
    required: [location]
    isSummary: false
  subject:
    isModifier: false
    short: The patient or group related to this encounter
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 6
  plannedEndDate: {isModifier: false, short: The planned end date/time (or discharge date) of the encounter, type: dateTime, mustSupport: false, isSummary: false, index: 10}
package_version: 6.0.0-ballot2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/EncounterHistory
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 6.0.0-ballot2
required: [class, status]