PackagesCanonicalsLogsProblems
    Packages
    ca.qc.sq.sgrdv@1.0.6
    http://sante.quebec/fhir/StructureDefinition/sgrdv-source-lock-notification-message-header
{
  "description": "MessageHeader des notifications d'événements de verrou émises par SGRDV vers un système source via $process-message. SGRDV agit comme autorité du verrou : les ajouts, prolongations et retraits sont propagés aux DMÉ par ce canal ; le DMÉ n'expose pas d'opération $lock transactionnelle. eventCoding identifie l'événement (lock-create, lock-extend, lock-release). source.endpoint identifie SGRDV de manière fixe. destination.endpoint identifie le DMÉ/SIP-C destinataire (URL technique, variable). focus pointe en logical reference vers l'Appointment (1..1) et le ou les Slots (1..*) concernés — les ressources cibles ne sont pas matérialisées dans le Bundle, le DMÉ est l'autorité d'origine de ces ressources. L'extension lock-end-time porte l'heure de fin du verrou. id sert de corrélation FHIR-natif (en complément de l'en-tête HTTP X-Correlation-Id). Le moment de l'événement est porté par Bundle.timestamp (FHIR R4 ne définit pas de MessageHeader.timestamp).",
  "_filename": "StructureDefinition-sgrdv-source-lock-notification-message-header.json",
  "package_name": "ca.qc.sq.sgrdv",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "SGRDVSourceLockNotificationMessageHeader",
  "abstract": false,
  "type": "MessageHeader",
  "experimental": "true",
  "resourceType": "StructureDefinition",
  "title": "MessageHeader de notification de verrou — Surface Systèmes source",
  "package_version": "1.0.6",
  "status": "active",
  "id": "02636ea4-dcb8-48d8-8cc7-4055a392d5f8",
  "kind": "resource",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-source-lock-notification-message-header",
  "version": null,
  "differential": {
    "element": [ {
      "id": "MessageHeader.id",
      "min": 1,
      "path": "MessageHeader.id",
      "mustSupport": true
    }, {
      "id": "MessageHeader.extension",
      "min": 1,
      "path": "MessageHeader.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "MessageHeader.extension:lockEndTime",
      "max": "1",
      "min": 1,
      "path": "MessageHeader.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-lock-end-time" ]
      } ],
      "sliceName": "lockEndTime",
      "mustSupport": true
    }, {
      "id": "MessageHeader.extension:lockEndTime.value[x]",
      "path": "MessageHeader.extension.value[x]",
      "mustSupport": true
    }, {
      "id": "MessageHeader.event[x]",
      "path": "MessageHeader.event[x]",
      "type": [ {
        "code": "Coding"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-source-notification-events-vs"
      },
      "mustSupport": true
    }, {
      "id": "MessageHeader.event[x].system",
      "min": 1,
      "path": "MessageHeader.event[x].system",
      "mustSupport": true
    }, {
      "id": "MessageHeader.event[x].code",
      "min": 1,
      "path": "MessageHeader.event[x].code",
      "mustSupport": true
    }, {
      "id": "MessageHeader.destination",
      "max": "1",
      "min": 1,
      "path": "MessageHeader.destination",
      "mustSupport": true
    }, {
      "id": "MessageHeader.destination.endpoint",
      "path": "MessageHeader.destination.endpoint",
      "mustSupport": true
    }, {
      "id": "MessageHeader.destination.receiver",
      "max": "0",
      "path": "MessageHeader.destination.receiver"
    }, {
      "id": "MessageHeader.source",
      "path": "MessageHeader.source",
      "mustSupport": true
    }, {
      "id": "MessageHeader.source.name",
      "min": 1,
      "path": "MessageHeader.source.name",
      "fixedString": "SGRDV",
      "mustSupport": true
    }, {
      "id": "MessageHeader.source.endpoint",
      "path": "MessageHeader.source.endpoint",
      "fixedUrl": "http://sante.quebec/fhir/source/sgrdv",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus",
      "min": 2,
      "path": "MessageHeader.focus",
      "slicing": {
        "rules": "closed",
        "discriminator": [ {
          "path": "type",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:appointment",
      "max": "1",
      "min": 1,
      "path": "MessageHeader.focus",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Appointment" ]
      } ],
      "sliceName": "appointment",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:appointment.reference",
      "max": "0",
      "path": "MessageHeader.focus.reference"
    }, {
      "id": "MessageHeader.focus:appointment.type",
      "min": 1,
      "path": "MessageHeader.focus.type",
      "fixedUri": "Appointment",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:appointment.identifier",
      "min": 1,
      "path": "MessageHeader.focus.identifier",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:appointment.identifier.type",
      "min": 1,
      "path": "MessageHeader.focus.identifier.type",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:appointment.identifier.type.coding",
      "max": "1",
      "min": 1,
      "path": "MessageHeader.focus.identifier.type.coding",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:appointment.identifier.type.coding.system",
      "path": "MessageHeader.focus.identifier.type.coding.system",
      "fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type"
    }, {
      "id": "MessageHeader.focus:appointment.identifier.type.coding.code",
      "path": "MessageHeader.focus.identifier.type.coding.code",
      "fixedCode": "IdDispoDME"
    }, {
      "id": "MessageHeader.focus:appointment.identifier.system",
      "min": 1,
      "path": "MessageHeader.focus.identifier.system",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:appointment.identifier.value",
      "min": 1,
      "path": "MessageHeader.focus.identifier.value",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:slot",
      "max": "*",
      "min": 1,
      "path": "MessageHeader.focus",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Slot" ]
      } ],
      "sliceName": "slot",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:slot.reference",
      "max": "0",
      "path": "MessageHeader.focus.reference"
    }, {
      "id": "MessageHeader.focus:slot.type",
      "min": 1,
      "path": "MessageHeader.focus.type",
      "fixedUri": "Slot",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:slot.identifier",
      "min": 1,
      "path": "MessageHeader.focus.identifier",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:slot.identifier.type",
      "min": 1,
      "path": "MessageHeader.focus.identifier.type",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:slot.identifier.type.coding",
      "max": "1",
      "min": 1,
      "path": "MessageHeader.focus.identifier.type.coding",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:slot.identifier.type.coding.system",
      "path": "MessageHeader.focus.identifier.type.coding.system",
      "fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type"
    }, {
      "id": "MessageHeader.focus:slot.identifier.type.coding.code",
      "path": "MessageHeader.focus.identifier.type.coding.code",
      "fixedCode": "IdSlotDME"
    }, {
      "id": "MessageHeader.focus:slot.identifier.system",
      "min": 1,
      "path": "MessageHeader.focus.identifier.system",
      "mustSupport": true
    }, {
      "id": "MessageHeader.focus:slot.identifier.value",
      "min": 1,
      "path": "MessageHeader.focus.identifier.value",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MessageHeader"
}