{
"description": "Bundle de type collection auto-portant représentant un audit affaire SGRDV. Contient exactement 4 entrées : (1) un AuditEvent, (2-3) deux Device acteurs (source + destination, profil SGRDVAuditAgent) et (4) le payload original de la transaction (Parameters, Bundle ou OperationOutcome — type libre). Le correlation-id est porté par Bundle.identifier (volontairement partagé par les 4 audits d'une même transaction). Voir ADR-016 (Bundle collection) et ADR-017 (profil unique avec direction en extension). Ingestion AHDS via POST /Bundle uniquement.",
"_filename": "StructureDefinition-sgrdv-audit-bundle.json",
"package_name": "ca.qc.sq.sgrdv",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "SGRDVAuditBundle",
"abstract": false,
"type": "Bundle",
"experimental": "true",
"resourceType": "StructureDefinition",
"title": "Bundle d'audit SGRDV (4 entrées)",
"package_version": "1.0.3",
"status": "draft",
"id": "a3b3c86b-8db3-469d-b2a4-ecd165f6f37b",
"kind": "resource",
"url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-audit-bundle",
"version": null,
"differential": {
"element": [ {
"id": "Bundle.identifier",
"min": 1,
"path": "Bundle.identifier",
"mustSupport": true
}, {
"id": "Bundle.identifier.value",
"min": 1,
"path": "Bundle.identifier.value",
"mustSupport": true
}, {
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "collection"
}, {
"id": "Bundle.timestamp",
"min": 1,
"path": "Bundle.timestamp",
"mustSupport": true
}, {
"id": "Bundle.entry",
"max": "4",
"min": 4,
"path": "Bundle.entry",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "resource",
"type": "type"
} ]
},
"mustSupport": true
}, {
"id": "Bundle.entry.fullUrl",
"min": 1,
"path": "Bundle.entry.fullUrl",
"mustSupport": true
}, {
"id": "Bundle.entry:auditEvent",
"max": "1",
"min": 1,
"path": "Bundle.entry",
"sliceName": "auditEvent",
"mustSupport": true
}, {
"id": "Bundle.entry:auditEvent.resource",
"path": "Bundle.entry.resource",
"type": [ {
"code": "AuditEvent",
"profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-audit-event" ]
} ]
}, {
"id": "Bundle.entry:device",
"max": "2",
"min": 2,
"path": "Bundle.entry",
"sliceName": "device",
"mustSupport": true
}, {
"id": "Bundle.entry:device.resource",
"path": "Bundle.entry.resource",
"type": [ {
"code": "Device",
"profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-audit-agent" ]
} ]
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}