Skip to content

Commit

Permalink
Merge pull request #283 from ansforge/update_changelog
Browse files Browse the repository at this point in the history
update organization resource and update changelog
  • Loading branch information
zilliw authored Jan 15, 2025
2 parents b40878c + 7c25c07 commit ed218d3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
8 changes: 4 additions & 4 deletions docs/pages/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Le changelog documente les modifications associées à une version de l’API F

**Versions disponibles de l'API FHIR Annuaire Santé**

| Version API FHIR Annuaire Santé | Version FHIR | Version IG | Date de lancement | Disponible jusqu'à |
| --- | --- | --- | --- | --- |
| 1 (Beta) | R4 | <a href="https://interop.esante.gouv.fr/ig/fhir/annuaire/0.1.0">0.1.0</a> - trial use | 5 septembre 2022 | TBD |
| 2 | R4 | 1.1.0 | TBD | TBD |
| Version API Annuaire Santé | Version FHIR | Version IG | Date début | Disponible jusqu'à |
| --- | --- | --- | --- | --- |
| Version 1 (Beta) | R4 | <a href="https://interop.esante.gouv.fr/ig/fhir/annuaire/0.1.0">0.1.0</a> - trial use | 5 septembre 2022 | Décembre 2025 |
| Version2 | R4 | 1.1.0 | Mars 2025 | TBD |
29 changes: 18 additions & 11 deletions docs/pages/guide/version-1/resources/organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,28 +116,35 @@ Voici quelques exemples de requêtes sur les structures.
```sh
GET [base]/Organization
#récupère l'ensemble des Organizations (incluant les actives et les inactives)
GET [base]/Organization?_include=Organization:partof #inclure les entités juridiques auxquelles sont rattachées les entités géographiques
GET [base]/Organization?_include=Organization:partof #inclure les entités juridiques avec les informations auxquelles sont rattachées les entités géographiques
GET [base]/Organization?_revinclude=Device:organization #inclure les Device qui référencent les Organization (Organization + Device)
GET [base]/Organization?_revinclude=HealthcareService:organization #inclure les HealthcareService qui référencent les Organization (Organization + HealthcareService)
GET [base]/Organization?_revinclude=PractitionerRole:organization #inclure les PractitionerRole qui référencent les Organization (Organization + PractitionerRole)
GET [base]/Organization?_include=* #inclure toutes les ressources qui sont référencées par les Organization

```
<br />

**Réponse (simplifiée) :** 

```xml
HTTP 200 OK
resourceType: Bundle
type: searchset
Organization found: id=org-399 name=Weber, Weber and Weber
Organization found: id=org-158 name=Schaefer-Schaefer
Organization found: id=org-151 name=OReilly, OReilly and OReilly
Organization found: id=org-393 name=Volkman-Volkman
Organization found: id=org-152 name=Luettgen, Luettgen and Luettgen
Organization found: id=org-394 name=Gulgowski, Gulgowski and Gulgowski
Organization found: id=org-153 name=Wilkinson Group
resourceType: Bundle
type: searchset
total: 7

Organizations trouvées :
1. **ID**: org-399
**Nom**: Weber, Weber and Weber
**Dernière mise à jour**: 2023-01-15T08:30:00Z
2. **ID**: org-158
**Nom**: Schaefer-Schaefer
**Dernière mise à jour**: 2023-01-10T14:50:00Z
3. **ID**: org-151
**Nom**: O'Reilly, O'Reilly and O'Reilly
**Dernière mise à jour**: 2023-01-08T09:20:00Z
4. **ID**: org-393
**Nom**: Volkman-Volkman
**Dernière mise à jour**: 2023-01-02T16:40:00Z


```
Expand Down

0 comments on commit ed218d3

Please sign in to comment.