{
  "resourceType": "StructureDefinition",
  "id": "adt-notification-condition",
  "url": "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-condition",
  "version": "1.0.0",
  "name": "ADTNotificationConditionProfile",
  "title": "Da Vinci Admit/Transfer/Discharge Notification Condition Profile",
  "status": "active",
  "experimental": false,
  "date": "2019-11-12T08:00:00+00:00",
  "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 Condition Profile is based on the [US Core Condition Profile](http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-condition.html) and adds the mandatory `Condition.encounter` element which references the [Da Vinci Admit/Transfer/Discharge Notification Encounter Profile](http://hl7.org/fhir/us/davinci-alerts/STU1/StructureDefinition-adt-notification-encounter.html) in the same message Bundle.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "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/davinci-alerts/StructureDefinition/adt-notification-encounter"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Condition.encounter.reference",
        "path": "Condition.encounter.reference",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}