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

FHIR IG analytics

Packagehl7.terminology
Resource TypeCodeSystem
IdCodeSystem-evidence-variable-constraint.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/CodeSystem-evidence-variable-constraint.html
URLhttp://terminology.hl7.org/CodeSystem/evidence-variable-constraint
Version1.0.0
Statusactive
Date2026-05-04T16:55:11+11:00
NameEvidenceVariableConstraint
TitleEvidence Variable Constraint
Realmuv
Authorityhl7
DescriptionA rule or other expectation for data values.
Contentcomplete

Resources that use this resource

ValueSet
hl7.terminology#currentevidence-variable-constraintEvidence Variable Constraint

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem evidence-variable-constraint

This case-sensitive code system http://terminology.hl7.org/CodeSystem/evidence-variable-constraint defines the following codes:

CodeDisplayDefinition
alphanumeric-only Alphanumeric Characters OnlyString values that are restricted to only numbers and letters [A-Za-z0-9].
alphanumeric-space-only Alphanumeric and Space Characters OnlyString values that are restricted to only numbers, letters, and spaces [A-Za-z0-9\s].
range-zero-to-one Range Zero to OneNumeric value between 0 and 1, inclusive.

Source1

{
  "resourceType": "CodeSystem",
  "id": "evidence-variable-constraint",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "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-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/evidence-variable-constraint",
  "version": "1.0.0",
  "name": "EvidenceVariableConstraint",
  "title": "Evidence Variable Constraint",
  "status": "active",
  "experimental": false,
  "date": "2026-05-04T16:55:11+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "A rule or other expectation for data values.",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/evidence-variable-constraint",
  "content": "complete",
  "concept": [
    {
      "code": "alphanumeric-only",
      "display": "Alphanumeric Characters Only",
      "definition": "String values that are restricted to only numbers and letters [A-Za-z0-9]."
    },
    {
      "code": "alphanumeric-space-only",
      "display": "Alphanumeric and Space Characters Only",
      "definition": "String values that are restricted to only numbers, letters, and spaces [A-Za-z0-9\\s]."
    },
    {
      "code": "range-zero-to-one",
      "display": "Range Zero to One",
      "definition": "Numeric value between 0 and 1, inclusive."
    }
  ]
}