diff --git a/input/fsh/aliases.fsh b/input/fsh/aliases.fsh index 708ee358a6..54bc5f4f15 100644 --- a/input/fsh/aliases.fsh +++ b/input/fsh/aliases.fsh @@ -4,7 +4,6 @@ Alias: $rfc2445 = https://www.ietf.org/rfc/rfc2445 // ANS Alias: $TRE-R81-Civilite = https://mos.esante.gouv.fr/NOS/TRE_R81-Civilite/FHIR/TRE-R81-Civilite Alias: $TRE-R256-TypeMessagerie = https://mos.esante.gouv.fr/NOS/TRE_R256-TypeMessagerie/FHIR/TRE-R256-TypeMessagerie -Alias: $TRE-R13-CommuneOM = https://mos.esante.gouv.fr/NOS/TRE_R13-Commune/FHIR/TRE-R13-Commune Alias: $TRE-R02-SecteurActivite = https://mos.esante.gouv.fr/NOS/TRE_R02-SecteurActivite/FHIR/TRE-R02-SecteurActivite Alias: $TRE-G08-TypeIdentifiantPersonne = https://mos.esante.gouv.fr/NOS/TRE_G08-TypeIdentifiantPersonne/FHIR/TRE-G08-TypeIdentifiantPersonne Alias: $TRE-R48-DiplomeEtatFrancais = https://mos.esante.gouv.fr/NOS/TRE_R48-DiplomeEtatFrancais/FHIR/TRE-R48-DiplomeEtatFrancais diff --git a/input/fsh/valuesets/FRCoreValueSetINSEECode.fsh b/input/fsh/valuesets/FRCoreValueSetINSEECode.fsh index 6e9f5c296f..c1a7aab66b 100644 --- a/input/fsh/valuesets/FRCoreValueSetINSEECode.fsh +++ b/input/fsh/valuesets/FRCoreValueSetINSEECode.fsh @@ -7,7 +7,7 @@ Description: "the French Address Insee Codes" * ^identifier.system = "http://interopsante.org/fhir/ValueSet" * ^identifier.value = "urn:oid:2.16.840.1.113883.2.8.1.3.4" -* include codes from system $TRE-R13-CommuneOM +* include codes from system https://mos.esante.gouv.fr/NOS/TRE_R13-CommuneOM/FHIR/TRE-R13-CommuneOM // SVS profile * ^experimental = false \ No newline at end of file diff --git a/release-notes.md b/release-notes.md index 5db754e9ae..2f8736a699 100644 --- a/release-notes.md +++ b/release-notes.md @@ -5,4 +5,7 @@ * Ajout des slices INS NIR demo et test pour le patient INS et séparation des slices SIREN et SIRET [163](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/163) * Correction du discriminant de Organization.type [166](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/166) * Ajout des tags MS sur les champs obligatoires dans le cadre de l'INS du PatientINS & ajout d'informations [167](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/167), [169](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/169) -* Fusion des deux profils PractitionerRole pour simplification [61](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/61) \ No newline at end of file +* Fusion des deux profils PractitionerRole pour simplification [61](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/61) +* Mise à jour de l'URL de la TRE R13 [176](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/176) +* Ajout description du profil FrPractitioner [175](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/175) +* FrPatient : relaxation de la cardinalité de l'IPP à 0..* au lieu de 0..1 [172](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/172) \ No newline at end of file