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
Draft as of 2021-12-19 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "questionnaire-enable-operator-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 class=\"res-header-id\"><b>Generated Narrative: ValueSet questionnaire-enable-operator-Jaspehr</b></p><a name=\"questionnaire-enable-operator-Jaspehr\"> </a><a name=\"hcquestionnaire-enable-operator-Jaspehr\"> </a><a name=\"questionnaire-enable-operator-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-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><td><b>Definition</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><td>True if whether an answer exists is equal to the enableWhen answer (which must be a boolean).</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><td>True if whether at least no answer has a value that is equal to the enableWhen answer.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-.62\">></a></td><td>Greater Than</td><td>True if whether at least no answer has a value that is greater than the enableWhen answer.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-.60\"><</a></td><td>Less Than</td><td>True if whether at least no answer has a value that is less than the enableWhen answer.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-.62.61\">>=</a></td><td>Greater or Equals</td><td>True if whether at least no answer has a value that is greater or equal to the enableWhen answer.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-enable-operator.html#questionnaire-enable-operator-.60.61\"><=</a></td><td>Less or Equals</td><td>True if whether at least no answer has a value that is less or equal to the enableWhen answer.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://www.hosp.ncgm.go.jp/JASPEHR/fhir/ValueSet/questionnaire-enable-operator-Jaspehr"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "QuestionnaireItemOperatorJaspehr"] ; #
fhir:title [ fhir:v "JASPEHR Questionnaire Item Operator"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2021-12-19T13:50:00+09:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "The criteria by which a question is enabled."] ; #
fhir:immutable [ fhir:v false] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/questionnaire-enable-operator"^^xsd:anyURI ] ] ) ;
( fhir:exclude [
fhir:system [ fhir:v "http://hl7.org/fhir/questionnaire-enable-operator"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "exists" ] ;
fhir:display [ fhir:v "Exists" ] ] [
fhir:code [ fhir:v "!=" ] ;
fhir:display [ fhir:v "Not Equals" ] ] [
fhir:code [ fhir:v ">" ] ;
fhir:display [ fhir:v "Greater Than" ] ] [
fhir:code [ fhir:v "<" ] ;
fhir:display [ fhir:v "Less Than" ] ] [
fhir:code [ fhir:v ">=" ] ;
fhir:display [ fhir:v "Greater or Equals" ] ] [
fhir:code [ fhir:v "<=" ] ;
fhir:display [ fhir:v "Less or Equals" ] ] ) ] )
] . #
IG © 2023+ . Package jaspehr#1.0.0 based on FHIR 4.0.1. Generated 2025-05-19
Links: Table of Contents |
QA Report