Canonical Resource Management Infrastructure Implementation Guide
2.0.0-ballot - STU 2 - Ballot International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

OperationDefinition: CRMI Draft Operation

Official URL: http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-draft Version: 2.0.0-ballot
Standards status: Trial-use Maturity Level: 4 Computable Name: CRMIDraft
Other Identifiers: OID:2.16.840.1.113883.4.642.40.38.33.4

Creates a draft version of a knowledge artifact and all its children.

URL: [base]/ActivityDefinition/$draft

URL: [base]/ActivityDefinition/[id]/$draft

URL: [base]/CapabilityStatement/$draft

URL: [base]/CapabilityStatement/[id]/$draft

URL: [base]/CodeSystem/$draft

URL: [base]/CodeSystem/[id]/$draft

URL: [base]/CompartmentDefinition/$draft

URL: [base]/CompartmentDefinition/[id]/$draft

URL: [base]/ConceptMap/$draft

URL: [base]/ConceptMap/[id]/$draft

URL: [base]/ExampleScenario/$draft

URL: [base]/ExampleScenario/[id]/$draft

URL: [base]/GraphDefinition/$draft

URL: [base]/GraphDefinition/[id]/$draft

URL: [base]/ImplementationGuide/$draft

URL: [base]/ImplementationGuide/[id]/$draft

URL: [base]/Library/$draft

URL: [base]/Library/[id]/$draft

URL: [base]/Measure/$draft

URL: [base]/Measure/[id]/$draft

URL: [base]/Medication/$draft

URL: [base]/Medication/[id]/$draft

URL: [base]/MedicationKnowledge/$draft

URL: [base]/MedicationKnowledge/[id]/$draft

URL: [base]/MessageDefinition/$draft

URL: [base]/MessageDefinition/[id]/$draft

URL: [base]/NamingSystem/$draft

URL: [base]/NamingSystem/[id]/$draft

URL: [base]/OperationDefinition/$draft

URL: [base]/OperationDefinition/[id]/$draft

URL: [base]/PlanDefinition/$draft

URL: [base]/PlanDefinition/[id]/$draft

URL: [base]/Questionnaire/$draft

URL: [base]/Questionnaire/[id]/$draft

URL: [base]/SearchParameter/$draft

URL: [base]/SearchParameter/[id]/$draft

URL: [base]/StructureDefinition/$draft

URL: [base]/StructureDefinition/[id]/$draft

URL: [base]/StructureMap/$draft

URL: [base]/StructureMap/[id]/$draft

URL: [base]/Substance/$draft

URL: [base]/Substance/[id]/$draft

URL: [base]/TerminologyCapabilities/$draft

URL: [base]/TerminologyCapabilities/[id]/$draft

URL: [base]/TestScript/$draft

URL: [base]/TestScript/[id]/$draft

URL: [base]/ValueSet/$draft

URL: [base]/ValueSet/[id]/$draft

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INid0..1string

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)

INversion1..1string

A semantic version in the form MAJOR.MINOR.PATCH.REVISION

OUTreturn1..1Bundle

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.

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.