Loading Pre-Defined Value Sets: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Importing HL7v3 and FHIR value sets is done by using customized loaders. In order to load the value sets, follow the steps outlined in Loading Core Terminol…“)
 
K
Zeile 1: Zeile 1:
 
Importing HL7v3 and FHIR value sets is done by using customized loaders.  
 
Importing HL7v3 and FHIR value sets is done by using customized loaders.  
In order to load the value sets, follow the steps outlined in [[Loading Core Terminologies|Loading Core Terminologies]] and set the ''load'' attribute of the element with the friendly-name ''HL7/v3 and FHIR value sets'' to true. Before initiating the loading by running the ''WebCts2LEStarter.sh'' script, make sure, ''cts2_conf.xml'' contains the snippet:
+
In order to load the value sets, follow the steps outlined in [[Loading Core Terminologies|Loading Core Terminologies]] and set the ''load'' attribute of the element with the friendly-name "HL7/v3 and FHIR value sets" to true. Before initiating the loading by running the ''WebCts2LEStarter.sh'' script, make sure, ''cts2_conf.xml'' contains the snippet:
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
 
<vocabulary load="true" friendly-name="HL7/v3 and FHIR value sets" resourceID="hl7-fhir"/>
 
<vocabulary load="true" friendly-name="HL7/v3 and FHIR value sets" resourceID="hl7-fhir"/>
 
</syntaxhighlight>
 
</syntaxhighlight>

Version vom 30. Juni 2015, 11:23 Uhr

Importing HL7v3 and FHIR value sets is done by using customized loaders. In order to load the value sets, follow the steps outlined in Loading Core Terminologies and set the load attribute of the element with the friendly-name "HL7/v3 and FHIR value sets" to true. Before initiating the loading by running the WebCts2LEStarter.sh script, make sure, cts2_conf.xml contains the snippet:

<vocabulary load="true" friendly-name="HL7/v3 and FHIR value sets" resourceID="hl7-fhir"/>