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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "R4ValidateOperation"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://fhir.cumuluz.org/OperationDefinition/r4-validate"^^xsd:anyURI ;
fhir:l <https://fhir.cumuluz.org/OperationDefinition/r4-validate>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ResourceValidate"] ; #
fhir:title [ fhir:v "R4 Resource Validate"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2026-07-11T10:05:40+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Cumuluz"] ; #
fhir:description [ fhir:v "Operation for validating an R4 resource against its meta.profile or a requested R4 profile parameter."] ; #
fhir:affectsState [ fhir:v false] ; #
fhir:code [ fhir:v "validate"] ; #
fhir:base [
fhir:v "http://hl7.org/fhir/OperationDefinition/Resource-validate"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/OperationDefinition/Resource-validate>
] ; #
fhir:system [ fhir:v true] ; #
fhir:type [ fhir:v true] ; #
fhir:instance [ fhir:v false] ; #
fhir:parameter ( [
fhir:name [ fhir:v "resource" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "R4 resource to validate. May be supplied directly as the request body or inside Parameters." ] ;
fhir:type [ fhir:v "Resource" ]
] [
fhir:name [ fhir:v "mode" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "FHIR validate mode. This service supports profile validation for create and update modes; delete is not supported." ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:name [ fhir:v "profile" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Canonical URL of the R4 profile to validate against. Defaults to resource.meta.profile when omitted." ] ;
fhir:type [ fhir:v "uri" ]
] [
fhir:name [ fhir:v "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Validation diagnostics." ] ;
fhir:type [ fhir:v "OperationOutcome" ]
] ) . #
IG © 2026+ Cumuluz. Package org.cumuluz.translate.ig#0.1.0 based on FHIR 4.0.1. Generated 2026-07-11
Links: Table of Contents |
QA Report