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
| Official URL: https://fhir.cumuluz.org/OperationDefinition/r4-validate | Version: 0.1.0 | |||
| Draft as of 2026-07-11 | Computable Name: ResourceValidate | |||
Operation for validating an R4 resource against its meta.profile or a requested R4 profile parameter.
Url: [base]/$validate
| Gebruik | Naam | Scope | Kardinaliteit | Type | Binding | Documentatie |
| IN | resource | 1..1 | Resource | R4 resource to validate. May be supplied directly as the request body or inside Parameters. | ||
| IN | mode | 0..1 | code | FHIR validate mode. This service supports profile validation for create and update modes; delete is not supported. | ||
| IN | profile | 0..1 | uri | Canonical URL of the R4 profile to validate against. Defaults to resource.meta.profile when omitted. | ||
| OUT | return | 1..1 | OperationOutcome | Validation diagnostics. |