description: The Da Vinci Admit/Transfer/Discharge Notification Encounter Profile is based on the [US Core Encounter Profile](http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-encounter.html) and constrains the resources referenced by the `Encounter.Subject` to the [US Core patient Profile](http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-patient.html) ,`Encounter.participant.individual` to the [US Core Practitioner Profile](http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-practitioner.html), and `Encounter.Location` to the [US Core Location Profile](http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-location.html). It also constrains these referenced resources to be found in the same message Bundle. package_name: hl7.fhir.us.davinci 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: alerts-1.0.0 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.0.0