Skip to content

Commit 5521f2b

Browse files
committed
correction-erreurs-QA
0 parents  commit 5521f2b

162 files changed

Lines changed: 25665 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: IG issue template
3+
about: Issue template for ANS Implementation Guide
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Description du problème
11+
12+
13+
## Fichier•s concerné•s
14+
15+
16+
## Solution proposée

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Description des changements
2+
3+
* [changement 1]
4+
* [changement 2]
5+
* ...
6+
7+
## Preview
8+
9+
https://ansforge.github.io/IG-document-core/[ajouter_nom_de_la_branche]/ig

.github/workflows/fhir-release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Workflow Release to IG-website-release
2+
on:
3+
workflow_call:
4+
5+
# Allows you to run this workflow manually from the Actions tab
6+
workflow_dispatch:
7+
jobs:
8+
run-release:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
with:
13+
path: igSource
14+
- uses: ansforge/IG-workflows@v0.2.0
15+
with:
16+
repo_ig: "./igSource"
17+
github_page: "true"
18+
github_page_token: ${{ secrets.GITHUB_TOKEN }}
19+
bake: "true"
20+
nos: "true"
21+
validator_cli: "true"
22+
publish_repo: "ansforge/IG-website-release"
23+
publish_repo_token : ${{ secrets.ANS_IG_API_TOKEN }}
24+
publish_path_outpout : "./IG-website-release/www/ig/fhir"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Workflow Sushi Tests gitHubpages
2+
on:
3+
workflow_call:
4+
push:
5+
# Allows you to run this workflow manually from the Actions tab
6+
workflow_dispatch:
7+
jobs:
8+
run-sushi-tests_gitHubPages:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
with:
13+
path: igSource
14+
- uses: ansforge/IG-workflows@main
15+
with:
16+
repo_ig: "./igSource"
17+
github_page: "true"
18+
github_page_token: ${{ secrets.GITHUB_TOKEN }}
19+
bake: "false"
20+
validator_cli: "false"
21+
generate_testscript: "false"
22+
generate_plantuml : "true"

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Temporary folders #
2+
#####################
3+
fsh-generated*
4+
temp*
5+
template*
6+
output*
7+
local-template*
8+
node_modules*
9+
10+
# Ignore large files and frequently changed files in input-cache #
11+
##################################################################
12+
input-cache*
13+
14+
# OS generated files #
15+
######################
16+
Thumbs.db
17+
.DS_Store
18+
.DS_Store?
19+
20+
# backup files #
21+
################
22+
*.bak
23+
24+
# IDE generated files #
25+
#######################
26+
.vscode
27+
.idea
28+
29+
# Microsoft Office temp files #
30+
###############################
31+
~$*.xlsx
32+
33+
# Automated testing
34+
.classpath
35+
.project
36+
.settings/*
37+
target/*
38+
.mvn/wrapper/maven-wrapper.jar

IG-document-core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 7ee806c3791576358559f28b96bb563eafdc00bc

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Github de l'Agence du Numérique en Santé (ANS)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[A MODIFIER : remplacer avec votre logo s'il ne s'agit pas d'un projet CI-SIS]
2+
3+
![Logo_LEF_CI-SIS](https://user-images.githubusercontent.com/48218773/227532484-eff82649-4e42-49c6-966a-dc3ea78cf59c.png)
4+
5+
https://ansforge.github.io/IG-document-core/main/ig
6+
7+
[A MODIFIER : adapter au lien du projet]
8+
9+
[![Workflow Init](https://github.com/ansforge/IG-fhir-partage-de-documents-de-sante/actions/workflows/fhir-workflows.yml/badge.svg)](https://github.com/ansforge/IG-fhir-partage-de-documents-de-sante/actions/workflows/fhir-workflows.yml)
10+
11+
Cet exemple d'Implementation Guide (IG) très simplifié sert de base pour le développement de nouveaux guides d'implémentation. La démarche d'élaboration d'un nouvel IG est expliquée dans le [wiki de ce repo](https://github.com/ansforge/IG-modele/wiki).
12+
Le README ci-dessous constitue un template à adapter et compléter pour chaque projet.
13+
14+
# Contexte
15+
16+
## Contexte métier du projet
17+
18+
[A COMPLETER : doit contenir la description fonctionnelle du projet destinée à un profil non technique]
19+
20+
## Contexte technique du projet
21+
22+
[A COMPLETER : doit expliquer brièvement quelles ressources / profils sont utilisés, exemple implémentation où IG est utilisé]
23+
24+
# CI/CD
25+
26+
Les workflows associés à ce repository (.github/workflows) permettent :
27+
28+
* D'executer Sushi pour vérifier la grammaire
29+
* De faire les tests avec le validator_cli
30+
* De publier les pages : https://ansforge.github.io/{nom du repo}/ig/{nom de la branche}
31+
32+
Exemple - https://ansforge.github.io/IG-document-core/main/ig
33+
34+
# Notes
35+
36+
Ce repo "IG-modele" a été créé à partir du repo [sample-ig](https://github.com/FHIR/sample-ig) de l'organisation GitHub FHIR.
37+
38+
[A COMPLETER: notes supplémentaires pour le lecteur de la spec]
39+
Un commentaire ? Une remarque ? Utilisez les GitHub [issues](https://docs.github.com/fr/issues) pour indiquer vos propositions d'amélioration et de correction.
40+
41+
## Acronymes
42+
43+
* IG : Implementation Guide
44+
* FHIR : Fast Healthcare Interoperability Resources
45+
* HL7 : Health Level Seven
46+
47+
[A COMPLETER : acronymes utilisés dans le cadre de ce projet]

0 commit comments

Comments
 (0)