PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.crmi@1.0.0
    http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-draft
{
  "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": "2024-05-31T16:42:56+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": "false",
  "resourceType": "OperationDefinition",
  "title": "CRMI Draft",
  "package_version": "1.0.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cds"
  } ],
  "status": "active",
  "id": "7e54b085-8fe0-4b07-a768-0515ed34ebc6",
  "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": "1.0.0",
  "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)"
  } ]
}