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 Type - XML Representation

Draft as of 2021-12-13

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="item-type-Jaspehr"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="generated"/>
    <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-item-type.html"><code>http://hl7.org/fhir/item-type</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-item-type.html"><code>http://hl7.org/fhir/item-type</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-item-type.html#item-type-boolean">boolean</a></td><td>Boolean</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-item-type.html#item-type-url">url</a></td><td>Url</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-item-type.html#item-type-open-choice">open-choice</a></td><td>Open Choice</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-item-type.html#item-type-attachment">attachment</a></td><td>Attachment</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-item-type.html#item-type-reference">reference</a></td><td>Reference</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-item-type.html#item-type-quantity">quantity</a></td><td>Quantity</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://www.hosp.ncgm.go.jp/JASPEHR/fhir/ValueSet/item-type-Jaspehr"/>
  <version value="0.5.5"/>
  <name value="QuestionnaireItemTypeJaspehr"/>
  <title value="JASPEHR Questionnaire Item Type"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-12-13T19:07:00+09:00"/>
  <publisher value="JASPEHR Project"/>
  <description
               value="Distinguishes groups from questions and display text and indicates data type for questions."/>
  <immutable value="false"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/item-type"/>
    </include>
    <exclude>
      <system value="http://hl7.org/fhir/item-type"/>
      <concept>
        <code value="boolean"/>
        <display value="Boolean"/>
      </concept>
      <concept>
        <code value="url"/>
        <display value="Url"/>
      </concept>
      <concept>
        <code value="open-choice"/>
        <display value="Open Choice"/>
      </concept>
      <concept>
        <code value="attachment"/>
        <display value="Attachment"/>
      </concept>
      <concept>
        <code value="reference"/>
        <display value="Reference"/>
      </concept>
      <concept>
        <code value="quantity"/>
        <display value="Quantity"/>
      </concept>
    </exclude>
  </compose>
</ValueSet>