PackagesCanonicalsLogsProblems
    Packages
    ans.cisis.nde.fhir.r4@1.0.0
    http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/NdE_EventDeclarationNdE
{
  "description": "EmissionEvenement contient les informations nécessaires pour transmettre un évènement à un système d’information ou à un composant d’un système d’information (gestionnaire d’évènements). Un évènement peut être un dépôt de documents, une sortie d’hôpital, etc.",
  "_filename": "NdEEventDeclarationNdE.json",
  "package_name": "ans.cisis.nde.fhir.r4",
  "date": "2021-12-01",
  "derivation": "constraint",
  "publisher": "ANS",
  "fhirVersion": "4.0.1",
  "purpose": "Profil EventDeclaratioNdE représentant le flux 3 - EmissionEvenement du volet Notification d'évènements du CI-SIS",
  "name": "NdE_EventDeclarationNdE",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "CommunicationRequest",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "NdE_EventDeclarationNdE",
  "package_version": "1.0.0",
  "status": "active",
  "id": "1c5b0dc7-b1db-4f33-8878-4bca46069405",
  "kind": "resource",
  "url": "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/NdE_EventDeclarationNdE",
  "version": "2.0",
  "differential": {
    "element": [ {
      "id": "CommunicationRequest",
      "path": "CommunicationRequest",
      "short": "Ressource CommunicationRequest utilisée par le Flux 3 (EmissionEvenement)",
      "constraint": [ {
        "key": "event-subject",
        "human": "L’un des attributs subject ou about doit être présent",
        "xpath": "count(subject) = 1 xor count(about) = 1",
        "source": "CI-SIS",
        "severity": "error",
        "expression": "count(subject) = 1 xor count(about) = 1"
      } ]
    }, {
      "id": "CommunicationRequest.contained",
      "min": 1,
      "path": "CommunicationRequest.contained",
      "requirements": "Les ressources référencées par les attributs de la ressource CommunicationRequest doivent être présentes dans cet élément."
    }, {
      "id": "CommunicationRequest.extension",
      "min": 2,
      "path": "CommunicationRequest.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "CommunicationRequest.extension:EventType",
      "max": "1",
      "min": 1,
      "path": "CommunicationRequest.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/EventType" ]
      } ],
      "comment": "Elle représente le type d’évènements qui est généralement lié à la personne prise en charge (ou patient).",
      "sliceName": "EventType"
    }, {
      "id": "CommunicationRequest.extension:EventTime",
      "max": "1",
      "min": 1,
      "path": "CommunicationRequest.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/eventTime" ]
      } ],
      "comment": "Date à laquelle l’évènement a eu lieu",
      "sliceName": "EventTime"
    }, {
      "id": "CommunicationRequest.subject",
      "min": 1,
      "path": "CommunicationRequest.subject",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "contained" ],
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrPatient" ]
      } ],
      "definition": "The patient that is the focus of this communication request."
    }, {
      "id": "CommunicationRequest.about",
      "max": "1",
      "path": "CommunicationRequest.about",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "contained" ]
      } ],
      "definition": "The subject of the event if not the patient"
    }, {
      "id": "CommunicationRequest.payload",
      "max": "1",
      "min": 1,
      "path": "CommunicationRequest.payload"
    }, {
      "id": "CommunicationRequest.authoredOn",
      "path": "CommunicationRequest.authoredOn",
      "comment": "Date à laquelle l’évènement a été émis"
    }, {
      "id": "CommunicationRequest.requester",
      "min": 1,
      "path": "CommunicationRequest.requester",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "contained" ],
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrOrganization", "http://interopsante.org/fhir/StructureDefinition/FrPractitioner" ]
      } ],
      "definition": "L’identification de la personne ou organisation qui a transmis l’évènement",
      "requirements": "Emtteur de l'évènement"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest"
}