PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@3.0.1
    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:
  id: {mustSupport: true, index: 0}
  text:
    short: The narrative text SHALL always be included when exchanging a MedCom FHIR Bundle.
    mustSupport: true
    index: 1
    elements:
      status: {mustSupport: true, index: 2}
      div: {mustSupport: true, index: 3}
  status: {mustSupport: true, index: 4}
  class:
    binding: {strength: required, valueSet: 'http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-encounter-class'}
    mustSupport: true
    index: 5
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-patient']
    index: 6
  episodeOfCare:
    mustSupport: true
    index: 7
    elements:
      identifier: {mustSupport: true, index: 8}
    slicing:
      rules: open
      discriminator:
      - {path: identifier.system, type: value}
      min: null
      slices:
        lpr3identifier:
          match:
            identifier: {system: null}
          schema:
            mustSupport: true
            index: 9
            elements:
              identifier: {type: Identifier, index: 10}
            required: [identifier]
  account: {index: 11}
  serviceProvider:
    type: Reference
    mustSupport: true
    refers: ['http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-organization']
    index: 12
package_version: 3.0.1
class: profile
kind: resource
url: http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-encounter
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: 3.0.1
required: [subject]