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

FHIR IG Statistics: CodeSystem/crmi-release-experimental-behavior-codes

Packagehl7.fhir.uv.crmi
TypeCodeSystem
Idcrmi-release-experimental-behavior-codes
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/CodeSystem-crmi-release-experimental-behavior-codes.html
URLhttp://hl7.org/fhir/uv/crmi/CodeSystem/crmi-release-experimental-behavior-codes
Version2.0.0-cibuild
Statusactive
Date2025-07-25T17:10:20+00:00
NameCRMIReleaseExperimentalBehavior
TitleCRMI Release Experimental Behavior Codes
Realmuv
Authorityhl7
DescriptionBehaviors of 'experimentalBehavior' parameter application in the $release operation.
Contentcomplete

Resources that use this resource

ValueSet
crmi-release-experimental-behaviorCRMI Release Experimental Behavior

Resources that this resource uses

No resources found


Narrative

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

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

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

CodeDisplayDefinition
error ErrorThe repository should throw an error if a specification which is not Experimental references Experimental components.
warn WarnThe repository should warn if a specification which is not Experimental references Experimental components.
none NoneThe repository does not need to consider the state of Experimental.

Source

{
  "resourceType": "CodeSystem",
  "id": "crmi-release-experimental-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-experimental-behavior-codes",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.38.16.3"
    }
  ],
  "version": "2.0.0-cibuild",
  "name": "CRMIReleaseExperimentalBehavior",
  "title": "CRMI Release Experimental Behavior Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-07-25T17:10:20+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Behaviors of 'experimentalBehavior' 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-experimental-behavior",
  "content": "complete",
  "concept": [
    {
      "code": "error",
      "display": "Error",
      "definition": "The repository should throw an error if a specification which is not Experimental references Experimental components."
    },
    {
      "code": "warn",
      "display": "Warn",
      "definition": "The repository should warn if a specification which is not Experimental references Experimental components."
    },
    {
      "code": "none",
      "display": "None",
      "definition": "The repository does not need to consider the state of Experimental."
    }
  ]
}