Skip to content
Draft
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ Thumbs.db
.settings/*
target/*
.mvn/wrapper/maven-wrapper.jar



fhir-ig-publisher/
1 change: 1 addition & 0 deletions fhir-ig-publisher
Submodule fhir-ig-publisher added at 3408a3
1 change: 1 addition & 0 deletions ig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ examples:
# http://build.fhir.org/ig/FHIR/ig-guidance


generateNarratives = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// StructureDefinition for encounterParticipant
Profile: FrDocumentReference
Parent: http://hl7.org/fhir/StructureDefinition/DocumentReference
Id: fr-document-reference
Title: "Fr Document Reference"
Description: "DocumentReference restreint pour les documents PDF."
11 changes: 10 additions & 1 deletion input/fsh/RessourcesFHIREntete/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,13 @@ Alias: $TRE_R45-FonctionQualifiee = https://mos.esante.gouv.fr/NOS/TRE_R45-Fonct
Alias: $TRE_R97-DroitExerciceCompl = https://mos.esante.gouv.fr/NOS/TRE_R97-DroitExerciceCompl/FHIR/TRE-R97-DroitExerciceCompl
Alias: $TRE_G05-SousSectionTableauCNOP = https://mos.esante.gouv.fr/NOS/TRE_G05-SousSectionTableauCNOP/FHIR/TRE-G05-SousSectionTableauCNOP
Alias: $TRE_R85-RolePriseCharge = https://mos.esante.gouv.fr/NOS/TRE_R85-RolePriseCharge/FHIR/TRE-R85-RolePriseCharge
Alias: $TRE_R04-TypeSavoirFaire = https://mos.esante.gouv.fr/NOS/TRE_R04-TypeSavoirFaire/FHIR/TRE-R04-TypeSavoirFaire
Alias: $TRE_R04-TypeSavoirFaire = https://mos.esante.gouv.fr/NOS/TRE_R04-TypeSavoirFaire/FHIR/TRE-R04-TypeSavoirFaire

// Code Systems
Alias: $LNC = http://loinc.org
Alias: $SCT = http://snomed.info/sct
Alias: $system = http://example.org/system
Alias: $v3-ActCode = http://terminology.hl7.org/CodeSystem/v3-ActCode

//Value Sets
Alias: $consentscope = http://terminology.hl7.org/CodeSystem/consentscope
604 changes: 604 additions & 0 deletions input/fsh/exemple-document.fsh

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ groups:
- StructureDefinition/fr-encounter-document
- StructureDefinition/fr-location-document
- StructureDefinition/fr-related-person-document
- StructureDefinition/fr-document-reference

Data Type FHIR:
name: Data Type Profiles
Expand Down Expand Up @@ -210,4 +211,9 @@ groups:
- mappingPersonneStructureAuteurFHIR
- mappingSystemeFHIR
- mappingAdministrativeGender


Exemple de document FHIR:
name: Exemple de BIO-CR-BIO
description: Exemples pour montrer un document clinique.
resources:
- clinical-document-bundle-BIO-CR-BIO
Loading