{ "description": "Creates a draft version of a knowledge artifact, as well as for all resources it is composed of.", "_filename": "OperationDefinition-crmi-draft.json", "package_name": "hl7.fhir.uv.crmi", "date": "2023-03-12", "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": "CRMIDraft", "type": "true", "experimental": "false", "resourceType": "OperationDefinition", "title": "CRMI Draft", "package_version": "1.0.0-snapshot", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cds" } ], "status": "draft", "id": "be4cbd49-f738-4be5-8c4e-5a0e3d9c97c4", "resource": [ "Library", "ActivityDefinition", "CapabilityStatement", "ChargeItemDefinition", "CodeSystem", "CompartmentDefinition", "ConceptMap", "EffectEvidenceSynthesis", "EventDefinition", "Evidence", "EvidenceVariable", "ExampleScenario", "GraphDefinition", "ImplementationGuide", "Library", "Measure", "MessageDefinition", "NamingSystem", "OperationDefinition", "PlanDefinition", "Questionnaire", "ResearchDefinition", "ResearchElementDefinition", "RiskEvidenceSynthesis", "SearchParameter", "StructureDefinition", "StructureMap", "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-draft", "code": "crmi.draft", "version": "1.0.0-snapshot", "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 draft. 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": "Resource", "documentation": "The new Resource with the draft status and version." } ] }