{
"description": "Bundle de type message porté en entrée de $process-message sur la surface SGRDV → DME/SIP-C. Contient obligatoirement un MessageHeader (en première entrée, conforme à FHIR Messaging) suivi d'une Provenance. L'Appointment et les Slots concernés ne sont PAS matérialisés dans le Bundle : ils sont transmis en logical reference dans MessageHeader.focus, le DMÉ étant leur autorité d'origine.",
"_filename": "StructureDefinition-sgrdv-source-lock-notification-bundle.json",
"package_name": "ca.qc.sq.sgrdv",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "SGRDVSourceLockNotificationBundle",
"abstract": false,
"type": "Bundle",
"experimental": "true",
"resourceType": "StructureDefinition",
"title": "Bundle de notification de verrou — Surface Systèmes source",
"package_version": "1.0.4",
"status": "active",
"id": "3cc827d0-b49f-4be0-b5f4-383b857bfa5e",
"kind": "resource",
"url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-source-lock-notification-bundle",
"version": null,
"differential": {
"element": [ {
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "message"
}, {
"id": "Bundle.timestamp",
"min": 1,
"path": "Bundle.timestamp",
"mustSupport": true
}, {
"id": "Bundle.entry",
"max": "2",
"min": 2,
"path": "Bundle.entry",
"slicing": {
"rules": "closed",
"discriminator": [ {
"path": "resource",
"type": "type"
} ]
},
"mustSupport": true
}, {
"id": "Bundle.entry:messageHeader",
"max": "1",
"min": 1,
"path": "Bundle.entry",
"sliceName": "messageHeader",
"mustSupport": true
}, {
"id": "Bundle.entry:messageHeader.resource",
"min": 1,
"path": "Bundle.entry.resource",
"type": [ {
"code": "MessageHeader",
"profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-source-lock-notification-message-header" ]
} ],
"mustSupport": true
}, {
"id": "Bundle.entry:provenance",
"max": "1",
"min": 1,
"path": "Bundle.entry",
"sliceName": "provenance",
"mustSupport": true
}, {
"id": "Bundle.entry:provenance.resource",
"min": 1,
"path": "Bundle.entry.resource",
"type": [ {
"code": "Provenance",
"profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-request-provenance" ]
} ],
"mustSupport": true
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}