PackagesCanonicalsLogsProblems
    Packages
    ans.cnsa.fhir@0.1.0
    http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDemande
{
  "description": "Profil TaskMDPHDemande adapté au cas d'usage SI-MDPH. \\r\\nLa ressource « Task » regroupe les informations relatives à la transmission des mises à jour du dossier de demandes, aux demandes de modification du dossier par l’usager et aux demandes de pièces complémentaires par le SI-MDPH, ainsi qu’à la transmission des décisions.  \\r\\nLe profilage de cette ressource est nécessaire pour chacun des objets métiers suivants : dossier, demande, décision\\r\\nUn profil spécifique est créé et nommé TaskMDPHDemande. Ce profil regroupe les informations relatives à l’objet métier « demande ».",
  "_filename": "TaskMDPHDemande.StructureDefinition.json",
  "package_name": "ans.cnsa.fhir",
  "date": "2020-06-23",
  "derivation": "constraint",
  "publisher": "ANS",
  "fhirVersion": "4.0.1",
  "name": "TaskMDPHDemande",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": "Task",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.1.0",
  "status": "active",
  "id": "832543d8-1dfc-4215-a60b-c75ff6554743",
  "kind": "resource",
  "url": "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDemande",
  "version": "1.0",
  "differential": {
    "element": [ {
      "id": "Task.meta",
      "min": 1,
      "path": "Task.meta"
    }, {
      "id": "Task.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Task.meta.profile",
      "fixedCanonical": "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDemande"
    }, {
      "id": "Task.identifier",
      "max": "1",
      "min": 1,
      "path": "Task.identifier"
    }, {
      "id": "Task.groupIdentifier",
      "min": 1,
      "path": "Task.groupIdentifier"
    }, {
      "id": "Task.partOf",
      "max": "1",
      "min": 1,
      "path": "Task.partOf",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/TaskMDPHDossier" ]
      } ]
    }, {
      "id": "Task.status",
      "path": "Task.status",
      "fixedCode": "ready"
    }, {
      "id": "Task.intent",
      "path": "Task.intent",
      "fixedCode": "plan"
    }, {
      "id": "Task.code",
      "min": 1,
      "path": "Task.code",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_JXX-TypeDemande/FHIR/JDV-JXX-TypeDemande",
        "description": "JDV_Nomenclature type de demande"
      }
    }, {
      "id": "Task.input",
      "min": 1,
      "path": "Task.input",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "type.text",
          "type": "value"
        } ]
      }
    }, {
      "id": "Task.input:StatutCourantDAffichageDeLaDemande",
      "max": "1",
      "path": "Task.input",
      "sliceName": "StatutCourantDAffichageDeLaDemande"
    }, {
      "id": "Task.input:StatutCourantDAffichageDeLaDemande.type.text",
      "min": 1,
      "path": "Task.input.type.text",
      "fixedString": "Statut courant d’affichage de la demande"
    }, {
      "id": "Task.input:StatutCourantDAffichageDeLaDemande.value[x]",
      "path": "Task.input.value[x]",
      "type": [ {
        "code": "Coding"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_JXX-StatutDemandeAffiches/FHIR/JDV-JXX-StatutDemandeAffiches",
        "description": "NomenclatureStatutsAffichesDemande"
      }
    }, {
      "id": "Task.input:StatutCourantMetierDeLaDemande",
      "max": "1",
      "path": "Task.input",
      "sliceName": "StatutCourantMetierDeLaDemande"
    }, {
      "id": "Task.input:StatutCourantMetierDeLaDemande.type.text",
      "min": 1,
      "path": "Task.input.type.text",
      "fixedString": "Statut courant métier de la demande"
    }, {
      "id": "Task.input:StatutCourantMetierDeLaDemande.value[x]",
      "path": "Task.input.value[x]",
      "type": [ {
        "code": "Coding"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_JXX-StatutDemande/FHIR/JDV-JXX-StatutDemande",
        "description": "NomenclatureStatutsMetierDemande"
      }
    }, {
      "id": "Task.input:SousStatutDeLaDemande",
      "max": "1",
      "path": "Task.input",
      "sliceName": "SousStatutDeLaDemande"
    }, {
      "id": "Task.input:SousStatutDeLaDemande.type.text",
      "min": 1,
      "path": "Task.input.type.text",
      "fixedString": "Sous-statut de la demande"
    }, {
      "id": "Task.input:SousStatutDeLaDemande.value[x]",
      "path": "Task.input.value[x]",
      "type": [ {
        "code": "Coding"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://URLcanoniqueDuJDV",
        "description": "NomenclatureEditeursSpecifiquesDemande"
      }
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task"
}