{# # This file is part of MedShakeEHR. # # Copyright (c) 2018 # Bertrand Boutillier # http://www.medshake.net # # MedShakeEHR is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # # MedShakeEHR is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with MedShakeEHR. If not, see . #/ /## # Template > Config : liste des utilisateurs # # @author Bertrand Boutillier # #} {% extends "page.html.twig" %} {% import "macroForm.html.twig" as f %} {% block title %}{{ config.designAppName }} : configuration{% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block body %}

Jeux de valeurs normées

Cette page vérifie la présence et affiche les jeux de valeurs normées fournies sous forme de XML par l'ASIP santé et installés sur votre système dans ressources/JDV/

Jeux de valeurs indispensables à la réalisation de XML CDA

JDV_J01-XdsAuthorSpecialty-CI-SIS.xml Spécialité du praticien  
JDV_J02-HealthcareFacilityTypeCode_CI-SIS.xml Structures d'exercice  
JDV_J07-XdsTypeCode_CI-SIS.xml Types des documents médicaux  

Jeux de valeurs présents

Utilisez les tableaux suivants pour déterminer les codes à renseigner dans les profils utilisateurs.

{% for file, dat in page.files %}
{% for data in dat %} {% endfor %}
Code DisplayName CodeSystem
{{ data.code }} {{ data.displayName }} {{ data.codeSystem }}
{% endfor %}
{% endblock %}