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

FHIR IG Statistics: ValueSet/JavascriptExpressionLanguageValueset

Packagehl7.fhir.uv.javascript
TypeValueSet
IdJavascriptExpressionLanguageValueset
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/javascript/https://build.fhir.org/ig/bvdh/hl7-javascript-expression/ValueSet-JavascriptExpressionLanguageValueset.html
URLhttp://hl7.org/fhir/uv/javascript/ValueSet/JavascriptExpressionLanguageValueset
Version0.1.0
Statusdraft
Date2025-05-12T10:18:26+00:00
NameJavascriptExpressionLanguageValueset
TitleJavascript and other expression languages
Realmuv
Authorityhl7

Resources that use this resource

StructureDefinition
JavascriptEnabledExpressionJavascriptEnabledExpression

Resources that this resource uses

CodeSystem
JavaScriptExpressionCodesJavascript expression code system

Narrative

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

Generated Narrative: ValueSet JavascriptExpressionLanguageValueset

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "JavascriptExpressionLanguageValueset",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/uv/javascript/ValueSet/JavascriptExpressionLanguageValueset",
  "version": "0.1.0",
  "name": "JavascriptExpressionLanguageValueset",
  "title": "Javascript and other expression languages",
  "status": "draft",
  "experimental": false,
  "date": "2025-05-12T10:18:26+00:00",
  "publisher": "Hl7 International/ FHIR infrastructure",
  "contact": [
    {
      "name": "Hl7 International/ FHIR infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/fhir/ValueSet/expression-language"
        ]
      },
      {
        "system": "http://hl7.org/fhir/uv/javascript/CodeSystem/JavaScriptExpressionCodes",
        "concept": [
          {
            "code": "javascript",
            "display": "Javascript"
          }
        ]
      }
    ]
  }
}