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 - TTL Representation

Draft as of 2021-12-13

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "item-type-Jaspehr"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
  ] ; # 
  fhir:url [ fhir:v "http://www.hosp.ncgm.go.jp/JASPEHR/fhir/ValueSet/item-type-Jaspehr"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.11"] ; # 
  fhir:name [ fhir:v "QuestionnaireItemTypeJaspehr"] ; # 
  fhir:title [ fhir:v "JASPEHR Questionnaire Item Type"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-12-13T19:07:00+09:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "JASPEHR Project"] ; # 
  fhir:description [ fhir:v "Distinguishes groups from questions and display text and indicates data type for questions."] ; # 
  fhir:immutable [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/item-type"^^xsd:anyURI ]     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "http://hl7.org/fhir/item-type"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "boolean" ] ;
fhir:display [ fhir:v "Boolean" ]       ] [
fhir:code [ fhir:v "url" ] ;
fhir:display [ fhir:v "Url" ]       ] [
fhir:code [ fhir:v "open-choice" ] ;
fhir:display [ fhir:v "Open Choice" ]       ] [
fhir:code [ fhir:v "attachment" ] ;
fhir:display [ fhir:v "Attachment" ]       ] [
fhir:code [ fhir:v "reference" ] ;
fhir:display [ fhir:v "Reference" ]       ] [
fhir:code [ fhir:v "quantity" ] ;
fhir:display [ fhir:v "Quantity" ]       ] )     ] )
  ] . #