FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/crmi-release

Packagehl7.fhir.uv.crmi
TypeOperationDefinition
Idcrmi-release
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/OperationDefinition-crmi-release.html
URLhttp://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-release
Version2.0.0-cibuild
Statusactive
Date2025-07-11T19:15:46+00:00
NameCRMIRelease
TitleCRMI Release
Realmuv
Authorityhl7
DescriptionThe release operation performs release processing, including setting the date element of the resource and pinning versions of all direct and transitive references and recording them in the manifest. Child artifacts (i.e. artifacts of which the existing artifact is composed) are also released, recursively.
Typetrue
Kindoperation

Resources that use this resource

CapabilityStatement
crmi-authoring-artifact-repositoryCRMI Authoring Artifact Repository

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition crmi-release

URL: [base]/ActivityDefinition/$release

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

URL: [base]/CapabilityStatement/$release

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

URL: [base]/CodeSystem/$release

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

URL: [base]/CompartmentDefinition/$release

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

URL: [base]/ConceptMap/$release

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

URL: [base]/ExampleScenario/$release

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

URL: [base]/GraphDefinition/$release

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

URL: [base]/ImplementationGuide/$release

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

URL: [base]/Library/$release

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

URL: [base]/Measure/$release

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

URL: [base]/Medication/$release

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

URL: [base]/MedicationKnowledge/$release

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

URL: [base]/MessageDefinition/$release

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

URL: [base]/NamingSystem/$release

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

URL: [base]/OperationDefinition/$release

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

URL: [base]/PlanDefinition/$release

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

URL: [base]/Questionnaire/$release

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

URL: [base]/SearchParameter/$release

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

URL: [base]/StructureDefinition/$release

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

URL: [base]/StructureMap/$release

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

URL: [base]/Substance/$release

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

URL: [base]/TerminologyCapabilities/$release

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

URL: [base]/TestScript/$release

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

URL: [base]/ValueSet/$release

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INid1..1string

