Cumuluz Translate Implementation Guide
0.1.0 - ci-build
Cumuluz Translate Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-07-11 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="R4ValidateOperation"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Gegenereerde narrative: OperationDefinition R4ValidateOperation</b></p><a name="R4ValidateOperation"> </a><a name="hcR4ValidateOperation"> </a><p>Url: [base]/$validate</p><h3>Parameters</h3><table class="grid"><tr><td><b>Gebruik</b></td><td><b>Naam</b></td><td><b>Scope</b></td><td><b>Kardinaliteit</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentatie</b></td></tr><tr><td>IN</td><td>resource</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/resource.html">Resource</a></td><td/><td><div><p>R4 resource to validate. May be supplied directly as the request body or inside Parameters.</p>
</div></td></tr><tr><td>IN</td><td>mode</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#code">code</a></td><td/><td><div><p>FHIR validate mode. This service supports profile validation for create and update modes; delete is not supported.</p>
</div></td></tr><tr><td>IN</td><td>profile</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#uri">uri</a></td><td/><td><div><p>Canonical URL of the R4 profile to validate against. Defaults to resource.meta.profile when omitted.</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/operationoutcome.html">OperationOutcome</a></td><td/><td><div><p>Validation diagnostics.</p>
</div></td></tr></table></div>
</text>
<url value="https://fhir.cumuluz.org/OperationDefinition/r4-validate"/>
<version value="0.1.0"/>
<name value="ResourceValidate"/>
<title value="R4 Resource Validate"/>
<status value="draft"/>
<kind value="operation"/>
<date value="2026-07-11T10:05:40+02:00"/>
<publisher value="Cumuluz"/>
<description
value="Operation for validating an R4 resource against its meta.profile or a requested R4 profile parameter."/>
<affectsState value="false"/>
<code value="validate"/>
<base value="http://hl7.org/fhir/OperationDefinition/Resource-validate"/>
<system value="true"/>
<type value="true"/>
<instance value="false"/>
<parameter>
<name value="resource"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation
value="R4 resource to validate. May be supplied directly as the request body or inside Parameters."/>
<type value="Resource"/>
</parameter>
<parameter>
<name value="mode"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation
value="FHIR validate mode. This service supports profile validation for create and update modes; delete is not supported."/>
<type value="code"/>
</parameter>
<parameter>
<name value="profile"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation
value="Canonical URL of the R4 profile to validate against. Defaults to resource.meta.profile when omitted."/>
<type value="uri"/>
</parameter>
<parameter>
<name value="return"/>
<use value="out"/>
<min value="1"/>
<max value="1"/>
<documentation value="Validation diagnostics."/>
<type value="OperationOutcome"/>
</parameter>
</OperationDefinition>