This page is part of the Guide d'implémentation FHIR - Gestion d'Agendas Partagés (v3.0.0-ballot: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2023-08-02 |
{
"resourceType" : "CapabilityStatement",
"id" : "GAP-GestionnaireRessources",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>GAP-GestionnaireRessources</h2><div><p>Le gestionnaire de ressources gère les demandes de gestion de ressources (lieu, équipement, personne prise en charge, professionnel, etc.).</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>Crée, modifie et supprime une ressource</p>\n</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>Patient</td><td><a href=\"http://interopsante.org/fhir/StructureDefinition/FrPatient\">http://interopsante.org/fhir/StructureDefinition/FrPatient</a></td><td></td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>Practitioner</td><td><a href=\"http://interopsante.org/fhir/StructureDefinition/FrPractitioner\">http://interopsante.org/fhir/StructureDefinition/FrPractitioner</a></td><td></td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>PractitionerRole</td><td><a href=\"https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-dp-practitionerrole\">https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-dp-practitionerrole</a></td><td></td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>RelatedPerson</td><td><a href=\"http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson\">http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson</a></td><td></td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>Location</td><td><a href=\"http://interopsante.org/fhir/StructureDefinition/FrLocation\">http://interopsante.org/fhir/StructureDefinition/FrLocation</a></td><td></td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>HealthcareService</td><td><a href=\"http://interopsante.org/fhir/StructureDefinition/FrHealthcareService\">http://interopsante.org/fhir/StructureDefinition/FrHealthcareService</a></td><td></td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>Organization</td><td><a href=\"http://interopsante.org/fhir/StructureDefinition/FrOrganization\">http://interopsante.org/fhir/StructureDefinition/FrOrganization</a></td><td></td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>Device</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Device\">http://hl7.org/fhir/StructureDefinition/Device</a></td><td></td><td></td><td>y</td><td>y</td><td>y</td></tr></table></div>"
},
"url" : "https://interop.esante.gouv.fr/ig/fhir/gap/CapabilityStatement/GAP-GestionnaireRessources",
"version" : "3.0.0-ballot",
"name" : "GAP-GestionnaireRessources",
"title" : "CI-SIS Gestion-d-Agendas-Partages - GestionnaireRessourcesGAP",
"status" : "active",
"experimental" : false,
"date" : "2023-08-02",
"publisher" : "ANS",
"contact" : [
{
"name" : "ANS",
"telecom" : [
{
"system" : "url",
"value" : "https://esante.gouv.fr"
}
]
}
],
"description" : "Le gestionnaire de ressources gère les demandes de gestion de ressources (lieu, équipement, personne prise en charge, professionnel, etc.).",
"kind" : "requirements",
"fhirVersion" : "4.0.1",
"format" : [
"application/fhir+xml",
"application/fhir+json"
],
"implementationGuide" : [
"https://interop.esante.gouv.fr/ig/fhir/agenda"
],
"rest" : [
{
"mode" : "server",
"documentation" : "Crée, modifie et supprime une ressource",
"security" : {
"cors" : false,
"description" : "L’ANS propose des référentiels dédiés à la politique de sécurité (la PGSSI-S ) et des mécanismes de sécurisation sont définis dans les volets de la couche Transport du Cadre d’Interopérabilité des systèmes d’information de santé (CI-SIS)"
},
"resource" : [
{
"type" : "Patient",
"profile" : "http://interopsante.org/fhir/StructureDefinition/FrPatient",
"interaction" : [
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
},
{
"type" : "Practitioner",
"profile" : "http://interopsante.org/fhir/StructureDefinition/FrPractitioner",
"interaction" : [
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
},
{
"type" : "PractitionerRole",
"profile" : "https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-dp-practitionerrole",
"interaction" : [
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
},
{
"type" : "RelatedPerson",
"profile" : "http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson",
"interaction" : [
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
},
{
"type" : "Location",
"profile" : "http://interopsante.org/fhir/StructureDefinition/FrLocation",
"interaction" : [
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
},
{
"type" : "HealthcareService",
"profile" : "http://interopsante.org/fhir/StructureDefinition/FrHealthcareService",
"interaction" : [
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
},
{
"type" : "Organization",
"profile" : "http://interopsante.org/fhir/StructureDefinition/FrOrganization",
"interaction" : [
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
},
{
"type" : "Device",
"profile" : "http://hl7.org/fhir/StructureDefinition/Device",
"interaction" : [
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
}
]
}
]
}
IG © 2020+ ANS. Package ans.fhir.fr.gap#3.0.0-ballot based on FHIR 4.0.1. Generated 2023-10-10
Links: Table of Contents |
QA Report
| New Issue