{
  "resourceType": "StructureDefinition",
  "id": "adt-notification-coverage",
  "url": "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-coverage",
  "version": "1.0.0",
  "name": "ADTNotificationCoverageProfile",
  "title": "Da Vinci Admit/Transfer/Discharge Notification Coverage Profile",
  "status": "active",
  "experimental": false,
  "date": "2020-08-24",
  "publisher": "HL7 International - Infrastructure and Messaging Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/inm/index.cfm"
        }
      ]
    }
  ],
  "description": "The Da Vinci Admit/Transfer/Discharge Notification Coverage Profile is based on the [HRex Coverage Profile](http://build.fhir.org/ig/HL7/davinci-ehrx/StructureDefinition-hrex-coverage.html) and constrains the Patient resource referenced by the `Coverage.beneficiary` element to be found in the same message Bundle.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "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"
            ]
          }
        ]
      }
    ]
  }
}