Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# see comments below for instructions

ig = fsh-generated/resources/ImplementationGuide-ans.fhir.fr.document-core.json
template = ans.fr.template#current
#template = ans.fr.template#current
template = https://github.com/ansforge/IG-template/tree/cda
#template = https://github.com/ansforge/IG-template/tree/for-comment-template #Usage to be discussed
#template = #local-template

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Description: "FRMedicationDocument permet de décrire un médicament ou un vacci
* extension contains $ihe-ext-medication-classification named classification 0..* MS
* extension[classification] ^short = "Classification ATC."
// Extension IHE pour les caractéristiques du médicament
* extension contains $ihe-ext-medication-characteristic named conditionnement 0..*
* extension[conditionnement] ^short = "Présentation / conditionnement."
* extension contains $ihe-ext-medication-characteristic named characteristic 0..*
* extension[characteristic] ^short = "Caractéristique du médicament."

* ingredient
* itemCodeableConcept MS
Expand Down
Loading