{
  "resourceType": "StructureDefinition",
  "id": "adt-notification-coverage",
  "url": "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-coverage",
  "version": "0.1.0",
  "name": "AdmitDischargeNotificationCoverageProfile",
  "title": "Da Vinci Admit/Transfer/Discharge Notification Coverage Profile",
  "status": "active",
  "experimental": false,
  "date": "2019-11-12T08:00:00+00:00",
  "publisher": "Health eData Inc",
  "description": "The Da Vinci Admit Notification Coverage Profile is based on the [HRex Coverage Profile] and constrains the Patient resource referenced by the `Coverage.beneficiary` element to be found in the same message Bundle.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coverage",
        "path": "Coverage"
      },
      {
        "id": "Coverage.beneficiary",
        "path": "Coverage.beneficiary",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      }
    ]
  }
}