FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.crmi.r4
Resource TypeCodeSystem
IdCodeSystem-crmi-release-version-behavior-codes.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem crmi-release-version-behavior-codes

This case-sensitive code system http://hl7.org/fhir/uv/crmi/CodeSystem/crmi-release-version-behavior-codes defines the following codes:

CodeDisplayDefinition
default DefaultThe version provided will be applied to the root artifact and all owned components if a version is not specified.
check CheckIf the root artifact has a specified version different from the version passed to the operation, an error will be returned.
force ForceThe version provided will be applied to the root artifact and all owned components, regardless of whether or not a version was already specified.

Source1

{
  "resourceType": "CodeSystem",
  "id": "crmi-release-version-behavior-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/uv/crmi/CodeSystem/crmi-release-version-behavior-codes",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.38.16.4"
    }
  ],
  "version": "2.0.0-ballot",
  "name": "CRMIReleaseVersionBehavior",
  "title": "CRMI Release Version Behavior Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-08-01T18:39:13+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Behaviors of 'version' parameter application in the $release operation.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/crmi/ValueSet/crmi-release-version-behavior",
  "content": "complete",
  "concept": [
    {
      "code": "default",
      "display": "Default",
      "definition": "The version provided will be applied to the root artifact and all owned components if a version is not specified."
    },
    {
      "code": "check",
      "display": "Check",
      "definition": "If the root artifact has a specified version different from the version passed to the operation, an error will be returned."
    },
    {
      "code": "force",
      "display": "Force",
      "definition": "The version provided will be applied to the root artifact and all owned components, regardless of whether or not a version was already specified."
    }
  ]
}