Canonical Resource Management Infrastructure Implementation Guide
1.0.0 - STU1 International flag

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

OperationDefinition: CRMI Artifact Diff Operation

Official URL: http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-artifact-diff Version: 1.0.0
Active as of 2024-05-31 Computable Name: CRMIArtifactDiff
Other Identifiers: OID:2.16.840.1.113883.4.642.40.38.33.2

Describes the differences between two knowledge artifacts in FHIR Patch format by recursively resolving dependencies to get a holistic diff.

URL: [base]/$artifact-diff

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INsource0..1canonical

The canonical reference of the source artifact to compare against

INtarget1..1canonical

A canonical reference of the target artifact which is being compared.

INcompareComputable0..1boolean

Whether or not to compare computable content such as ValueSet.compose.include entries.

INcompareExecutable0..1boolean

Whether or not to compare executable content such as ValueSet.expansion.contains entries.

OUTreturn1..1Parameters

The differential in FHIR Patch format.

The operation is only valid between two resources of the same type and can optionally include expanding all ValueSets in the dependency tree.