Download OpenAPI specification:Download
Endpoints REST exposés par le service de sychronisation du SI-SAMU à destination des LRM externes
Appel Sortant. Crée un nouvel appel (clickToCall).
| idCrra required | string^FR[0-9][0-9AB]{2}$ Identifiant du CRRA |
| idNatPs required | string [ 1 .. 32 ] characters Identifiant de l'agent |
Information de l'appel
| numTel required | string^([#\+\*]|37000|00+)?[0-9]{2,15}$ Numéro de téléphone appelé |
| idDossier | string [ 0 .. 25 ] characters Numéro du dossier en relation avec l’appel |
{- "numTel": "string",
- "idDossier": "string"
}{- "message": "string",
- "code": "string"
}Corrélation d'un dossier à un appel.
| idCrra required | string^FR[0-9][0-9AB]{2}$ Identifiant du CRRA |
| idDossier required | string [ 1 .. 25 ] characters Identifiant du dossier |
Information du dossier
| idNatPs required | string [ 1 .. 32 ] characters Identifiant national de l’agent |
| idAppel | string [ 0 .. 64 ] characters Identifiant de la communication (interne SI-SAMU). En cas de non présence, le dossier sera associé à l’appel en cours de l’agent. |
| prioriteRegul | stringP[0-3]|NR Priorité de régulation. Nomenclature SI-SAMU PRIORITE |
| localisation | string [ 0 .. 256 ] characters Localisation du dossier (lieu d’intervention) |
object (Appelant) Information d'un appelant | |
Array of objects (Patient) Liste des patients concernés par le DRM |
{- "idNatPs": "string",
- "idAppel": "string",
- "prioriteRegul": "string",
- "localisation": "string",
- "appelant": {
- "nom": "string",
- "prenom": "string",
- "adresse": "string"
}, - "patients": [
- {
- "nom": "string",
- "nomNaissance": "string",
- "prenom": "string",
- "sexe": "M",
- "age": "P38Y",
- "motifRecours": "string",
- "patientRemarquable": true
}
]
}{- "message": "string",
- "code": "string"
}