{
"description": "Patient transmis dans la demande de réservation et retourné dans la réponse. Étend SGRDVBaseFindPatient en ajoutant le canal SMS dans telecom, le rang de préférence (telecom.rank) — vide = pas dans les préférences ; 1, 2, 3 = ordre de préférence ; rangs identiques = préférences au même niveau — et au moins une langue de communication obligatoire via Patient.communication.",
"_filename": "StructureDefinition-sgrdv-base-book-patient.json",
"package_name": "ca.qc.sq.sgrdv",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "SGRDVBaseBookPatient",
"abstract": false,
"type": "Patient",
"experimental": "true",
"resourceType": "StructureDefinition",
"title": "Patient pour la réservation de rendez-vous (Base)",
"package_version": "1.2.5",
"status": "draft",
"id": "67c2cfdc-3ab1-442f-b1c1-385821d4669e",
"kind": "resource",
"url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-patient",
"version": "1.2.5",
"differential": {
"element": [ {
"id": "Patient.telecom:phone",
"path": "Patient.telecom",
"sliceName": "phone"
}, {
"id": "Patient.telecom:phone.rank",
"path": "Patient.telecom.rank",
"mustSupport": true
}, {
"id": "Patient.telecom:email",
"path": "Patient.telecom",
"sliceName": "email"
}, {
"id": "Patient.telecom:email.rank",
"path": "Patient.telecom.rank",
"mustSupport": true
}, {
"id": "Patient.telecom:sms",
"path": "Patient.telecom",
"sliceName": "sms"
}, {
"id": "Patient.telecom:sms.rank",
"path": "Patient.telecom.rank",
"mustSupport": true
}, {
"id": "Patient.communication",
"min": 1,
"path": "Patient.communication",
"mustSupport": true
}, {
"id": "Patient.communication.language",
"path": "Patient.communication.language",
"binding": {
"strength": "required",
"valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-language-vs"
},
"mustSupport": true
}, {
"id": "Patient.communication.language.coding",
"max": "1",
"min": 1,
"path": "Patient.communication.language.coding",
"mustSupport": true
}, {
"id": "Patient.communication.language.coding.system",
"path": "Patient.communication.language.coding.system",
"fixedUri": "urn:ietf:bcp:47"
}, {
"id": "Patient.communication.language.coding.code",
"path": "Patient.communication.language.coding.code",
"mustSupport": true
}, {
"id": "Patient.communication.preferred",
"path": "Patient.communication.preferred",
"mustSupport": true
} ]
},
"baseDefinition": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-patient"
}