PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@2.2.0
    http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-encounter
description: An interaction between a patient/citizen and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient/citizen.
package_name: medcom.fhir.dk.core
derivation: constraint
name: MedComCoreEncounter
type: Encounter
elements:
  status: {mustSupport: true, index: 0}
  class:
    binding: {strength: required, valueSet: 'http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-encounter-class'}
    mustSupport: true
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-patient']
    index: 2
  episodeOfCare:
    mustSupport: true
    index: 3
    elements:
      identifier: {mustSupport: true, index: 4}
    slicing:
      rules: open
      discriminator:
      - {path: identifier.system, type: value}
      min: null
      slices:
        lpr3identifier:
          match:
            identifier: {system: null}
          schema:
            mustSupport: true
            index: 5
            elements:
              identifier: {type: Identifier, index: 6}
            required: [identifier]
  account: {index: 7}
  serviceProvider:
    type: Reference
    mustSupport: true
    refers: ['http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-organization']
    index: 8
package_version: 2.2.0
class: profile
kind: resource
url: http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-encounter
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: 2.2.0
required: [subject]