JASPEHR Implementation Guide
0.5.5 - draft

JASPEHR Implementation Guide - Local Development build (v0.5.5). See the Directory of published versions

: JASPEHR Questionnaire Item Operator - JSON Representation

Draft as of 2021-12-19

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "questionnaire-enable-operator-Jaspehr",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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-questionnaire-enable-operator.html\"><code>http://hl7.org/fhir/questionnaire-enable-operator</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-questionnaire-enable-operator.html\"><code>http://hl7.org/fhir/questionnaire-enable-operator</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-exists\">exists</a></td><td>Exists</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-.33.61\">!=</a></td><td>Not Equals</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-.62\">&gt;</a></td><td>Greater Than</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-.60\">&lt;</a></td><td>Less Than</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-.62.61\">&gt;=</a></td><td>Greater or Equals</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-.60.61\">&lt;=</a></td><td>Less or Equals</td></tr></table></li></ul></div>"
  },
  "url" : "http://www.hosp.ncgm.go.jp/JASPEHR/fhir/ValueSet/questionnaire-enable-operator-Jaspehr",
  "version" : "0.5.5",
  "name" : "QuestionnaireItemOperatorJaspehr",
  "title" : "JASPEHR Questionnaire Item Operator",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-12-19T13:50:00+09:00",
  "publisher" : "JASPEHR Project",
  "description" : "The criteria by which a question is enabled.",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/questionnaire-enable-operator"
      }
    ],
    "exclude" : [
      {
        "system" : "http://hl7.org/fhir/questionnaire-enable-operator",
        "concept" : [
          {
            "code" : "exists",
            "display" : "Exists"
          },
          {
            "code" : "!=",
            "display" : "Not Equals"
          },
          {
            "code" : ">",
            "display" : "Greater Than"
          },
          {
            "code" : "<",
            "display" : "Less Than"
          },
          {
            "code" : ">=",
            "display" : "Greater or Equals"
          },
          {
            "code" : "<=",
            "display" : "Less or Equals"
          }
        ]
      }
    ]
  }
}