JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド
1.0.0 - draft

JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JASPEHR Expression Language - JSON Representation

Draft as of 2021-12-22

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "expression-language-Jaspehr",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet expression-language-Jaspehr</b></p><a name=\"expression-language-Jaspehr\"> </a><a name=\"hcexpression-language-Jaspehr\"> </a><a name=\"expression-language-Jaspehr-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablevalueset.html\">Shareable ValueSet</a></p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://hl7.org/fhir/R4/codesystem-expression-language.html\"><code>http://hl7.org/fhir/expression-language</code></a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-expression-language.html\"><code>http://hl7.org/fhir/expression-language</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-expression-language.html#expression-language-text.47cql\">text/cql</a></td><td>CQL</td><td>Clinical Quality Language.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-expression-language.html#expression-language-application.47x-fhir-query\">application/x-fhir-query</a></td><td>FHIR Query</td><td>FHIR's RESTful query syntax - typically independent of base URL.</td></tr></table></li></ul></div>"
  },
  "url" : "http://www.hosp.ncgm.go.jp/JASPEHR/fhir/ValueSet/expression-language-Jaspehr",
  "version" : "1.0.0",
  "name" : "ExpressionLanguageJaspehr",
  "title" : "JASPEHR Expression Language",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-12-22T17:02:00+09:00",
  "description" : "The media type of the expression language.",
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/expression-language"
      }
    ],
    "exclude" : [
      {
        "system" : "http://hl7.org/fhir/expression-language",
        "concept" : [
          {
            "code" : "text/cql",
            "display" : "CQL"
          },
          {
            "code" : "application/x-fhir-query",
            "display" : "FHIR Query"
          }
        ]
      }
    ]
  }
}