The logical id of the artifact to release. The server must know the artifact (e.g. it is defined explicitly in the server's artifacts)

INversion1..1string

Specifies the version to be applied—based on the version behavior specified—to the artifact being released and any referenced owned components.

INversionBehavior1..1codeCRMI Release Version Behavior (Required)

Indicates the behavior with which the 'version' parameter should applied to the artifact being released and its components.

INrequireVersionSpecificReferences0..1boolean

Indicates that the release operation will throw an error if any version-independent references, for which there is no corresponding entry in the version manifest, are found in the artifact. (default = false)

INrequireActiveReferences0..1boolean

Indicates that the release operation will throw an error if any 'draft' or 'retired' dependencies are found. (default = false)

INlatestFromTxServer0..1boolean

Indicates whether or not the terminology server from which a value set was originally downloaded should be checked for the latest version. The terminolgy server of origin is tracked via the authoritativeSource extension (https://hl7.org/fhir/extension-valueset-authoritativesource.html) on the value set. If this flag is set to false or the value set does not have an authoritativeSource specified, then the check should be constrained to the local system/cache. (default = false)

INexperimentalBehavior0..1codeCRMI Release Experimental Behavior (Required)

Indicates whether the repository should throw an error, log a warning or not validate if a specification which is not Experimental references Experimental components

INreleaseDate0..1dateTime

The release date of the artifact. If this parameter is not specified, the current date is used. The date element of the artifact and any owned children will be set to the releaseDate.

INreleaseLabel0..1string

Specifies a release label to be applied to the artifact(s) being released

OUTreturn1..1Bundle

The Bundle result containing the released resource(s)

The release operation supports the ability of an authoring repository to release an artifact and, transitively, any referenced and owned (as indicated by the 'crmiOwned' extension on the RelatedArtifact reference) component artifacts. The operation SHALL update the date of the artifact and all owned children to the given releaseDate parameter, if specified, otherwise the current date. The operation SHALL ensure that all references for which a version is determined are recorded in the version manifest. For both components and dependencies, if versions are not specified in the relevant reference, the operation will lookup the version to be used in the version manifest.\n\nWhen 'requireVersionSpecificReferences' is true then all references SHALL either be version-specific or, if they are not, an entry SHALL exist in the version manifest to specify which version of the referenced resource should be used. If, 'requireVersionSpecificReferences' is true and there exists a reference that is not version-specific and no entry exists in the version manifest for the referenced resource, the artifact is considered to be in an invalid state and not eligible for release. If 'requireVersionSpecificReferences' is false (the default), then unversioned references are valid and the artifact can be released in that state - deferring the version determination to the consumer.\n\nWhen 'requireActiveReferences' is true then the operation SHALL throw an error if any 'draft' or 'retired' dependencies are found.


Source

{
  "resourceType": "OperationDefinition",
  "id": "crmi-release",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-release",
  "version": "2.0.0-cibuild",
  "name": "CRMIRelease",
  "title": "CRMI Release",
  "status": "active",
  "kind": "operation",
  "date": "2025-07-11T19:15:46+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "The release operation performs release processing, including setting the date element of the resource and pinning versions of all direct and transitive references and recording them in the manifest. Child artifacts (i.e. artifacts of which the existing artifact is composed) are also released, recursively.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "code": "release",
  "comment": "The release operation supports the ability of an authoring repository to release an artifact and, transitively, any referenced and owned (as indicated by the 'crmiOwned' extension on the RelatedArtifact reference) component artifacts. The operation SHALL update the date of the artifact and all owned children to the given releaseDate parameter, if specified, otherwise the current date. The operation SHALL ensure that all references for which a version is determined are recorded in the version manifest. For both components and dependencies, if versions are not specified in the relevant reference, the operation will lookup the version to be used in the version manifest.\\n\\nWhen 'requireVersionSpecificReferences' is true then all references SHALL either be version-specific or, if they are not, an entry SHALL exist in the version manifest to specify which version of the referenced resource should be used. If, 'requireVersionSpecificReferences' is true and there exists a reference that is not version-specific and no entry exists in the version manifest for the referenced resource, the artifact is considered to be in an invalid state and not eligible for release. If 'requireVersionSpecificReferences' is false (the default), then unversioned references are valid and the artifact can be released in that state - deferring the version determination to the consumer.\\n\\nWhen 'requireActiveReferences' is true then the operation SHALL throw an error if any 'draft' or 'retired' dependencies are found.",
  "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"
  ],
  "system": false,
  "type": true,
  "instance": true,
  "parameter": [
    {
      "name": "id",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The logical id of the artifact to release. The server must know the artifact (e.g. it is defined explicitly in the server's artifacts)",
      "type": "string"
    },
    {
      "name": "version",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Specifies the version to be applied—based on the version behavior specified—to the artifact being released and any referenced owned components.",
      "type": "string"
    },
    {
      "name": "versionBehavior",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Indicates the behavior with which the 'version' parameter should applied to the artifact being released and its components.",
      "type": "code",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/uv/crmi/ValueSet/crmi-release-version-behavior"
      }
    },
    {
      "name": "requireVersionSpecificReferences",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Indicates that the release operation will throw an error if any version-independent references, for which there is no corresponding entry in the version manifest, are found in the artifact. (default = false)",
      "type": "boolean"
    },
    {
      "name": "requireActiveReferences",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Indicates that the release operation will throw an error if any 'draft' or 'retired' dependencies are found. (default = false)",
      "type": "boolean"
    },
    {
      "name": "latestFromTxServer",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Indicates whether or not the terminology server from which a value set was originally downloaded should be checked for the latest version. The terminolgy server of origin is tracked via the authoritativeSource extension (https://hl7.org/fhir/extension-valueset-authoritativesource.html) on the value set. If this flag is set to false or the value set does not have an authoritativeSource specified, then the check should be constrained to the local system/cache. (default = false)",
      "type": "boolean"
    },
    {
      "name": "experimentalBehavior",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Indicates whether the repository should throw an error, log a warning or not validate if a specification which is not Experimental references Experimental components",
      "type": "code",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/uv/crmi/ValueSet/crmi-release-experimental-behavior"
      }
    },
    {
      "name": "releaseDate",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The release date of the artifact. If this parameter is not specified, the current date is used. The date element of the artifact and any owned children will be set to the releaseDate.",
      "type": "dateTime"
    },
    {
      "name": "releaseLabel",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Specifies a release label to be applied to the artifact(s) being released",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The Bundle result containing the released resource(s)",
      "type": "Bundle"
    }
  ]
}