{ "description": "Creates a clone of a knowledge artifact and all its children.", "_filename": "OperationDefinition-crmi-clone.json", "package_name": "hl7.fhir.uv.crmi", "date": "2025-08-01T18:39:13+00:00", "system": false, "publisher": "HL7 International / Clinical Decision Support", "instance": true, "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "name": "CRMIClone", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "CRMI Clone", "package_version": "2.0.0-ballot", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cds" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 4, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/crmi/ImplementationGuide/hl7.fhir.uv.crmi" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/crmi/ImplementationGuide/hl7.fhir.uv.crmi" } ] } } ], "status": "active", "id": "286bc283-03f0-4c9f-9b86-8e573a59e1e8", "resource": [ "ActivityDefinition", "CapabilityStatement", "CodeSystem", "CompartmentDefinition", "ConceptMap", "ExampleScenario", "GraphDefinition", "ImplementationGuide", "Library", "Measure", "Medication", "MedicationKnowledge", "MessageDefinition", "NamingSystem", "OperationDefinition", "PlanDefinition", "Questionnaire", "SearchParameter", "StructureDefinition", "StructureMap", "Substance", "TerminologyCapabilities", "TestScript", "ValueSet" ], "kind": "operation", "comment": "This operation is used to set the status and version. It also removes effectivePeriod, approvalDate and any extensions which are only valid for active artifacts.", "url": "http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-clone", "code": "clone", "version": "2.0.0-ballot", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/dss", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 0, "use": "in", "name": "id", "type": "string", "documentation": "The logical id of the artifact to clone. The server must know the artifact (e.g. it is defined explicitly in the server's resources)" }, { "max": "1", "min": 1, "use": "in", "name": "version", "type": "string", "documentation": "A semantic version in the form MAJOR.MINOR.PATCH.REVISION" }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Bundle", "documentation": "The Bundle result containing the new resource(s)" } ] }