PackagesCanonicalsLogsProblems
    Packages
    il.hdp.fhir.r4@0.5.0
    http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-encounter-supplemental
description: Supplemental encounter profile for optional additional encounter context in HDP flows. This profile is intentionally minimally constrained beyond identification as supplemental, so organizations can represent richer native encounter structures without making consumers dependent on them.
package_name: il.hdp.fhir.r4
derivation: constraint
name: ILHDPEncounterSupplemental
type: Encounter
elements:
  meta:
    type: Meta
    index: 0
    elements:
      security:
        index: 1
        slicing:
          slices:
            HDP:
              match: {}
              schema:
                index: 1
                elements:
                  code:
                    pattern: {type: Code, value: encounterInformation}
                    index: 2
  type:
    index: 3
    slicing:
      slices:
        supplemental-encounter:
          match: {}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: supplemental-encounter-hdp, system: 'http://fhir.health.gov.il/cs/il-core-encounter-type'}
            _required: true
            index: 4
          min: 1
          max: 1
        hospitalization:
          match: {}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: hospitalization-hdp, system: 'http://fhir.health.gov.il/cs/il-core-encounter-type'}
            index: 5
          min: 0
          max: 0
        inpatient-care-segment:
          match: {}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: inpatient-care-segment-hdp, system: 'http://fhir.health.gov.il/cs/il-core-encounter-type'}
            index: 6
          min: 0
          max: 0
        community-hmo-ambulatory:
          match: {}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: community-hmo-ambulatory-hdp, system: 'http://fhir.health.gov.il/cs/il-core-encounter-type'}
            index: 7
          min: 0
          max: 0
package_version: 0.5.0
class: profile
kind: resource
url: http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-encounter-supplemental
base: http://fhir.health.gov.il/StructureDefinition/il-core-encounter
version: 0.5.0
required: [type]