PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-alerts@1.1.0-preview
    http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-encounter
description: The Da Vinci Admit/Discharge/Transfer Notification Encounter Profile is based on the US Core Encounter Profile and complies with US Core versions 3.1.1, 6.1.0, and 7.0.0.  It constrains the resources referenced by the `Encounter.Subject` to the US Core Patient Profile ,`Encounter.participant.individual` to the US Core Practitioner Profile and `Encounter.Location` to the US Core Location Profile. It also constrains these referenced resources to be entries in the message Bundle that it populates.
package_name: hl7.fhir.us.davinci-alerts
derivation: constraint
name: ADTNotificationEncounterProfile
type: Encounter
elements:
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 0
    elements:
      reference: {mustSupport: true, index: 1}
    required: [reference]
  participant:
    index: 2
    elements:
      individual:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
        index: 3
        elements:
          reference: {mustSupport: true, index: 4}
        required: [reference]
  location:
    mustSupport: true
    index: 5
    elements:
      location:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-location']
        index: 6
        elements:
          reference: {mustSupport: true, index: 7}
        required: [reference]
package_version: 1.1.0-preview
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-encounter
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter
version: 1.1.0-preview