感染症届出様式とそれに基づく届出書 FHIR仕様書
1.0.0 - trial-use Japan

感染症届出様式とそれに基づく届出書 FHIR仕様書 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile(リソースプロファイル): JP_Questionnaire_eInfectionReport_Common

項目内容
定義URL http://jpfhir.jp/fhir/eInfectionReport/StructureDefinition/JP_Questionnaire_eInfectionReport_Common
Version 1.0.0
Name

JP_Questionnaire_eInfectionReport_Common

Status Draft ( 2023-05-31 )
Copyright

Copyright, The Department of Bio-Medical Informatics, The University of Tokyo. CC(Creative Commons license) BY-ND CC表示・改変禁止

Derived Profile from JP-Core

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from JP_Questionnaire

NameFlagsCard.TypeDescription & Constraintsdoco
.. Questionnaire 0..* JP_Questionnaire 構造化された一連の質問 / A structured set of questions
... identifier S 1..1 Identifier アンケートの追加識別子 / Additional identifier for the questionnaire
... version S 1..1 string アンケートのビジネスバージョン / Business version of the questionnaire
... name S 1..1 string このアンケートの名前(コンピューターフレンドリー) / Name for this questionnaire (computer friendly)
... title S 1..1 string このアンケートの名前(人間に優しい) / Name for this questionnaire (human friendly)
... derivedFrom S 0..1 canonical(Questionnaire) プロトコルまたは定義をインスタンス化します / Instantiates protocol or definition
... status S 1..1 code 公表のステータス(必須)
... subjectType S 1..1 code アンケートの対象となる可能性のあるリソース / Resource that can be subject of QuestionnaireResponse
Required Pattern: Patient
... date S 1..1 dateTime 質問表の作成/最終更新日時
... publisher S 1..1 string 質問表の作成/最終更新者
... description S 1..1 markdown 質問表の説明
... item S 0..* BackboneElement 質問セクションまたは個々の質問項目
.... linkId S 1..1 string 対応する質問票の項目の階層的な番号または項目グループ番号。必須。
.... definition S 0..1 uri 質問項目を定義するFHIR定義のURL
.... prefix S 0..1 string 質問項目の番号または記号(表示用文字列)
.... text S 1..1 string グループのコンテンツの上に表示されるテキスト、または回答中の質問のテキストとして表示されるテキスト。
.... type S 1..1 code 質問項目のデータ型
.... enableWhen S 0..* BackboneElement 質問項目の表示条件

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Questionnaire C 0..* JP_Questionnaire 構造化された一連の質問 / A structured set of questions
que-0: 名前は、コード生成などのマシン処理アプリケーションによってモジュールの識別子として使用可能である必要があります / Name should be usable as an identifier for the module by machine processing applications such as code generation
que-2: グループと質問のリンクIDは、アンケート内で一意でなければなりません / The link ids for groups and questions must be unique within the questionnaire
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールのセット / A set of rules under which this content was created
... modifierExtension ?! 0..* Extension 無視できない拡張機能 / Extensions that cannot be ignored
... identifier SΣ 1..1 Identifier アンケートの追加識別子 / Additional identifier for the questionnaire
... version SΣ 1..1 string アンケートのビジネスバージョン / Business version of the questionnaire
... name SΣC 1..1 string このアンケートの名前(コンピューターフレンドリー) / Name for this questionnaire (computer friendly)
... title SΣ 1..1 string このアンケートの名前(人間に優しい) / Name for this questionnaire (human friendly)
... derivedFrom S 0..1 canonical(Questionnaire) プロトコルまたは定義をインスタンス化します / Instantiates protocol or definition
... status ?!SΣ 1..1 code 公表のステータス(必須)
Binding: PublicationStatus (required): アーティファクトのライフサイクルステータス。 / The lifecycle status of an artifact.

... subjectType SΣ 1..1 code アンケートの対象となる可能性のあるリソース / Resource that can be subject of QuestionnaireResponse
Binding: ResourceType (required): このバージョンのFHIRの一部として定義されたリソースタイプの1つ。 / One of the resource types defined as part of this version of FHIR.



Required Pattern: Patient
... date SΣ 1..1 dateTime 質問表の作成/最終更新日時
... publisher SΣ 1..1 string 質問表の作成/最終更新者
... description S 1..1 markdown 質問表の説明
... item SC 0..* BackboneElement 質問セクションまたは個々の質問項目
que-1: グループアイテムにはネストされたアイテムが必要であり、表示アイテムはネストされたアイテムを持っていない必要があります / Group items must have nested items, display items cannot have nested items
que-3: ディスプレイアイテムには、「コード」が主張されていません / Display items cannot have a "code" asserted
que-4: 質問には、AnsweroptionとAnserValuesetの両方がありません / A question cannot have both answerOption and answerValueSet
que-5: 「選択」と「オープン選択」アイテムのみがextervaluesetを持つことができます / Only 'choice' and 'open-choice' items can have answerValueSet
que-6: 表示されるアイテムの場合、繰り返しは許可されていません / Required and repeat aren't permitted for display items
que-8: グループや表示アイテムに初期値を指定できません / Initial values can't be specified for groups or display items
que-9: 「ディスプレイ」アイテムには読み取り専用を指定できません / Read-only can't be specified for "display" items
que-10: 最大長さは、単純な質問タイプでのみ宣言できます / Maximum length can only be declared for simple question types
que-11: 1つ以上のAnsweroptionが存在する場合、初期[x]が欠落している必要があります / If one or more answerOption is present, initial[x] must be missing
que-12: いつ複数の有効化できる場合、enablebehaviorを指定する必要があります / If there are more than one enableWhen, enableBehavior must be specified
que-13: アイテムを繰り返すための複数の初期値のみを持つことができます / Can only have multiple initial values for repeating items
.... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
.... linkId S 1..1 string 対応する質問票の項目の階層的な番号または項目グループ番号。必須。
.... definition S 0..1 uri 質問項目を定義するFHIR定義のURL
.... prefix S 0..1 string 質問項目の番号または記号(表示用文字列)
.... text S 1..1 string グループのコンテンツの上に表示されるテキスト、または回答中の質問のテキストとして表示されるテキスト。
.... type S 1..1 code 質問項目のデータ型
Binding: QuestionnaireItemType (required): グループを質問から区別し、テキストを表示し、質問のデータ型を示します。 / Distinguishes groups from questions and display text and indicates data type for questions.

