PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.crmi@2.0.0-ballot
    http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-draft
{
  "description": "Creates a draft version of a knowledge artifact and all its children.",
  "_filename": "OperationDefinition-crmi-draft.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": "CRMIDraft",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "CRMI Draft",
  "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": "173e0b31-0546-4187-9388-5774ec07359c",
  "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-draft",
  "code": "draft",
  "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 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": "Bundle",
    "documentation": "The Bundle result containing the new resource(s). If inputParameters are present in the manifest being drafted, those parameters are moved to the expansionParameters extension in the new draft."
  } ]
}