PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.fhircast@3.0.0-ballot
    http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-encounter-close
description: Provides guidance as to which Encounter attributes should be present and considerations as to how each attribute should be valued in all [FHIR resource]-close events.
package_name: hl7.fhir.uv.fhircast
derivation: constraint
name: FHIRcastEncounterClose
type: Encounter
elements:
  id: {short: A logical id of the resource SHALL be provided., index: 0}
  identifier: {short: 'At least one identifier of the Encounter SHOULD be provided in a [FHIR resource]-close request.', mustSupport: true, index: 1}
  status: {short: Status of the encounter.  Note that the `status` attribute is required by the FHIR specification but may not be of significant interest when used in FHIRcast, index: 2}
  class: {short: Classification of the encounter.  Note that the `class` attribute is required by the FHIR specification but may not be of significant interest when used in FHIRcast, index: 3}
  subject:
    type: Reference
    short: Reference to the patient associated with the encounter
    refers: ['http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-patient-close']
    index: 4
package_version: 3.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-encounter-close
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: 3.0.0-ballot
required: [id, subject]