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 1.1.0-cibuild 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
Page standards status: Trial-use | Maturity Level: 2 |
{
"resourceType" : "CodeSystem",
"id" : "crmi-release-experimental-behavior-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem crmi-release-experimental-behavior-codes</b></p><a name=\"crmi-release-experimental-behavior-codes\"> </a><a name=\"hccrmi-release-experimental-behavior-codes\"> </a><a name=\"crmi-release-experimental-behavior-codes-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/crmi/CodeSystem/crmi-release-experimental-behavior-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"crmi-release-experimental-behavior-codes-error\"> </a></td><td>Error</td><td>The repository should throw an error if a specification which is not Experimental references Experimental components.</td></tr><tr><td style=\"white-space:nowrap\">warn<a name=\"crmi-release-experimental-behavior-codes-warn\"> </a></td><td>Warn</td><td>The repository should warn if a specification which is not Experimental references Experimental components.</td></tr><tr><td style=\"white-space:nowrap\">none<a name=\"crmi-release-experimental-behavior-codes-none\"> </a></td><td>None</td><td>The repository does not need to consider the state of Experimental.</td></tr></table></div>"
},
"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" : "1.1.0-cibuild",
"name" : "CRMIReleaseExperimentalBehavior",
"title" : "CRMI Release Experimental Behavior Codes",
"status" : "active",
"experimental" : false,
"date" : "2024-08-29T03:38:40+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."
}
]
}