{
  "resourceType": "StructureDefinition",
  "id": "adt-notification-condition",
  "url": "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-condition",
  "version": "0.1.0",
  "name": "AdmitDischargeNotificationConditionProfile",
  "title": "Da Vinci Admit/Transfer/Discharge Notification Condition Profile",
  "status": "active",
  "experimental": false,
  "date": "2019-11-12T08:00:00+00:00",
  "publisher": "Health eData Inc",
  "description": "The Da Vinci Admit Notification Condition Profile is based on the [US Core Condition Profile] and adds the mandatory `Condition.encounter` element which references the [US Core Encounter Profile] in the same message Bundle.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition",
        "path": "Condition"
      },
      {
        "id": "Condition.encounter",
        "path": "Condition.encounter",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}