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

: R4 Resource Validate - JSON Representation

Draft as of 2026-07-11

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "R4ValidateOperation",
  "text" : {
    "status" : "generated",
    "div" : "<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>\n</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>\n</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>\n</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>\n</div></td></tr></table></div>"
  },
  "url" : "https://fhir.cumuluz.org/OperationDefinition/r4-validate",
  "version" : "0.1.0",
  "name" : "ResourceValidate",
  "title" : "R4 Resource Validate",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2026-07-11T10:05:40+02:00",
  "publisher" : "Cumuluz",
  "description" : "Operation for validating an R4 resource against its meta.profile or a requested R4 profile parameter.",
  "affectsState" : false,
  "code" : "validate",
  "base" : "http://hl7.org/fhir/OperationDefinition/Resource-validate",
  "system" : true,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "resource",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "R4 resource to validate. May be supplied directly as the request body or inside Parameters.",
      "type" : "Resource"
    },
    {
      "name" : "mode",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "FHIR validate mode. This service supports profile validation for create and update modes; delete is not supported.",
      "type" : "code"
    },
    {
      "name" : "profile",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Canonical URL of the R4 profile to validate against. Defaults to resource.meta.profile when omitted.",
      "type" : "uri"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Validation diagnostics.",
      "type" : "OperationOutcome"
    }
  ]
}