PackagesCanonicalsLogsProblems
    Packages
    hl7-france-fhir.administrative@11.2021.1
    http://interopsante.org/fhir/StructureDefinition/FrEncounter
description: This profil constrains the Encounter resource to represent either the patient visit or admission or the various movements that compose the patient stay. | Ce profil de la ressource Encounter sert à la fois à définir la venue dans l'établissement et à représenter les mouvements du patient qui découpent cette venue.
package_name: hl7-france-fhir.administrative
derivation: constraint
name: FrEncounter
type: Encounter
elements:
  appointment:
    type: Reference
    refers: ['http://interopsante.org/fhir/StructureDefinition/FrAppointment']
    index: 16
  serviceProvider:
    type: Reference
    refers: ['http://interopsante.org/fhir/StructureDefinition/FrOrganization']
    index: 32
  type:
    binding: {strength: example, valueSet: 'http://interopsante.org/fhir/ValueSet/fr-encounter-type'}
    index: 12
  participant:
    short: List of participants involved in the encounter | Liste des personnes impliquées dans la rencontre
    index: 14
    elements:
      individual:
        type: Reference
        refers: ['http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://interopsante.org/fhir/StructureDefinition/FrPractitioner', 'http://interopsante.org/fhir/StructureDefinition/FrPractitionerRoleExercice']
        index: 15
  account: {index: 18}
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        estimatedDischargeDate:
          match: {url: null}
          schema: {type: Extension, url: 'http://interopsante.org/fhir/StructureDefinition/FrEncounterEstimatedDischargeDate', index: 1}
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-status'}
    index: 8
  class:
    elements:
      system: {index: 10}
      code: {index: 11}
    required: [system, code]
  identifier:
    short: Identifier(s) by which this encounter is known | identifiant de la rencontre
    index: 2
    elements:
      use:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/identifier-use'}
        index: 3
      type:
        binding: {strength: extensible, valueSet: 'http://interopsante.org/fhir/ValueSet/fr-encounter-identifier-type'}
        index: 4
      system: {index: 5}
      value: {index: 6}
      assigner:
        type: Reference
        refers: ['http://interopsante.org/fhir/StructureDefinition/FrOrganization']
        index: 7
    required: [value, type, system]
  hospitalization:
    elements:
      preAdmissionIdentifier:
        short: Pre-admission identifier | Identifiant de pré-admission
        index: 19
        elements:
          use:
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/identifier-use'}
            index: 20
          type:
            binding: {strength: extensible, valueSet: 'http://interopsante.org/fhir/ValueSet/fr-encounter-identifier-type'}
            index: 21
          system:
            pattern: {type: Uri, value: 1.2.250.1.71.4.2.2+.n°FINESS}
            index: 22
          value: {index: 23}
          assigner:
            type: Reference
            refers: ['http://interopsante.org/fhir/StructureDefinition/FrOrganization']
            index: 24
        required: [value, type, system]
      origin:
        type: Reference
        refers: ['http://interopsante.org/fhir/StructureDefinition/FrLocation', 'http://interopsante.org/fhir/StructureDefinition/FrOrganization']
        index: 25
      reAdmission: {short: the resaon of re-admission of this hospitalization encounter | Raison de la ré-admission du patient., index: 26}
      destination:
        type: Reference
        refers: ['http://interopsante.org/fhir/StructureDefinition/FrLocation', 'http://interopsante.org/fhir/StructureDefinition/FrOrganization']
        index: 27
      dischargeDisposition:
        binding: {strength: example, valueSet: 'http://interopsante.org/fhir/ValueSet/fr-encounter-discharge-disposition'}
        index: 28
  period: {index: 17}
  partOf:
    type: Reference
    refers: ['http://interopsante.org/fhir/StructureDefinition/FrEncounter']
    index: 33
  location:
    elements:
      location:
        type: Reference
        refers: ['http://interopsante.org/fhir/StructureDefinition/FrLocation']
        index: 29
      status:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-location-status'}
        index: 30
      physicalType:
        binding: {strength: example, valueSet: 'http://interopsante.org/fhir/ValueSet/fr-location-physical-type'}
        index: 31
  subject:
    type: Reference
    refers: ['http://interopsante.org/fhir/StructureDefinition/FrPatient']
    index: 13
  statusHistory:
    elements:
      status:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-status'}
        index: 9
package_version: 11.2021.1
extensions:
  estimatedDischargeDate: {url: 'http://interopsante.org/fhir/StructureDefinition/FrEncounterEstimatedDischargeDate', type: Extension, index: 1}
class: profile
kind: resource
url: http://interopsante.org/fhir/StructureDefinition/FrEncounter
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: '1.0'
required: [identifier, period]