diff --git a/input/fsh/profiles/FRCorePractitionerRoleProfile.fsh b/input/fsh/profiles/FRCorePractitionerRoleProfile.fsh index b5fd343916..c0261d16ec 100644 --- a/input/fsh/profiles/FRCorePractitionerRoleProfile.fsh +++ b/input/fsh/profiles/FRCorePractitionerRoleProfile.fsh @@ -17,6 +17,19 @@ Spécification du profil de la ressource PractitionerRole pour un usage en Franc * extension ^slicing.rules = #open * extension contains FRCoreServiceTypeDurationExtension named serviceTypeDuration 0..* +/* PractitionerRole.identifier */ +* identifier ^slicing.discriminator.type = #value +* identifier ^slicing.discriminator.path = "system" +* identifier ^slicing.rules = #open +* identifier ^slicing.description = "Slice based on the identifier.system value" + +* identifier contains numeroAm 0..1 + +* identifier[numeroAm] ^short = "Identifiant d’activité propre à l’Assurance Maladie. format: 9 digits. synonyme: numeroAM" +* identifier[numeroAm].system = "https://www.ameli.fr" + + + * practitioner only Reference(FRCorePractitionerProfile) * organization only Reference(FRCoreOrganizationProfile) diff --git a/input/pagecontent/change_notes.md b/input/pagecontent/change_notes.md index 0a4e9b124d..2d4f3a5b3a 100644 --- a/input/pagecontent/change_notes.md +++ b/input/pagecontent/change_notes.md @@ -64,6 +64,7 @@ A partir de la version 2.2.0, le lieu de naissance est indiqué dans une extensi * Ajout du template InteropSanté [#242](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/242) * Retrait du genre "other" sur le profil FrCorePatient INS [#243](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/243) * Mise à jour des profils patient et exemples (quick fix et refacto) [#244](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/244) [#245](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/245) +* Ajout du numéro AMELI au profil PractitionerRole [#260](https://github.com/Interop-Sante/hl7.fhir.fr.core/pull/260) ### [Release 2.1.0](https://hl7.fr/ig/fhir/core/2.1.0) de l'Implementation Guide FRCore