FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/StructureDefinition-CEN-Bundle-DischargeNotificationBundle

Packagesurescripts.CareEventNotifications
Resource TypeStructureDefinition
IdStructureDefinition-CEN-Bundle-DischargeNotificationBundle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.CareEventNotifications@1.0.0-beta&canonical=https://fhirdocs.surescripts.net/fhir/careeventnotifications/StructureDefinition/DischargeNotificationBundle
URLhttps://fhirdocs.surescripts.net/fhir/careeventnotifications/StructureDefinition/DischargeNotificationBundle
Statusdraft
NameDischargeNotificationBundle
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
discharge-notification-messageheaderDa Vinci Discharge Notification MessageHeader Profile

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://fhirdocs.surescripts.net/fhir/careeventnotifications/StructureDefinition/DischargeNotificationBundle",
  "name": "DischargeNotificationBundle",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "code": [
          {
            "code": "message"
          }
        ],
        "short": "message",
        "fixedCode": "message"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "id"
            }
          ],
          "rules": "open"
        },
        "min": 2
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0",
        "contentReference": "http://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link"
      },
      {
        "id": "Bundle.entry:MessageHeader",
        "path": "Bundle.entry",
        "sliceName": "MessageHeader",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:MessageHeader.link",
        "path": "Bundle.entry.link",
        "contentReference": "http://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link"
      },
      {
        "id": "Bundle.entry:MessageHeader.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/discharge-notification-messageheader"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:MessageHeader.resource.event[x]:eventCoding",
        "path": "Bundle.entry.resource.event[x]",
        "sliceName": "eventCoding"
      },
      {
        "id": "Bundle.entry:MessageHeader.resource.event[x]:eventCoding.system",
        "path": "Bundle.entry.resource.event[x].system",
        "min": 1,
        "fixedUri": "http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event"
      },
      {
        "id": "Bundle.entry:MessageHeader.resource.event[x]:eventCoding.code",
        "path": "Bundle.entry.resource.event[x].code",
        "min": 1,
        "fixedCode": "notification-discharge"
      }
    ]
  }
}