-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsushi-config.yaml
More file actions
76 lines (69 loc) · 3.17 KB
/
sushi-config.yaml
File metadata and controls
76 lines (69 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Documentation à propos de cette page : https://fshschool.org/docs/sushi/configuration/
id: ans.fhir.fr.[code]
canonical: https://interop.esante.gouv.fr/ig/fhir/[code] # the last part of canonical and id must be the same
name: ExampleIG # Should be an acronym
title: ANS IG Example
description: Description du projet
publisher:
name: Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris
url: https://esante.gouv.fr
status: draft
version: 0.1.0 # shall conforms to Semantic Versioning https://fr.wiktionary.org/wiki/SemVer
fhirVersion: 4.0.1
copyrightYear: 2020+
releaseLabel: ci-build # le release label doit être conforme au cycle de vie de la doctrine du ci-sis. Cf. https://interop.esante.gouv.fr/ig/documentation/mod_bonnes_pratiques.html#release-dun-ig-fhir colonne "label de publication"
jurisdiction: urn:iso:std:iso:3166#FR "France"
parameters: #Parameters list - https://build.fhir.org/ig/FHIR/fhir-tools-ig/CodeSystem-ig-parameters.html
shownav: 'true'
path-expansion-params: '../../expansion-params.json' # for using French SNOMED CT Extension
i18n-default-lang: fr-FR # Default language
pin-canonicals: pin-all
apply-contact: true
apply-jurisdiction: true
logging:
- tx #tx: Messages describing the use of the terminology server (for debugging)
- html #html: Log when validating an html page (troubleshooting only - leave off)
- generate #generate: Log when producing an individual resource (troubleshooting only - leave off)
- init #init: Messages describing the start up process (for debugging)
- progress #progress: Overall progress messages
pages:
index.md:
title: Accueil
spec-fonctionnelle-intro.md:
title: Vue d'ensemble
spec-fonctionnelle-alimentation.md:
title: Alimentation
spec-technique-intro.md:
title: Introduction
spec-technique-vue-ensemble.md:
title: Vue d'ensemble
spec-technique-flux-alimentation.md:
title: Flux d'alimentation
spec-technique-flux-consommation.md:
title: Flux de consommation
change-log.md:
title: Historique des versions
autres_ressources.md:
title: Autres Ressources
annexe-securite.md:
title: Sécurité
annexe-downloads.md:
title: Téléchargements et usages
menu:
Accueil: index.html
Vol. 1 - Etude fonctionnelle:
Introduction: spec-fonctionnelle-intro.html
Alimentation: spec-fonctionnelle-alimentation.html
Vol. 2 - Détail des transactions:
Introduction: spec-technique-intro.html
Vue d'ensemble: spec-technique-vue-ensemble.html
Flux d'alimentation: spec-technique-flux-alimentation.html
Flux de consommation: spec-technique-flux-consommation.html
Vol. 3 - Annexes:
Sécurité: securite.html
Téléchargements et usage: downloads.html
"Spécifications FHIR ": new-tab {{site.data.fhir.path}}index.html
"Site de l'ANS ": new-tab https://esante.gouv.fr/
Ressources de conformité: artifacts.html
Documentation: new-tab https://interop.esante.gouv.fr/ig/documentation/
Historique: change-log.html