PackagesCanonicalsLogsProblems
    Packages
    ca.qc.sq.sgrdv@1.1.0
    http://sante.quebec/fhir/StructureDefinition/sgrdv-audit-bundle
{
  "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). 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.1.0",
  "status": "draft",
  "id": "71b4d96d-bc80-436d-8350-42e23e8ea931",
  "kind": "resource",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-audit-bundle",
  "version": "1.1.0",
  "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"
}