generated from ansforge/IG-modele
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Sd add ext consequences principales et secondaires (#121) (#122) * add extension et VS --------- Co-authored-by: sly-kereval <125375447+sly-kereval@users.noreply.github.com> * add extensions VS et CS 1st iteration * typos * Maj mapping associatedParty * url canonique CS VS * typo --------- Co-authored-by: sly-kereval <125375447+sly-kereval@users.noreply.github.com>
- Loading branch information
1 parent
768e828
commit a66e58c
Showing
10 changed files
with
87 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CodeSystem: EclaireStudyPartyOrganizationTypeCS | ||
Id: eclaire-study-party-organization-type-code-system | ||
Title: "Définition des différents types d'organisation des parties prenantes inspiré de http://hl7.org/fhir/research-study-party-organization-type" | ||
Description: "Différents rôles des parties impliquées dans l'essai" | ||
* ^caseSensitive = true | ||
* #government "Gouvernemental / Government" | ||
* #nonprofit "Sans but lucratif / Nonprofit" | ||
* #academic "Académique / Academic" | ||
* #industry "Industriel / Industry" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
CodeSystem: EclaireStudyPartyRoleCS | ||
Id: eclaire-study-party-role-code-system | ||
Title: "Définition des rôles des parties prenantes inspiré de http://hl7.org/fhir/research-study-party-role" | ||
Description: "Différents rôles des parties impliqué dans l'essai" | ||
* ^caseSensitive = true | ||
* #sponsor "sponsor" "sponsor" | ||
* #lead-sponsor "lead-sponsor" "lead-sponsor" | ||
* #sponsor-investigator "sponsor-investigator" "sponsor-investigator" | ||
* #primary-investigator "primary-investigator" "primary-investigator" | ||
* #collaborator "collaborator" "collaborator" | ||
* #funding-source "funding-source" "funding-source" | ||
* #general-contact "general-contact" "general-contact" | ||
* #recruitment-contact "recruitment-contact" "recruitment-contact" | ||
* #sub-investigator "sub-investigator" "sub-investigator" | ||
* #study-director "study-director" "study-director" | ||
* #study-chair "study-chair" "study-chair" | ||
* #ethics "Ethics Review Board" "Ethics Review Board" |
6 changes: 6 additions & 0 deletions
6
input/fsh/StructureDefinition/extensions/ECLAIREApprovalDate.fsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Extension: ECLAIREApprovalDate | ||
Id: eclaire-approval-date | ||
Description: "Extension créée dans le cadre du projet API ECLAIRE afin de permettre l'ajout la date d'approbation du comité éthique" | ||
* ^context.type = #element | ||
* ^context.expression = "ResearchStudy" | ||
* value[x] only instant |
6 changes: 0 additions & 6 deletions
6
input/fsh/StructureDefinition/extensions/ECLAIRESecondarySponsor.fsh
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
input/fsh/StructureDefinition/extensions/ECLAIREassociatedPartyR5.fsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Extension: ECLAIREassociatedPartyR5 | ||
Id: eclaire-associated-party-r5 | ||
Description: "Extension créée dans le cadre du projet API ECLAIRE, afin de permettre l'ajout des Sponsors, collaborateurs et autres parties concernés par l'essai. Cette extension implemente l’élément associatedParty de R5 http://hl7.org/fhir/R5/researchstudy-definitions.html#ResearchStudy.associatedParty" | ||
* ^context.type = #element | ||
* ^context.expression = "ResearchStudy" | ||
* ^url = $associated-party-r5 | ||
|
||
* extension contains | ||
name 0..1 and | ||
role 1..1 and | ||
period 0..* and | ||
classifier 0..* and | ||
party 0..1 | ||
* extension[name].value[x] only string | ||
* extension[name] ^short = "Nom de la partie prenante / Name of associated party" | ||
|
||
* extension[role].value[x] only CodeableConcept | ||
* extension[role] ^short = "sponsor | lead-sponsor | sponsor-investigator | primary-investigator | collaborator | funding-source | general-contact | recruitment-contact | sub-investigator | study-director | study-chair" | ||
* extension[role].valueCodeableConcept from eclaire-study-party-role-vs (extensible) | ||
|
||
* extension[period].value[x] only Period | ||
* extension[period] ^short = "Période définie pour ce role / When active in the role" | ||
|
||
* extension[classifier].value[x] only CodeableConcept | ||
* extension[classifier] ^short = "government | nonprofit | academic | industry" | ||
* extension[classifier].valueCodeableConcept from eclaire-study-party-organization-type-vs (extensible) | ||
|
||
* extension[party].value[x] only Reference(Practitioner or PractitionerRole or Organization) | ||
* extension[party] ^short = "Structure de la partie prenante / Structured outcome definition Individual or organization associated with study (use practitionerRole to specify their organisation)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ValueSet: EclaireStudyPartyOrganizationTypeVS | ||
Id: eclaire-study-party-organization-type-vs | ||
Title: "Value Set Eclaire pour les types de parties" | ||
Description: "Value Set Eclaire pour les types de parties impliquées dans l'essai." | ||
* include codes from system eclaire-study-party-organization-type-code-system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ValueSet: EclaireStudyPartyRoleVS | ||
Id: eclaire-study-party-role-vs | ||
Title: "Value Set Eclaire pour les différents rôles des parties impliquées dans l'essai" | ||
Description: "Value Set Eclaire pour les différents rôles des parties impliquées dans l'essai cliniques (sponsor, collaborateur, etc)." | ||
* include codes from system eclaire-study-party-role-code-system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters