JASPEHR Implementation Guide
0.5.11 - draft

JASPEHR Implementation Guide - Local Development build (v0.5.11) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JASPEHR Questionnaire Item Type - JSON Representation

Draft as of 2021-12-13

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "item-type-Jaspehr",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "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-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><td><b>Definition</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><td>Question with a yes/no answer (valueBoolean).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-item-type.html#item-type-url\">url</a></td><td>Url</td><td>Question with a URL (website, FTP site, etc.) answer (valueUri).</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><td>Answer is a Coding drawn from a list of possible answers (as with the choice type) or a free-text entry in a string (valueCoding or valueString).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-item-type.html#item-type-attachment\">attachment</a></td><td>Attachment</td><td>Question with binary content such as an image, PDF, etc. as an answer (valueAttachment).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-item-type.html#item-type-reference\">reference</a></td><td>Reference</td><td>Question with a reference to another resource (practitioner, organization, etc.) as an answer (valueReference).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-item-type.html#item-type-quantity\">quantity</a></td><td>Quantity</td><td>Question with a combination of a numeric value and unit, potentially with a comparator (&lt;, &gt;, etc.) as an answer. (valueQuantity) There is an extension 'http://hl7.org/fhir/StructureDefinition/questionnaire-unit' that can be used to define what unit should be captured (or the unit that has a ucum conversion from the provided unit).</td></tr></table></li></ul></div>"
  },
  "url" : "http://www.hosp.ncgm.go.jp/JASPEHR/fhir/ValueSet/item-type-Jaspehr",
  "version" : "0.5.11",
  "name" : "QuestionnaireItemTypeJaspehr",
  "title" : "JASPEHR Questionnaire Item Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-12-13T19:07:00+09:00",
  "publisher" : "JASPEHR Project",
  "description" : "Distinguishes groups from questions and display text and indicates data type for questions.",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/item-type"
      }
    ],
    "exclude" : [
      {
        "system" : "http://hl7.org/fhir/item-type",
        "concept" : [
          {
            "code" : "boolean",
            "display" : "Boolean"
          },
          {
            "code" : "url",
            "display" : "Url"
          },
          {
            "code" : "open-choice",
            "display" : "Open Choice"
          },
          {
            "code" : "attachment",
            "display" : "Attachment"
          },
          {
            "code" : "reference",
            "display" : "Reference"
          },
          {
            "code" : "quantity",
            "display" : "Quantity"
          }
        ]
      }
    ]
  }
}