WildFHIR R4 Enterprise Edition Implementation Guide
1.0.0 - current
WildFHIR R4 Enterprise Edition Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2025-03-26 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="wildfhir-operation-load-examples"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition wildfhir-operation-load-examples</b></p><a name="wildfhir-operation-load-examples"> </a><a name="hcwildfhir-operation-load-examples"> </a><a name="wildfhir-operation-load-examples-en-US"> </a><p>URL: [base]/$load-examples</p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>baseurl</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>The baseurl value is used to insure search parameter indexing for reference search parameter values is correct for the WildFHIR server's resource repository.</p>
</div></td></tr><tr><td>IN</td><td>dirpath</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>The dirpath value must point to a valid directory folder on the physical machine hosting the WildFHIR server.</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>If successful, the result parameter will contain a string value with further information about the load results (such as a count of resources that were loaded / skipped).</p>
<p>If unsuccessful, the result parameter will contain a string value with a reason for the failure (e.g. reference integrity issue, security issue, or insufficient privileges).</p>
</div></td></tr></table><div><p>Implemented in AEGIS WildFHIR R4 FHIR test server - http://wildfhir4.aegis.net/fhir4-0-1</p>
</div></div>
</text>
<url
value="http://wildfhir4.aegis.net/ig/wildfhir/OperationDefinition/wildfhir-operation-load-examples"/>
<version value="1.0.0"/>
<name value="AEGISWildFHIRR4LoadExamples"/>
<title value="AEGIS WildFHIR R4 Load Examples"/>
<status value="active"/>
<kind value="operation"/>
<date value="2025-03-26"/>
<publisher value="AEGIS.net, Inc."/>
<contact>
<name value="AEGIS.net, Inc."/>
<telecom>
<system value="url"/>
<value value="https://www.aegis.net"/>
</telecom>
</contact>
<contact>
<name value="Richard Ettema"/>
<telecom>
<system value="email"/>
<value value="mailto:richard.ettema@aegis.net"/>
</telecom>
</contact>
<description
value="This is the WildFHIR R4 Global Load Examples operation. It provides a standardized mechanism to process all files in the specified directory folder in ascending alphanumeric order by filename and create/update them on the target WildFHIR server."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<affectsState value="false"/>
<code value="load-examples"/>
<comment
value="Implemented in AEGIS WildFHIR R4 FHIR test server - http://wildfhir4.aegis.net/fhir4-0-1"/>
<system value="true"/>
<type value="false"/>
<instance value="false"/>
<parameter>
<name value="baseurl"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation
value="The baseurl value is used to insure search parameter indexing for reference search parameter values is correct for the WildFHIR server's resource repository."/>
<type value="string"/>
</parameter>
<parameter>
<name value="dirpath"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation
value="The dirpath value must point to a valid directory folder on the physical machine hosting the WildFHIR server."/>
<type value="string"/>
</parameter>
<parameter>
<name value="return"/>
<use value="out"/>
<min value="1"/>
<max value="1"/>
<documentation
value="If successful, the result parameter will contain a string value with further information about the load results (such as a count of resources that were loaded / skipped).
If unsuccessful, the result parameter will contain a string value with a reason for the failure (e.g. reference integrity issue, security issue, or insufficient privileges)."/>
<type value="string"/>
</parameter>
</OperationDefinition>