.... enableWhen ?!SC 0..* BackboneElement 質問項目の表示条件
que-7: オペレーターが「存在する」場合、値はブール値でなければなりません / If the operator is 'exists', the value must be a boolean
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... question 1..1 string アイテムが有効になっているかどうかを決定する質問 / Question that determines whether item is enabled
..... operator 1..1 code 存在する|= |!= |> |<|> = |<= / exists | = | != | > | < | >= | <=
Binding: QuestionnaireItemOperator (required): 質問が有効になる基準。 / The criteria by which a question is enabled.

..... answer[x] C 1..1 オペレーターに基づく質問比較の価値 / Value for question comparison based on operator
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... answerBoolean boolean
...... answerDecimal decimal
...... answerInteger integer
...... answerDate date
...... answerDateTime dateTime
...... answerTime time
...... answerString string
...... answerCoding Coding
...... answerQuantity Quantity
...... answerReference Reference(Resource)
.... answerValueSet C 0..1 canonical(ValueSet) 許可された回答を含むバリューセット / Valueset containing permitted answers
.... answerOption C 0..* BackboneElement 許可された回答 / Permitted answer
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... value[x] 1..1 回答値 / Answer value
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... valueInteger integer
...... valueDate date
...... valueTime time
...... valueString string
...... valueCoding Coding
...... valueReference Reference(Resource)
.... initial C 0..* BackboneElement アイテムが最初にレンダリングされたときの初期値 / Initial value(s) when item is first rendered
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... value[x] 1..1 質問を初期化するための実際の価値 / Actual value for initializing the question
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... valueBoolean boolean
...... valueDecimal decimal
...... valueInteger integer
...... valueDate date
...... valueDateTime dateTime
...... valueTime time
...... valueString string
...... valueUri uri
...... valueAttachment Attachment
...... valueCoding Coding
...... valueQuantity Quantity
...... valueReference Reference(Resource)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Questionnaire.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|4.0.1
from the FHIR Standard
Questionnaire.subjectTyperequiredPattern: Patient
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
Questionnaire.item.typerequiredQuestionnaireItemType
http://hl7.org/fhir/ValueSet/item-type|4.0.1
from the FHIR Standard
Questionnaire.item.enableWhen.operatorrequiredQuestionnaireItemOperator
http://hl7.org/fhir/ValueSet/questionnaire-enable-operator|4.0.1
from the FHIR Standard
Questionnaire.item.enableWhen.answer[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard
Questionnaire.item.answerOption.value[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard
Questionnaire.item.initial.value[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorQuestionnaireリソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorQuestionnaireリソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorQuestionnaireリソースが別のリソースに含まれている場合、meta.versionidもmeta.lastupdatedも持ってはならない。 / If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorQuestionnaire別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceQuestionnaireリソースには、堅牢な管理のための叙述(Narative)が必要です / A resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素には、@valueまたは子供が必要です / All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensions両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both
: extension.exists() != value.exists()
que-0warningQuestionnaire名前は、コード生成などのマシン処理アプリケーションによってモジュールの識別子として使用可能である必要があります / Name should be usable as an identifier for the module by machine processing applications such as code generation
: name.matches('[A-Z]([A-Za-z0-9_]){0,254}')
que-1errorQuestionnaire.itemグループアイテムにはネストされたアイテムが必要であり、表示アイテムはネストされたアイテムを持っていない必要があります / Group items must have nested items, display items cannot have nested items
: (type='group' implies item.empty().not()) and (type.trace('type')='display' implies item.trace('item').empty())
que-2errorQuestionnaireグループと質問のリンクIDは、アンケート内で一意でなければなりません / The link ids for groups and questions must be unique within the questionnaire
: descendants().linkId.isDistinct()
que-3errorQuestionnaire.itemディスプレイアイテムには、「コード」が主張されていません / Display items cannot have a "code" asserted
: type!='display' or code.empty()
que-4errorQuestionnaire.item質問には、AnsweroptionとAnserValuesetの両方がありません / A question cannot have both answerOption and answerValueSet
: answerOption.empty() or answerValueSet.empty()
que-5errorQuestionnaire.item「選択」と「オープン選択」アイテムのみがextervaluesetを持つことができます / Only 'choice' and 'open-choice' items can have answerValueSet
: (type ='choice' or type = 'open-choice' or type = 'decimal' or type = 'integer' or type = 'date' or type = 'dateTime' or type = 'time' or type = 'string' or type = 'quantity') or (answerValueSet.empty() and answerOption.empty())
que-6errorQuestionnaire.item表示されるアイテムの場合、繰り返しは許可されていません / Required and repeat aren't permitted for display items
: type!='display' or (required.empty() and repeats.empty())
que-7errorQuestionnaire.item.enableWhenオペレーターが「存在する」場合、値はブール値でなければなりません / If the operator is 'exists', the value must be a boolean
: operator = 'exists' implies (answer is Boolean)
que-8errorQuestionnaire.itemグループや表示アイテムに初期値を指定できません / Initial values can't be specified for groups or display items
: (type!='group' and type!='display') or initial.empty()
que-9errorQuestionnaire.item「ディスプレイ」アイテムには読み取り専用を指定できません / Read-only can't be specified for "display" items
: type!='display' or readOnly.empty()
que-10errorQuestionnaire.item最大長さは、単純な質問タイプでのみ宣言できます / Maximum length can only be declared for simple question types
: (type in ('boolean' | 'decimal' | 'integer' | 'string' | 'text' | 'url' | 'open-choice')) or maxLength.empty()
que-11errorQuestionnaire.item1つ以上のAnsweroptionが存在する場合、初期[x]が欠落している必要があります / If one or more answerOption is present, initial[x] must be missing
: answerOption.empty() or initial.empty()
que-12errorQuestionnaire.itemいつ複数の有効化できる場合、enablebehaviorを指定する必要があります / If there are more than one enableWhen, enableBehavior must be specified
: enableWhen.count() > 2 implies enableBehavior.exists()
que-13errorQuestionnaire.itemアイテムを繰り返すための複数の初期値のみを持つことができます / Can only have multiple initial values for repeating items
: repeats=true or initial.count() <= 1
NameFlagsCard.TypeDescription & Constraintsdoco
.. Questionnaire C 0..* JP_Questionnaire 構造化された一連の質問 / A structured set of questions
que-0: 名前は、コード生成などのマシン処理アプリケーションによってモジュールの識別子として使用可能である必要があります / Name should be usable as an identifier for the module by machine processing applications such as code generation
que-2: グループと質問のリンクIDは、アンケート内で一意でなければなりません / The link ids for groups and questions must be unique within the questionnaire
... id Σ 0..1 id このアーティファクトの論理ID / Logical id of this artifact
... meta Σ 0..1 Meta リソースに関するメタデータ / Metadata about the resource
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールのセット / A set of rules under which this content was created
... language 0..1 code リソースコンテンツの言語 / Language of the resource content
Binding: CommonLanguages (preferred): 人間の言語。 / A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 人間の解釈のためのリソースのテキスト概要 / Text summary of the resource, for human interpretation
... contained 0..* Resource インラインリソースが含まれています / Contained, inline Resources
... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
... modifierExtension ?! 0..* Extension 無視できない拡張機能 / Extensions that cannot be ignored
... url Σ 0..1 uri このアンケートの標準識別子、URI(グローバルにユニーク)として表される / Canonical identifier for this questionnaire, represented as a URI (globally unique)
... identifier SΣ 1..1 Identifier アンケートの追加識別子 / Additional identifier for the questionnaire
... version SΣ 1..1 string アンケートのビジネスバージョン / Business version of the questionnaire
... name SΣC 1..1 string このアンケートの名前(コンピューターフレンドリー) / Name for this questionnaire (computer friendly)
... title SΣ 1..1 string このアンケートの名前(人間に優しい) / Name for this questionnaire (human friendly)
... derivedFrom S 0..1 canonical(Questionnaire) プロトコルまたは定義をインスタンス化します / Instantiates protocol or definition
... status ?!SΣ 1..1 code 公表のステータス(必須)
Binding: PublicationStatus (required): アーティファクトのライフサイクルステータス。 / The lifecycle status of an artifact.

... experimental Σ 0..1 boolean テスト目的で、実際の使用法ではありません / For testing purposes, not real usage
... subjectType SΣ 1..1 code アンケートの対象となる可能性のあるリソース / Resource that can be subject of QuestionnaireResponse
Binding: ResourceType (required): このバージョンのFHIRの一部として定義されたリソースタイプの1つ。 / One of the resource types defined as part of this version of FHIR.



Required Pattern: Patient
... date SΣ 1..1 dateTime 質問表の作成/最終更新日時
... publisher SΣ 1..1 string 質問表の作成/最終更新者
... contact Σ 0..* ContactDetail 出版社の連絡先の詳細 / Contact details for the publisher
... description S 1..1 markdown 質問表の説明
... useContext Σ 0..* UsageContext コンテンツがサポートすることを意図しているというコンテキスト / The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept アンケートの管轄権(該当する場合) / Intended jurisdiction for questionnaire (if applicable)
Binding: Jurisdiction ValueSet (extensible): このアーティファクトが使用することを目的としている国と地域。 / Countries and regions within which this artifact is targeted for use.


... purpose 0..1 markdown このアンケートが定義されている理由 / Why this questionnaire is defined
... copyright 0..1 markdown 使用および/または公開制限 / Use and/or publishing restrictions
... approvalDate 0..1 date アンケートが出版社によって承認されたとき / When the questionnaire was approved by publisher
... lastReviewDate 0..1 date アンケートが最後にレビューされたとき / When the questionnaire was last reviewed
... effectivePeriod Σ 0..1 Period アンケートが使用されると予想される場合 / When the questionnaire is expected to be used
... code Σ 0..* Coding 全体的なアンケートを表す概念 / Concept that represents the overall questionnaire
Binding: QuestionnaireQuestionCodes (example): アンケート、グループ、および個々の質問のコード。 / Codes for questionnaires, groups and individual questions.


... item SC 0..* BackboneElement 質問セクションまたは個々の質問項目
que-1: グループアイテムにはネストされたアイテムが必要であり、表示アイテムはネストされたアイテムを持っていない必要があります / Group items must have nested items, display items cannot have nested items
que-3: ディスプレイアイテムには、「コード」が主張されていません / Display items cannot have a "code" asserted
que-4: 質問には、AnsweroptionとAnserValuesetの両方がありません / A question cannot have both answerOption and answerValueSet
que-5: 「選択」と「オープン選択」アイテムのみがextervaluesetを持つことができます / Only 'choice' and 'open-choice' items can have answerValueSet
que-6: 表示されるアイテムの場合、繰り返しは許可されていません / Required and repeat aren't permitted for display items
que-8: グループや表示アイテムに初期値を指定できません / Initial values can't be specified for groups or display items
que-9: 「ディスプレイ」アイテムには読み取り専用を指定できません / Read-only can't be specified for "display" items
que-10: 最大長さは、単純な質問タイプでのみ宣言できます / Maximum length can only be declared for simple question types
que-11: 1つ以上のAnsweroptionが存在する場合、初期[x]が欠落している必要があります / If one or more answerOption is present, initial[x] must be missing
que-12: いつ複数の有効化できる場合、enablebehaviorを指定する必要があります / If there are more than one enableWhen, enableBehavior must be specified
que-13: アイテムを繰り返すための複数の初期値のみを持つことができます / Can only have multiple initial values for repeating items
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
.... linkId S 1..1 string 対応する質問票の項目の階層的な番号または項目グループ番号。必須。
.... definition S 0..1 uri 質問項目を定義するFHIR定義のURL
.... code C 0..* Coding 用語のこの項目の対応する概念 / Corresponding concept for this item in a terminology
Binding: QuestionnaireQuestionCodes (example): アンケート、グループ、および個々の質問のコード。 / Codes for questionnaires, groups and individual questions.


.... prefix S 0..1 string 質問項目の番号または記号(表示用文字列)
.... text S 1..1 string グループのコンテンツの上に表示されるテキスト、または回答中の質問のテキストとして表示されるテキスト。
.... type S 1..1 code 質問項目のデータ型
Binding: QuestionnaireItemType (required): グループを質問から区別し、テキストを表示し、質問のデータ型を示します。 / Distinguishes groups from questions and display text and indicates data type for questions.

.... enableWhen ?!SC 0..* BackboneElement 質問項目の表示条件
que-7: オペレーターが「存在する」場合、値はブール値でなければなりません / If the operator is 'exists', the value must be a boolean
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... question 1..1 string アイテムが有効になっているかどうかを決定する質問 / Question that determines whether item is enabled
..... operator 1..1 code 存在する|= |!= |> |<|> = |<= / exists | = | != | > | < | >= | <=
Binding: QuestionnaireItemOperator (required): 質問が有効になる基準。 / The criteria by which a question is enabled.

..... answer[x] C 1..1 オペレーターに基づく質問比較の価値 / Value for question comparison based on operator
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... answerBoolean boolean
...... answerDecimal decimal
...... answerInteger integer
...... answerDate date
...... answerDateTime dateTime
...... answerTime time
...... answerString string
...... answerCoding Coding
...... answerQuantity Quantity
...... answerReference Reference(Resource)
.... enableBehavior C 0..1 code すべて|どれか / all | any
Binding: EnableWhenBehavior (required): 値がどのように解釈されるか - すべてまたはすべてが真でなければならないかどうかを制御します。 / Controls how multiple enableWhen values are interpreted - whether all or any must be true.

.... required C 0..1 boolean アイテムをデータ結果に含める必要があるかどうか / Whether the item must be included in data results
.... repeats C 0..1 boolean アイテムが繰り返されるかどうか / Whether the item may repeat
.... readOnly C 0..1 boolean 人間の編集を許可しないでください / Don't allow human editing
.... maxLength C 0..1 integer これほど多くのキャラクターにすぎません / No more than this many characters
.... answerValueSet C 0..1 canonical(ValueSet) 許可された回答を含むバリューセット / Valueset containing permitted answers
.... answerOption C 0..* BackboneElement 許可された回答 / Permitted answer
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... value[x] 1..1 回答値 / Answer value
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... valueInteger integer
...... valueDate date
...... valueTime time
...... valueString string
...... valueCoding Coding
...... valueReference Reference(Resource)
..... initialSelected 0..1 boolean オプションがデフォルトで選択されるかどうか / Whether option is selected by default
.... initial C 0..* BackboneElement アイテムが最初にレンダリングされたときの初期値 / Initial value(s) when item is first rendered
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... value[x] 1..1 質問を初期化するための実際の価値 / Actual value for initializing the question
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... valueBoolean boolean
...... valueDecimal decimal
...... valueInteger integer
...... valueDate date
...... valueDateTime dateTime
...... valueTime time
...... valueString string
...... valueUri uri
...... valueAttachment Attachment
...... valueCoding Coding
...... valueQuantity Quantity
...... valueReference Reference(Resource)
.... item C 0..* See item (Questionnaire) ネストされたアンケート項目 / Nested questionnaire items

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Questionnaire.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Questionnaire.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|4.0.1
from the FHIR Standard
Questionnaire.subjectTyperequiredPattern: Patient
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
Questionnaire.jurisdictionextensibleJurisdiction ValueSet
http://hl7.org/fhir/ValueSet/jurisdiction
from the FHIR Standard
Questionnaire.codeexampleQuestionnaireQuestionCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/questionnaire-questions
from the FHIR Standard
Questionnaire.item.codeexampleQuestionnaireQuestionCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/questionnaire-questions
from the FHIR Standard
Questionnaire.item.typerequiredQuestionnaireItemType
http://hl7.org/fhir/ValueSet/item-type|4.0.1
from the FHIR Standard
Questionnaire.item.enableWhen.operatorrequiredQuestionnaireItemOperator
http://hl7.org/fhir/ValueSet/questionnaire-enable-operator|4.0.1
from the FHIR Standard
Questionnaire.item.enableWhen.answer[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard
Questionnaire.item.enableBehaviorrequiredEnableWhenBehavior
http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior|4.0.1
from the FHIR Standard
Questionnaire.item.answerOption.value[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard
Questionnaire.item.initial.value[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorQuestionnaireリソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorQuestionnaireリソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorQuestionnaireリソースが別のリソースに含まれている場合、meta.versionidもmeta.lastupdatedも持ってはならない。 / If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorQuestionnaire別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceQuestionnaireリソースには、堅牢な管理のための叙述(Narative)が必要です / A resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素には、@valueまたは子供が必要です / All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensions両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both
: extension.exists() != value.exists()
que-0warningQuestionnaire名前は、コード生成などのマシン処理アプリケーションによってモジュールの識別子として使用可能である必要があります / Name should be usable as an identifier for the module by machine processing applications such as code generation
: name.matches('[A-Z]([A-Za-z0-9_]){0,254}')
que-1errorQuestionnaire.itemグループアイテムにはネストされたアイテムが必要であり、表示アイテムはネストされたアイテムを持っていない必要があります / Group items must have nested items, display items cannot have nested items
: (type='group' implies item.empty().not()) and (type.trace('type')='display' implies item.trace('item').empty())
que-2errorQuestionnaireグループと質問のリンクIDは、アンケート内で一意でなければなりません / The link ids for groups and questions must be unique within the questionnaire
: descendants().linkId.isDistinct()
que-3errorQuestionnaire.itemディスプレイアイテムには、「コード」が主張されていません / Display items cannot have a "code" asserted
: type!='display' or code.empty()
que-4errorQuestionnaire.item質問には、AnsweroptionとAnserValuesetの両方がありません / A question cannot have both answerOption and answerValueSet
: answerOption.empty() or answerValueSet.empty()
que-5errorQuestionnaire.item「選択」と「オープン選択」アイテムのみがextervaluesetを持つことができます / Only 'choice' and 'open-choice' items can have answerValueSet
: (type ='choice' or type = 'open-choice' or type = 'decimal' or type = 'integer' or type = 'date' or type = 'dateTime' or type = 'time' or type = 'string' or type = 'quantity') or (answerValueSet.empty() and answerOption.empty())
que-6errorQuestionnaire.item表示されるアイテムの場合、繰り返しは許可されていません / Required and repeat aren't permitted for display items
: type!='display' or (required.empty() and repeats.empty())
que-7errorQuestionnaire.item.enableWhenオペレーターが「存在する」場合、値はブール値でなければなりません / If the operator is 'exists', the value must be a boolean
: operator = 'exists' implies (answer is Boolean)
que-8errorQuestionnaire.itemグループや表示アイテムに初期値を指定できません / Initial values can't be specified for groups or display items
: (type!='group' and type!='display') or initial.empty()
que-9errorQuestionnaire.item「ディスプレイ」アイテムには読み取り専用を指定できません / Read-only can't be specified for "display" items
: type!='display' or readOnly.empty()
que-10errorQuestionnaire.item最大長さは、単純な質問タイプでのみ宣言できます / Maximum length can only be declared for simple question types
: (type in ('boolean' | 'decimal' | 'integer' | 'string' | 'text' | 'url' | 'open-choice')) or maxLength.empty()
que-11errorQuestionnaire.item1つ以上のAnsweroptionが存在する場合、初期[x]が欠落している必要があります / If one or more answerOption is present, initial[x] must be missing
: answerOption.empty() or initial.empty()
que-12errorQuestionnaire.itemいつ複数の有効化できる場合、enablebehaviorを指定する必要があります / If there are more than one enableWhen, enableBehavior must be specified
: enableWhen.count() > 2 implies enableBehavior.exists()
que-13errorQuestionnaire.itemアイテムを繰り返すための複数の初期値のみを持つことができます / Can only have multiple initial values for repeating items
: repeats=true or initial.count() <= 1

This structure is derived from JP_Questionnaire

Summary

Mandatory: 8 elements(1 nested mandatory element)
Must-Support: 17 elements

Differential View

This structure is derived from JP_Questionnaire

NameFlagsCard.TypeDescription & Constraintsdoco
.. Questionnaire 0..* JP_Questionnaire 構造化された一連の質問 / A structured set of questions
... identifier S 1..1 Identifier アンケートの追加識別子 / Additional identifier for the questionnaire
... version S 1..1 string アンケートのビジネスバージョン / Business version of the questionnaire
... name S 1..1 string このアンケートの名前(コンピューターフレンドリー) / Name for this questionnaire (computer friendly)
... title S 1..1 string このアンケートの名前(人間に優しい) / Name for this questionnaire (human friendly)
... derivedFrom S 0..1 canonical(Questionnaire) プロトコルまたは定義をインスタンス化します / Instantiates protocol or definition
... status S 1..1 code 公表のステータス(必須)
... subjectType S 1..1 code アンケートの対象となる可能性のあるリソース / Resource that can be subject of QuestionnaireResponse
Required Pattern: Patient
... date S 1..1 dateTime 質問表の作成/最終更新日時
... publisher S 1..1 string 質問表の作成/最終更新者
... description S 1..1 markdown 質問表の説明
... item S 0..* BackboneElement 質問セクションまたは個々の質問項目
.... linkId S 1..1 string 対応する質問票の項目の階層的な番号または項目グループ番号。必須。
.... definition S 0..1 uri 質問項目を定義するFHIR定義のURL
.... prefix S 0..1 string 質問項目の番号または記号(表示用文字列)
.... text S 1..1 string グループのコンテンツの上に表示されるテキスト、または回答中の質問のテキストとして表示されるテキスト。
.... type S 1..1 code 質問項目のデータ型
.... enableWhen S 0..* BackboneElement 質問項目の表示条件

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Questionnaire C 0..* JP_Questionnaire 構造化された一連の質問 / A structured set of questions
que-0: 名前は、コード生成などのマシン処理アプリケーションによってモジュールの識別子として使用可能である必要があります / Name should be usable as an identifier for the module by machine processing applications such as code generation
que-2: グループと質問のリンクIDは、アンケート内で一意でなければなりません / The link ids for groups and questions must be unique within the questionnaire
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールのセット / A set of rules under which this content was created
... modifierExtension ?! 0..* Extension 無視できない拡張機能 / Extensions that cannot be ignored
... identifier SΣ 1..1 Identifier アンケートの追加識別子 / Additional identifier for the questionnaire
... version SΣ 1..1 string アンケートのビジネスバージョン / Business version of the questionnaire
... name SΣC 1..1 string このアンケートの名前(コンピューターフレンドリー) / Name for this questionnaire (computer friendly)
... title SΣ 1..1 string このアンケートの名前(人間に優しい) / Name for this questionnaire (human friendly)
... derivedFrom S 0..1 canonical(Questionnaire) プロトコルまたは定義をインスタンス化します / Instantiates protocol or definition
... status ?!SΣ 1..1 code 公表のステータス(必須)
Binding: PublicationStatus (required): アーティファクトのライフサイクルステータス。 / The lifecycle status of an artifact.

... subjectType SΣ 1..1 code アンケートの対象となる可能性のあるリソース / Resource that can be subject of QuestionnaireResponse
Binding: ResourceType (required): このバージョンのFHIRの一部として定義されたリソースタイプの1つ。 / One of the resource types defined as part of this version of FHIR.



Required Pattern: Patient
... date SΣ 1..1 dateTime 質問表の作成/最終更新日時
... publisher SΣ 1..1 string 質問表の作成/最終更新者
... description S 1..1 markdown 質問表の説明
... item SC 0..* BackboneElement 質問セクションまたは個々の質問項目
que-1: グループアイテムにはネストされたアイテムが必要であり、表示アイテムはネストされたアイテムを持っていない必要があります / Group items must have nested items, display items cannot have nested items
que-3: ディスプレイアイテムには、「コード」が主張されていません / Display items cannot have a "code" asserted
que-4: 質問には、AnsweroptionとAnserValuesetの両方がありません / A question cannot have both answerOption and answerValueSet
que-5: 「選択」と「オープン選択」アイテムのみがextervaluesetを持つことができます / Only 'choice' and 'open-choice' items can have answerValueSet
que-6: 表示されるアイテムの場合、繰り返しは許可されていません / Required and repeat aren't permitted for display items
que-8: グループや表示アイテムに初期値を指定できません / Initial values can't be specified for groups or display items
que-9: 「ディスプレイ」アイテムには読み取り専用を指定できません / Read-only can't be specified for "display" items
que-10: 最大長さは、単純な質問タイプでのみ宣言できます / Maximum length can only be declared for simple question types
que-11: 1つ以上のAnsweroptionが存在する場合、初期[x]が欠落している必要があります / If one or more answerOption is present, initial[x] must be missing
que-12: いつ複数の有効化できる場合、enablebehaviorを指定する必要があります / If there are more than one enableWhen, enableBehavior must be specified
que-13: アイテムを繰り返すための複数の初期値のみを持つことができます / Can only have multiple initial values for repeating items
.... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
.... linkId S 1..1 string 対応する質問票の項目の階層的な番号または項目グループ番号。必須。
.... definition S 0..1 uri 質問項目を定義するFHIR定義のURL
.... prefix S 0..1 string 質問項目の番号または記号(表示用文字列)
.... text S 1..1 string グループのコンテンツの上に表示されるテキスト、または回答中の質問のテキストとして表示されるテキスト。
.... type S 1..1 code 質問項目のデータ型
Binding: QuestionnaireItemType (required): グループを質問から区別し、テキストを表示し、質問のデータ型を示します。 / Distinguishes groups from questions and display text and indicates data type for questions.

.... enableWhen ?!SC 0..* BackboneElement 質問項目の表示条件
que-7: オペレーターが「存在する」場合、値はブール値でなければなりません / If the operator is 'exists', the value must be a boolean
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... question 1..1 string アイテムが有効になっているかどうかを決定する質問 / Question that determines whether item is enabled
..... operator 1..1 code 存在する|= |!= |> |<|> = |<= / exists | = | != | > | < | >= | <=
Binding: QuestionnaireItemOperator (required): 質問が有効になる基準。 / The criteria by which a question is enabled.

..... answer[x] C 1..1 オペレーターに基づく質問比較の価値 / Value for question comparison based on operator
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... answerBoolean boolean
...... answerDecimal decimal
...... answerInteger integer
...... answerDate date
...... answerDateTime dateTime
...... answerTime time
...... answerString string
...... answerCoding Coding
...... answerQuantity Quantity
...... answerReference Reference(Resource)
.... answerValueSet C 0..1 canonical(ValueSet) 許可された回答を含むバリューセット / Valueset containing permitted answers
.... answerOption C 0..* BackboneElement 許可された回答 / Permitted answer
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... value[x] 1..1 回答値 / Answer value
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... valueInteger integer
...... valueDate date
...... valueTime time
...... valueString string
...... valueCoding Coding
...... valueReference Reference(Resource)
.... initial C 0..* BackboneElement アイテムが最初にレンダリングされたときの初期値 / Initial value(s) when item is first rendered
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... value[x] 1..1 質問を初期化するための実際の価値 / Actual value for initializing the question
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... valueBoolean boolean
...... valueDecimal decimal
...... valueInteger integer
...... valueDate date
...... valueDateTime dateTime
...... valueTime time
...... valueString string
...... valueUri uri
...... valueAttachment Attachment
...... valueCoding Coding
...... valueQuantity Quantity
...... valueReference Reference(Resource)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Questionnaire.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|4.0.1
from the FHIR Standard
Questionnaire.subjectTyperequiredPattern: Patient
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
Questionnaire.item.typerequiredQuestionnaireItemType
http://hl7.org/fhir/ValueSet/item-type|4.0.1
from the FHIR Standard
Questionnaire.item.enableWhen.operatorrequiredQuestionnaireItemOperator
http://hl7.org/fhir/ValueSet/questionnaire-enable-operator|4.0.1
from the FHIR Standard
Questionnaire.item.enableWhen.answer[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard
Questionnaire.item.answerOption.value[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard
Questionnaire.item.initial.value[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorQuestionnaireリソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorQuestionnaireリソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorQuestionnaireリソースが別のリソースに含まれている場合、meta.versionidもmeta.lastupdatedも持ってはならない。 / If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorQuestionnaire別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceQuestionnaireリソースには、堅牢な管理のための叙述(Narative)が必要です / A resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素には、@valueまたは子供が必要です / All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensions両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both
: extension.exists() != value.exists()
que-0warningQuestionnaire名前は、コード生成などのマシン処理アプリケーションによってモジュールの識別子として使用可能である必要があります / Name should be usable as an identifier for the module by machine processing applications such as code generation
: name.matches('[A-Z]([A-Za-z0-9_]){0,254}')
que-1errorQuestionnaire.itemグループアイテムにはネストされたアイテムが必要であり、表示アイテムはネストされたアイテムを持っていない必要があります / Group items must have nested items, display items cannot have nested items
: (type='group' implies item.empty().not()) and (type.trace('type')='display' implies item.trace('item').empty())
que-2errorQuestionnaireグループと質問のリンクIDは、アンケート内で一意でなければなりません / The link ids for groups and questions must be unique within the questionnaire
: descendants().linkId.isDistinct()
que-3errorQuestionnaire.itemディスプレイアイテムには、「コード」が主張されていません / Display items cannot have a "code" asserted
: type!='display' or code.empty()
que-4errorQuestionnaire.item質問には、AnsweroptionとAnserValuesetの両方がありません / A question cannot have both answerOption and answerValueSet
: answerOption.empty() or answerValueSet.empty()
que-5errorQuestionnaire.item「選択」と「オープン選択」アイテムのみがextervaluesetを持つことができます / Only 'choice' and 'open-choice' items can have answerValueSet
: (type ='choice' or type = 'open-choice' or type = 'decimal' or type = 'integer' or type = 'date' or type = 'dateTime' or type = 'time' or type = 'string' or type = 'quantity') or (answerValueSet.empty() and answerOption.empty())
que-6errorQuestionnaire.item表示されるアイテムの場合、繰り返しは許可されていません / Required and repeat aren't permitted for display items
: type!='display' or (required.empty() and repeats.empty())
que-7errorQuestionnaire.item.enableWhenオペレーターが「存在する」場合、値はブール値でなければなりません / If the operator is 'exists', the value must be a boolean
: operator = 'exists' implies (answer is Boolean)
que-8errorQuestionnaire.itemグループや表示アイテムに初期値を指定できません / Initial values can't be specified for groups or display items
: (type!='group' and type!='display') or initial.empty()
que-9errorQuestionnaire.item「ディスプレイ」アイテムには読み取り専用を指定できません / Read-only can't be specified for "display" items
: type!='display' or readOnly.empty()
que-10errorQuestionnaire.item最大長さは、単純な質問タイプでのみ宣言できます / Maximum length can only be declared for simple question types
: (type in ('boolean' | 'decimal' | 'integer' | 'string' | 'text' | 'url' | 'open-choice')) or maxLength.empty()
que-11errorQuestionnaire.item1つ以上のAnsweroptionが存在する場合、初期[x]が欠落している必要があります / If one or more answerOption is present, initial[x] must be missing
: answerOption.empty() or initial.empty()
que-12errorQuestionnaire.itemいつ複数の有効化できる場合、enablebehaviorを指定する必要があります / If there are more than one enableWhen, enableBehavior must be specified
: enableWhen.count() > 2 implies enableBehavior.exists()
que-13errorQuestionnaire.itemアイテムを繰り返すための複数の初期値のみを持つことができます / Can only have multiple initial values for repeating items
: repeats=true or initial.count() <= 1

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Questionnaire C 0..* JP_Questionnaire 構造化された一連の質問 / A structured set of questions
que-0: 名前は、コード生成などのマシン処理アプリケーションによってモジュールの識別子として使用可能である必要があります / Name should be usable as an identifier for the module by machine processing applications such as code generation
que-2: グループと質問のリンクIDは、アンケート内で一意でなければなりません / The link ids for groups and questions must be unique within the questionnaire
... id Σ 0..1 id このアーティファクトの論理ID / Logical id of this artifact
... meta Σ 0..1 Meta リソースに関するメタデータ / Metadata about the resource
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールのセット / A set of rules under which this content was created
... language 0..1 code リソースコンテンツの言語 / Language of the resource content
Binding: CommonLanguages (preferred): 人間の言語。 / A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 人間の解釈のためのリソースのテキスト概要 / Text summary of the resource, for human interpretation
... contained 0..* Resource インラインリソースが含まれています / Contained, inline Resources
... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
... modifierExtension ?! 0..* Extension 無視できない拡張機能 / Extensions that cannot be ignored
... url Σ 0..1 uri このアンケートの標準識別子、URI(グローバルにユニーク)として表される / Canonical identifier for this questionnaire, represented as a URI (globally unique)
... identifier SΣ 1..1 Identifier アンケートの追加識別子 / Additional identifier for the questionnaire
... version SΣ 1..1 string アンケートのビジネスバージョン / Business version of the questionnaire
... name SΣC 1..1 string このアンケートの名前(コンピューターフレンドリー) / Name for this questionnaire (computer friendly)
... title SΣ 1..1 string このアンケートの名前(人間に優しい) / Name for this questionnaire (human friendly)
... derivedFrom S 0..1 canonical(Questionnaire) プロトコルまたは定義をインスタンス化します / Instantiates protocol or definition
... status ?!SΣ 1..1 code 公表のステータス(必須)
Binding: PublicationStatus (required): アーティファクトのライフサイクルステータス。 / The lifecycle status of an artifact.

... experimental Σ 0..1 boolean テスト目的で、実際の使用法ではありません / For testing purposes, not real usage
... subjectType SΣ 1..1 code アンケートの対象となる可能性のあるリソース / Resource that can be subject of QuestionnaireResponse
Binding: ResourceType (required): このバージョンのFHIRの一部として定義されたリソースタイプの1つ。 / One of the resource types defined as part of this version of FHIR.



Required Pattern: Patient
... date SΣ 1..1 dateTime 質問表の作成/最終更新日時
... publisher SΣ 1..1 string 質問表の作成/最終更新者
... contact Σ 0..* ContactDetail 出版社の連絡先の詳細 / Contact details for the publisher
... description S 1..1 markdown 質問表の説明
... useContext Σ 0..* UsageContext コンテンツがサポートすることを意図しているというコンテキスト / The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept アンケートの管轄権(該当する場合) / Intended jurisdiction for questionnaire (if applicable)
Binding: Jurisdiction ValueSet (extensible): このアーティファクトが使用することを目的としている国と地域。 / Countries and regions within which this artifact is targeted for use.


... purpose 0..1 markdown このアンケートが定義されている理由 / Why this questionnaire is defined
... copyright 0..1 markdown 使用および/または公開制限 / Use and/or publishing restrictions
... approvalDate 0..1 date アンケートが出版社によって承認されたとき / When the questionnaire was approved by publisher
... lastReviewDate 0..1 date アンケートが最後にレビューされたとき / When the questionnaire was last reviewed
... effectivePeriod Σ 0..1 Period アンケートが使用されると予想される場合 / When the questionnaire is expected to be used
... code Σ 0..* Coding 全体的なアンケートを表す概念 / Concept that represents the overall questionnaire
Binding: QuestionnaireQuestionCodes (example): アンケート、グループ、および個々の質問のコード。 / Codes for questionnaires, groups and individual questions.


... item SC 0..* BackboneElement 質問セクションまたは個々の質問項目
que-1: グループアイテムにはネストされたアイテムが必要であり、表示アイテムはネストされたアイテムを持っていない必要があります / Group items must have nested items, display items cannot have nested items
que-3: ディスプレイアイテムには、「コード」が主張されていません / Display items cannot have a "code" asserted
que-4: 質問には、AnsweroptionとAnserValuesetの両方がありません / A question cannot have both answerOption and answerValueSet
que-5: 「選択」と「オープン選択」アイテムのみがextervaluesetを持つことができます / Only 'choice' and 'open-choice' items can have answerValueSet
que-6: 表示されるアイテムの場合、繰り返しは許可されていません / Required and repeat aren't permitted for display items
que-8: グループや表示アイテムに初期値を指定できません / Initial values can't be specified for groups or display items
que-9: 「ディスプレイ」アイテムには読み取り専用を指定できません / Read-only can't be specified for "display" items
que-10: 最大長さは、単純な質問タイプでのみ宣言できます / Maximum length can only be declared for simple question types
que-11: 1つ以上のAnsweroptionが存在する場合、初期[x]が欠落している必要があります / If one or more answerOption is present, initial[x] must be missing
que-12: いつ複数の有効化できる場合、enablebehaviorを指定する必要があります / If there are more than one enableWhen, enableBehavior must be specified
que-13: アイテムを繰り返すための複数の初期値のみを持つことができます / Can only have multiple initial values for repeating items
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
.... linkId S 1..1 string 対応する質問票の項目の階層的な番号または項目グループ番号。必須。
.... definition S 0..1 uri 質問項目を定義するFHIR定義のURL
.... code C 0..* Coding 用語のこの項目の対応する概念 / Corresponding concept for this item in a terminology
Binding: QuestionnaireQuestionCodes (example): アンケート、グループ、および個々の質問のコード。 / Codes for questionnaires, groups and individual questions.


.... prefix S 0..1 string 質問項目の番号または記号(表示用文字列)
.... text S 1..1 string グループのコンテンツの上に表示されるテキスト、または回答中の質問のテキストとして表示されるテキスト。
.... type S 1..1 code 質問項目のデータ型
Binding: QuestionnaireItemType (required): グループを質問から区別し、テキストを表示し、質問のデータ型を示します。 / Distinguishes groups from questions and display text and indicates data type for questions.

.... enableWhen ?!SC 0..* BackboneElement 質問項目の表示条件
que-7: オペレーターが「存在する」場合、値はブール値でなければなりません / If the operator is 'exists', the value must be a boolean
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... question 1..1 string アイテムが有効になっているかどうかを決定する質問 / Question that determines whether item is enabled
..... operator 1..1 code 存在する|= |!= |> |<|> = |<= / exists | = | != | > | < | >= | <=
Binding: QuestionnaireItemOperator (required): 質問が有効になる基準。 / The criteria by which a question is enabled.

..... answer[x] C 1..1 オペレーターに基づく質問比較の価値 / Value for question comparison based on operator
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... answerBoolean boolean
...... answerDecimal decimal
...... answerInteger integer
...... answerDate date
...... answerDateTime dateTime
...... answerTime time
...... answerString string
...... answerCoding Coding
...... answerQuantity Quantity
...... answerReference Reference(Resource)
.... enableBehavior C 0..1 code すべて|どれか / all | any
Binding: EnableWhenBehavior (required): 値がどのように解釈されるか - すべてまたはすべてが真でなければならないかどうかを制御します。 / Controls how multiple enableWhen values are interpreted - whether all or any must be true.

.... required C 0..1 boolean アイテムをデータ結果に含める必要があるかどうか / Whether the item must be included in data results
.... repeats C 0..1 boolean アイテムが繰り返されるかどうか / Whether the item may repeat
.... readOnly C 0..1 boolean 人間の編集を許可しないでください / Don't allow human editing
.... maxLength C 0..1 integer これほど多くのキャラクターにすぎません / No more than this many characters
.... answerValueSet C 0..1 canonical(ValueSet) 許可された回答を含むバリューセット / Valueset containing permitted answers
.... answerOption C 0..* BackboneElement 許可された回答 / Permitted answer
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... value[x] 1..1 回答値 / Answer value
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... valueInteger integer
...... valueDate date
...... valueTime time
...... valueString string
...... valueCoding Coding
...... valueReference Reference(Resource)
..... initialSelected 0..1 boolean オプションがデフォルトで選択されるかどうか / Whether option is selected by default
.... initial C 0..* BackboneElement アイテムが最初にレンダリングされたときの初期値 / Initial value(s) when item is first rendered
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension 認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
..... value[x] 1..1 質問を初期化するための実際の価値 / Actual value for initializing the question
Binding: QuestionnaireAnswerCodes (example): 質問に答えるための値が許可されています。 / Allowed values to answer questions.

...... valueBoolean boolean
...... valueDecimal decimal
...... valueInteger integer
...... valueDate date
...... valueDateTime dateTime
...... valueTime time
...... valueString string
...... valueUri uri
...... valueAttachment Attachment
...... valueCoding Coding
...... valueQuantity Quantity
...... valueReference Reference(Resource)
.... item C 0..* See item (Questionnaire) ネストされたアンケート項目 / Nested questionnaire items

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Questionnaire.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Questionnaire.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|4.0.1
from the FHIR Standard
Questionnaire.subjectTyperequiredPattern: Patient
http://hl7.org/fhir/ValueSet/resource-types|4.0.1
from the FHIR Standard
Questionnaire.jurisdictionextensibleJurisdiction ValueSet
http://hl7.org/fhir/ValueSet/jurisdiction
from the FHIR Standard
Questionnaire.codeexampleQuestionnaireQuestionCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/questionnaire-questions
from the FHIR Standard
Questionnaire.item.codeexampleQuestionnaireQuestionCodes (a valid code from LOINC)
http://hl7.org/fhir/ValueSet/questionnaire-questions
from the FHIR Standard
Questionnaire.item.typerequiredQuestionnaireItemType
http://hl7.org/fhir/ValueSet/item-type|4.0.1
from the FHIR Standard
Questionnaire.item.enableWhen.operatorrequiredQuestionnaireItemOperator
http://hl7.org/fhir/ValueSet/questionnaire-enable-operator|4.0.1
from the FHIR Standard
Questionnaire.item.enableWhen.answer[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard
Questionnaire.item.enableBehaviorrequiredEnableWhenBehavior
http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior|4.0.1
from the FHIR Standard
Questionnaire.item.answerOption.value[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard
Questionnaire.item.initial.value[x]exampleQuestionnaireAnswerCodes (a valid code from SNOMED CT)
http://hl7.org/fhir/ValueSet/questionnaire-answers
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorQuestionnaireリソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorQuestionnaireリソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorQuestionnaireリソースが別のリソースに含まれている場合、meta.versionidもmeta.lastupdatedも持ってはならない。 / If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorQuestionnaire別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceQuestionnaireリソースには、堅牢な管理のための叙述(Narative)が必要です / A resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素には、@valueまたは子供が必要です / All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensions両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both
: extension.exists() != value.exists()
que-0warningQuestionnaire名前は、コード生成などのマシン処理アプリケーションによってモジュールの識別子として使用可能である必要があります / Name should be usable as an identifier for the module by machine processing applications such as code generation
: name.matches('[A-Z]([A-Za-z0-9_]){0,254}')
que-1errorQuestionnaire.itemグループアイテムにはネストされたアイテムが必要であり、表示アイテムはネストされたアイテムを持っていない必要があります / Group items must have nested items, display items cannot have nested items
: (type='group' implies item.empty().not()) and (type.trace('type')='display' implies item.trace('item').empty())
que-2errorQuestionnaireグループと質問のリンクIDは、アンケート内で一意でなければなりません / The link ids for groups and questions must be unique within the questionnaire
: descendants().linkId.isDistinct()
que-3errorQuestionnaire.itemディスプレイアイテムには、「コード」が主張されていません / Display items cannot have a "code" asserted
: type!='display' or code.empty()
que-4errorQuestionnaire.item質問には、AnsweroptionとAnserValuesetの両方がありません / A question cannot have both answerOption and answerValueSet
: answerOption.empty() or answerValueSet.empty()
que-5errorQuestionnaire.item「選択」と「オープン選択」アイテムのみがextervaluesetを持つことができます / Only 'choice' and 'open-choice' items can have answerValueSet
: (type ='choice' or type = 'open-choice' or type = 'decimal' or type = 'integer' or type = 'date' or type = 'dateTime' or type = 'time' or type = 'string' or type = 'quantity') or (answerValueSet.empty() and answerOption.empty())
que-6errorQuestionnaire.item表示されるアイテムの場合、繰り返しは許可されていません / Required and repeat aren't permitted for display items
: type!='display' or (required.empty() and repeats.empty())
que-7errorQuestionnaire.item.enableWhenオペレーターが「存在する」場合、値はブール値でなければなりません / If the operator is 'exists', the value must be a boolean
: operator = 'exists' implies (answer is Boolean)
que-8errorQuestionnaire.itemグループや表示アイテムに初期値を指定できません / Initial values can't be specified for groups or display items
: (type!='group' and type!='display') or initial.empty()
que-9errorQuestionnaire.item「ディスプレイ」アイテムには読み取り専用を指定できません / Read-only can't be specified for "display" items
: type!='display' or readOnly.empty()
que-10errorQuestionnaire.item最大長さは、単純な質問タイプでのみ宣言できます / Maximum length can only be declared for simple question types
: (type in ('boolean' | 'decimal' | 'integer' | 'string' | 'text' | 'url' | 'open-choice')) or maxLength.empty()
que-11errorQuestionnaire.item1つ以上のAnsweroptionが存在する場合、初期[x]が欠落している必要があります / If one or more answerOption is present, initial[x] must be missing
: answerOption.empty() or initial.empty()
que-12errorQuestionnaire.itemいつ複数の有効化できる場合、enablebehaviorを指定する必要があります / If there are more than one enableWhen, enableBehavior must be specified
: enableWhen.count() > 2 implies enableBehavior.exists()
que-13errorQuestionnaire.itemアイテムを繰り返すための複数の初期値のみを持つことができます / Can only have multiple initial values for repeating items
: repeats=true or initial.count() <= 1

This structure is derived from JP_Questionnaire

Summary

Mandatory: 8 elements(1 nested mandatory element)
Must-Support: 17 elements

 

Other representations of profile: CSV, Excel, Schematron