Skip to content

Commit 9533d6b

Browse files
committed
update config
MAJ publication request + sushi-config
1 parent 93e664c commit 9533d6b

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

input/data/features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ feedback:
44
- active: true
55
dashboard:
66
label: New Issue
7-
url: https://github.com/ansforge/FIG_ans-ig-sample/issues/new
7+
url: https://github.com/ansforge/IG-fhir-portabilite-lgc/issues/new

publication-request.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"package-id" : "ans.fhir.fr.[todo]",
3-
"version" : "[todo]",
4-
"path" : "https://interop.esante.gouv.fr/ig/fhir/[todo]",
2+
"package-id" : "ans.fhir.fr.pdlgc",
3+
"version" : "1.0.0",
4+
"path" : "https://interop.esante.gouv.fr/ig/fhir/pdlgc/1.0.0",
55
"mode" : "milestone",
6-
"status" : "release",
6+
"status" : "trial-use",
77
"sequence" : "STU1",
8-
"title" : "[todo]",
8+
"title" : "Portabilité des données des Logiciels de Gestion de Cabinet (LGC)",
99
"first" : true,
10-
"desc" : "[todo]",
11-
"ci-build" : "https://ansforge.github.io/[todo]",
12-
"category" : "[todo]",
13-
"introduction" : "[todo]",
10+
"desc" : "Ce guide présente les spécifications fonctionnelles et techniques du volet "Portabilité des données des Logiciels de Gestion de Cabinet" (LGC). Ces dernières spécifient la structure d'une archive de Portabilité échangée entre deux logiciels",
11+
"ci-build" : "https://ansforge.github.io/IG-fhir-portabilite-lgc/main/ig",
12+
"category" : "Care Management",
13+
"introduction" : "Ce document présente les spécifications fonctionnelles et techniques du volet « Portabilité des données LGC » (PDLGC). Ces dernières spécifient l'architecture d'une archive de Portabilité permettant l'export de données d'un LGC à un autre.",
1414
"changes": "change-log.html"
15-
1615
}

sushi-config.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Documentation à propos de cette page : https://fshschool.org/docs/sushi/configuration/
22

3-
id: ans.fhir.fr.[code]
4-
canonical: https://interop.esante.gouv.fr/ig/fhir/[code] # the last part of canonical and id must be the same
5-
name: ExampleIG # Should be an acronym
6-
title: ANS IG Example
7-
description: Description du projet
3+
id: ans.fhir.fr.pdlgc
4+
canonical: https://interop.esante.gouv.fr/ig/fhir/pdlgc
5+
name: PDLGC
6+
title: Portabilité des Données LGC
7+
description: Architecture d'archive de portabilité des données LGC
88
publisher:
99
name: Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris
1010
url: https://esante.gouv.fr
1111
status: draft
12-
version: 0.1.0 # shall conforms to Semantic Versioning https://fr.wiktionary.org/wiki/SemVer
12+
version: 1.0.0
1313
fhirVersion: 4.0.1
1414
copyrightYear: 2020+
15-
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"
15+
# releaseLabel: trial-use
16+
releaseLabel: draft
1617

1718
jurisdiction: urn:iso:std:iso:3166#FR "France (la)"
1819

0 commit comments

Comments
 (0)