ePath R4 Implementation Guide
1.0.1 - ci-build Japan

ePath R4 Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: EPath List EPathRepository

Official URL: http://e-path.jp/fhir/ePath/StructureDefinition/EPathListEPathRepository Version: 1.0.1
Active as of 2025-12-05 Computable Name: EPathListEPathRepository

Copyright/Legal: Joint Committee of JAMI and JSCP(日本医療情報学会と日本クリニカルパス学会との合同委員会). CC(Creative Commons) BY-ND 4.0

適用後パスデータリスト

病日ごとに分割した適用後パスデータバンドルをグルーピングするために使用する。FHIRリポジトリに適用後パスデータバンドルを格納する際のインデックスデータを目的としており、単純なデータ交換においては作成する必要はない。

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* List 適用後パスデータリスト
Constraints: lst-1, lst-2, lst-3
... meta Σ 0..1 Meta 「リソースに関するメタデータ」
.... profile SΣ 1..* canonical(StructureDefinition) 本プロファイルを識別するURLとバージョンを指定する。http://e-path.jp/fhir/ePath/StructureDefinition/EPathListEPathRepository|x.y.z を設定する。
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:ePathListPathCode S 1..* canonical(PlanDefinition) ひな型パスの正規URL
URL: http://e-path.jp/fhir/ePath/StructureDefinition/EPathListPathCode
... modifierExtension ?! 0..* Extension 無視できない拡張機能 (Mushi dekinai kakuchou kinou)
... Slices for identifier 1..* Identifier ビジネス識別子 (bijinesu shikibetsu-shi)
Slice: Unordered, Open by value:system
.... identifier:applyId S 1..1 Identifier 適用時パス識別子
..... use ?!Σ 0..1 code 通常|公式|温度|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): 既知の場合、この識別子の目的を識別します。 / Identifies the purpose for this identifier, if known .
..... system SΣ 1..1 uri 識別子値の名前空間 / The namespace for the identifier value
Fixed Value: http://e-path.jp/fhir/ePath/IdSystem/apply-id
..... value SΣ 1..1 string 医療機関コード、適用時パス識別子を半角ピリオド"."で連結したものを設定する。
... status ?!SΣ 1..1 code 現在の | 退職した | ミス入力された
Binding: ListStatus (required): リストの現在の状態。
... mode ?!SΣ 1..1 code 働いている | スナップショット | 変更。
Binding: ListMode (required): このリストに適用される処理モード。
... title SΣ 1..1 string 施設パス名称
Example General: Dr. Jane's Patients
... code SΣ 0..1 CodeableConcept 用途種別
Binding: EPath UsesType VS (extensible)
.... coding Σ 0..* Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... system Σ 1..1 uri 用語システムのアイデンティティ / Identity of the terminology system
..... code SΣ 1..1 code システムによって定義された構文のシンボル / Symbol in syntax defined by the system
... subject SΣ 1..1 Reference(JP Core Patient Profile) 患者情報
.... display Σ 0..1 string 患者氏名
... date SΣ 1..1 dateTime パス適用開始日
... entry C 1..* BackboneElement リストのエントリー (Risuto no entorī)
.... modifierExtension ?!Σ 0..* Extension 「認識されなくても無視できない拡張機能」(Ninshiki sarenakutemo mushi dekinai kakuchou kinou)
.... deleted ?!C 0..1 boolean もしこの項目が削除されたとマークされている場合。
.... item 1..1 Reference(Bundle) 分割された適用後パスデータ(Bundle)の情報
..... reference SΣC 0..1 string ePathデータ構造 適用後パスデータ(Bundle)への参照
..... type SΣ 1..1 uri リソース名
Binding: ResourceType (extensible): AAリソース(または、論理モデルの場合、論理モデルのURI)。 / Aa resource (or, for logical models, the URI of the logical model).
..... display SΣ 1..1 string 表記

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.identifier:applyId.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
List.status Base required ListStatus 📍4.0.1 FHIR Std.
List.mode Base required ListMode 📍4.0.1 FHIR Std.
List.code Base extensible EPath UsesType VS 📦1.0.1 This IG
List.entry.item.type Base extensible ResourceType 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error List もしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (moshi risōsu ga hoka no risōsu ni fukumarete iru baai, sono risōsu ni wa nesuto sareta risōsu o fukumete wa narimasen). contained.contained.empty()
dom-3 error List もしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。 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-4 error List もしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。 contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error List 「もしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。」 contained.meta.security.empty()
dom-6 best practice List 「資源は堅牢な管理のために物語を持つべきである。」 text.`div`.exists()
ele-1 error **ALL** elements すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 「拡張機能または値[x]のいずれかが必要です。両方ではありません。」 extension.exists() != value.exists()
lst-1 error List 「リストが空の場合のみ、空の理由を持つことができる。」 emptyReason.empty() or entry.empty()
lst-2 error List 削除されたフラグは、リストのモードが「変更」の場合にのみ使用できます。 mode = 'changes' or entry.deleted.empty()
lst-3 error List 「リストのモードが「作業中」の場合にのみ入力日を使用できます。」 mode = 'working' or entry.date.empty()

This structure is derived from List

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List 0..* List 適用後パスデータリスト
... meta
.... profile S 1..* canonical(StructureDefinition) 本プロファイルを識別するURLとバージョンを指定する。http://e-path.jp/fhir/ePath/StructureDefinition/EPathListEPathRepository|x.y.z を設定する。
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:ePathListPathCode S 1..* canonical(PlanDefinition) ひな型パスの正規URL
URL: http://e-path.jp/fhir/ePath/StructureDefinition/EPathListPathCode
... Slices for identifier 1..* Identifier ビジネス識別子 (bijinesu shikibetsu-shi)
Slice: Unordered, Open by value:system
.... identifier:applyId S 1..1 Identifier 適用時パス識別子
..... system S 1..1 uri 識別子値の名前空間 / The namespace for the identifier value
Fixed Value: http://e-path.jp/fhir/ePath/IdSystem/apply-id
..... value S 1..1 string 医療機関コード、適用時パス識別子を半角ピリオド"."で連結したものを設定する。
... status S 1..1 code 現在の | 退職した | ミス入力された
... mode S 1..1 code 働いている | スナップショット | 変更。
... title S 1..1 string 施設パス名称
... code S 0..1 CodeableConcept 用途種別
Binding: EPath UsesType VS (extensible)
.... coding
..... system 1..1 uri 用語システムのアイデンティティ / Identity of the terminology system
..... code S 1..1 code システムによって定義された構文のシンボル / Symbol in syntax defined by the system
... subject S 1..1 Reference(JP Core Patient Profile) 患者情報
.... display 0..1 string 患者氏名
... date S 1..1 dateTime パス適用開始日
... entry 1..* BackboneElement リストのエントリー (Risuto no entorī)
.... item 1..1 Reference(Bundle) 分割された適用後パスデータ(Bundle)の情報
..... reference S 0..1 string ePathデータ構造 適用後パスデータ(Bundle)への参照
..... type S 1..1 uri リソース名
..... display S 1..1 string 表記

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
List.code Base extensible EPath UsesType VS 📦1.0.1 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* List 適用後パスデータリスト
Constraints: lst-1, lst-2, lst-3
... id Σ 0..1 id このアーティファクトの論理ID
... meta Σ 0..1 Meta 「リソースに関するメタデータ」
.... id 0..1 string エレメント相互参照のためのユニークID
.... extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id バージョン固有の識別子 (Baajon koyū no shikibetsu-shi)
.... lastUpdated Σ 0..1 instant 「リソースのバージョンが最後に変更されたとき」
.... source Σ 0..1 uri 「リソースがどこから来たかを特定する」(Risōsu ga doko kara kita ka o tokutei suru)
.... profile SΣ 1..* canonical(StructureDefinition) 本プロファイルを識別するURLとバージョンを指定する。http://e-path.jp/fhir/ePath/StructureDefinition/EPathListEPathRepository|x.y.z を設定する。
.... security Σ 0..* Coding このリソースに適用されたセキュリティラベル
Binding: All Security Labels (extensible): 医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。
.... tag Σ 0..* Coding このリソースに適用されたタグ
Binding: CommonTags (example): 「様々なタグを表すコードで、一般的にはワークフローに関連しています。
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... language 0..1 code 「リソースコンテンツの言語」(Risōsukontentsu no gengo)
Binding: CommonLanguages (preferred): 「人間の言語。」(Ningen no gengo.)
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 「人間の解釈のためのリソースのテキスト要約」
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource 「含まれている、インラインのリソース」(Fukuma rete iru, inrain no risōsu)
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:ePathListPathCode S 1..* canonical(PlanDefinition) ひな型パスの正規URL
URL: http://e-path.jp/fhir/ePath/StructureDefinition/EPathListPathCode
... modifierExtension ?! 0..* Extension 無視できない拡張機能 (Mushi dekinai kakuchou kinou)
... Slices for identifier 1..* Identifier ビジネス識別子 (bijinesu shikibetsu-shi)
Slice: Unordered, Open by value:system
.... identifier:applyId S 1..1 Identifier 適用時パス識別子
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code 通常|公式|温度|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): 既知の場合、この識別子の目的を識別します。 / Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept 識別子の説明 / Description of identifier
Binding: Identifier Type Codes (extensible): 特定の目的に使用する識別子を決定するために使用できる識別子のコード化されたタイプ。 / A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
..... system SΣ 1..1 uri 識別子値の名前空間 / The namespace for the identifier value
Fixed Value: http://e-path.jp/fhir/ePath/IdSystem/apply-id
..... value SΣ 1..1 string 医療機関コード、適用時パス識別子を半角ピリオド"."で連結したものを設定する。
..... period Σ 0..1 Period IDが使用に有効だった時間期間 / Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) IDを発行した組織(単なるテキストである可能性があります) / Organization that issued id (may be just text)
... status ?!SΣ 1..1 code 現在の | 退職した | ミス入力された
Binding: ListStatus (required): リストの現在の状態。
... mode ?!SΣ 1..1 code 働いている | スナップショット | 変更。
Binding: ListMode (required): このリストに適用される処理モード。
... title SΣ 1..1 string 施設パス名称
Example General: Dr. Jane's Patients
... code SΣ 0..1 CodeableConcept 用途種別
Binding: EPath UsesType VS (extensible)
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri 用語システムのアイデンティティ / Identity of the terminology system
..... version Σ 0..1 string システムのバージョン - 関連する場合 / Version of the system - if relevant
..... code SΣ 1..1 code システムによって定義された構文のシンボル / Symbol in syntax defined by the system
..... display Σ 0..1 string システムによって定義された表現 / Representation defined by the system
..... userSelected Σ 0..1 boolean このコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
.... text Σ 0..1 string コンセプトの単純なテキスト表現 / Plain text representation of the concept
... subject SΣ 1..1 Reference(JP Core Patient Profile) 患者情報
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string リテラル参照、相対、内部または絶対URL / Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri 入力リファレンスを指す(例:「患者」) / Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): AAリソース(または、論理モデルの場合、論理モデルのURI)。 / Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier 文字通りの参照が不明な場合、論理的参照 / Logical reference, when literal reference is not known
.... display Σ 0..1 string 患者氏名
... encounter 0..1 Reference(Encounter) 作成されたリストの文脈
... date SΣ 1..1 dateTime パス適用開始日
... source Σ 0..1 Reference(Practitioner | PractitionerRole | Patient | Device) 「リストの内容を定義したのは誰または何ですか?(別名:著者)」
... orderedBy 0..1 CodeableConcept 「リストに何の順序があるか」
Binding: ListOrderCodes (preferred): 「リスト内のアイテムに適用される順序は何ですか?」(Risuto nai no aitemu ni tekiyō sareru junjo wa nanidesu ka?)
... note 0..* Annotation リストについてのコメント
... entry C 1..* BackboneElement リストのエントリー (Risuto no entorī)
.... id 0..1 string エレメント相互参照のためのユニークID
.... extension 0..* Extension 実装によって定義される追加コンテンツ
.... modifierExtension ?!Σ 0..* Extension 「認識されなくても無視できない拡張機能」(Ninshiki sarenakutemo mushi dekinai kakuchou kinou)
.... flag 0..1 CodeableConcept このアイテムに関するステータス/ワークフロー情報
Binding: PatientMedicineChangeTypes (example): リスト内のアイテムの理由や意味に関する詳細情報を提供するコード。
.... deleted ?!C 0..1 boolean もしこの項目が削除されたとマークされている場合。
.... date 0..1 dateTime リストにアイテムが追加されたとき
.... item 1..1 Reference(Bundle) 分割された適用後パスデータ(Bundle)の情報
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... reference SΣC 0..1 string ePathデータ構造 適用後パスデータ(Bundle)への参照
..... type SΣ 1..1 uri リソース名
Binding: ResourceType (extensible): AAリソース(または、論理モデルの場合、論理モデルのURI)。 / Aa resource (or, for logical models, the URI of the logical model).
..... identifier Σ 0..1 Identifier 文字通りの参照が不明な場合、論理的参照 / Logical reference, when literal reference is not known
..... display SΣ 1..1 string 表記
... emptyReason C 0..1 CodeableConcept なぜリストが空なのか。 (naze risuto ga kara na no ka?)
Binding: ListEmptyReasons (preferred): もしリストが空なら、なぜ空なのか。

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.meta.security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
List.meta.tag Base example Common Tags 📍4.0.1 FHIR Std.
List.language Base preferred Common Languages 📍4.0.1 FHIR Std.
List.identifier:applyId.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
List.identifier:applyId.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
List.status Base required ListStatus 📍4.0.1 FHIR Std.
List.mode Base required ListMode 📍4.0.1 FHIR Std.
List.code Base extensible EPath UsesType VS 📦1.0.1 This IG
List.subject.type Base extensible ResourceType 📍4.0.1 FHIR Std.
List.orderedBy Base preferred List Order Codes 📍4.0.1 FHIR Std.
List.entry.flag Base example Patient Medicine Change Types 📍4.0.1 FHIR Std.
List.entry.item.type Base extensible ResourceType 📍4.0.1 FHIR Std.
List.emptyReason Base preferred List Empty Reasons 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error List もしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (moshi risōsu ga hoka no risōsu ni fukumarete iru baai, sono risōsu ni wa nesuto sareta risōsu o fukumete wa narimasen). contained.contained.empty()
dom-3 error List もしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。 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-4 error List もしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。 contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error List 「もしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。」 contained.meta.security.empty()
dom-6 best practice List 「資源は堅牢な管理のために物語を持つべきである。」 text.`div`.exists()
ele-1 error **ALL** elements すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 「拡張機能または値[x]のいずれかが必要です。両方ではありません。」 extension.exists() != value.exists()
lst-1 error List 「リストが空の場合のみ、空の理由を持つことができる。」 emptyReason.empty() or entry.empty()
lst-2 error List 削除されたフラグは、リストのモードが「変更」の場合にのみ使用できます。 mode = 'changes' or entry.deleted.empty()
lst-3 error List 「リストのモードが「作業中」の場合にのみ入力日を使用できます。」 mode = 'working' or entry.date.empty()

This structure is derived from List

Summary

Mandatory: 12 elements(3 nested mandatory elements)
Must-Support: 15 elements
Fixed: 1 element

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the values of List.identifier

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* List 適用後パスデータリスト
Constraints: lst-1, lst-2, lst-3
... meta Σ 0..1 Meta 「リソースに関するメタデータ」
.... profile SΣ 1..* canonical(StructureDefinition) 本プロファイルを識別するURLとバージョンを指定する。http://e-path.jp/fhir/ePath/StructureDefinition/EPathListEPathRepository|x.y.z を設定する。
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:ePathListPathCode S 1..* canonical(PlanDefinition) ひな型パスの正規URL
URL: http://e-path.jp/fhir/ePath/StructureDefinition/EPathListPathCode
... modifierExtension ?! 0..* Extension 無視できない拡張機能 (Mushi dekinai kakuchou kinou)
... Slices for identifier 1..* Identifier ビジネス識別子 (bijinesu shikibetsu-shi)
Slice: Unordered, Open by value:system
.... identifier:applyId S 1..1 Identifier 適用時パス識別子
..... use ?!Σ 0..1 code 通常|公式|温度|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): 既知の場合、この識別子の目的を識別します。 / Identifies the purpose for this identifier, if known .
..... system SΣ 1..1 uri 識別子値の名前空間 / The namespace for the identifier value
Fixed Value: http://e-path.jp/fhir/ePath/IdSystem/apply-id
..... value SΣ 1..1 string 医療機関コード、適用時パス識別子を半角ピリオド"."で連結したものを設定する。
... status ?!SΣ 1..1 code 現在の | 退職した | ミス入力された
Binding: ListStatus (required): リストの現在の状態。
... mode ?!SΣ 1..1 code 働いている | スナップショット | 変更。
Binding: ListMode (required): このリストに適用される処理モード。
... title SΣ 1..1 string 施設パス名称
Example General: Dr. Jane's Patients
... code SΣ 0..1 CodeableConcept 用途種別
Binding: EPath UsesType VS (extensible)
.... coding Σ 0..* Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... system Σ 1..1 uri 用語システムのアイデンティティ / Identity of the terminology system
..... code SΣ 1..1 code システムによって定義された構文のシンボル / Symbol in syntax defined by the system
... subject SΣ 1..1 Reference(JP Core Patient Profile) 患者情報
.... display Σ 0..1 string 患者氏名
... date SΣ 1..1 dateTime パス適用開始日
... entry C 1..* BackboneElement リストのエントリー (Risuto no entorī)
.... modifierExtension ?!Σ 0..* Extension 「認識されなくても無視できない拡張機能」(Ninshiki sarenakutemo mushi dekinai kakuchou kinou)
.... deleted ?!C 0..1 boolean もしこの項目が削除されたとマークされている場合。
.... item 1..1 Reference(Bundle) 分割された適用後パスデータ(Bundle)の情報
..... reference SΣC 0..1 string ePathデータ構造 適用後パスデータ(Bundle)への参照
..... type SΣ 1..1 uri リソース名
Binding: ResourceType (extensible): AAリソース(または、論理モデルの場合、論理モデルのURI)。 / Aa resource (or, for logical models, the URI of the logical model).
..... display SΣ 1..1 string 表記

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.identifier:applyId.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
List.status Base required ListStatus 📍4.0.1 FHIR Std.
List.mode Base required ListMode 📍4.0.1 FHIR Std.
List.code Base extensible EPath UsesType VS 📦1.0.1 This IG
List.entry.item.type Base extensible ResourceType 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error List もしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (moshi risōsu ga hoka no risōsu ni fukumarete iru baai, sono risōsu ni wa nesuto sareta risōsu o fukumete wa narimasen). contained.contained.empty()
dom-3 error List もしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。 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-4 error List もしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。 contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error List 「もしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。」 contained.meta.security.empty()
dom-6 best practice List 「資源は堅牢な管理のために物語を持つべきである。」 text.`div`.exists()
ele-1 error **ALL** elements すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 「拡張機能または値[x]のいずれかが必要です。両方ではありません。」 extension.exists() != value.exists()
lst-1 error List 「リストが空の場合のみ、空の理由を持つことができる。」 emptyReason.empty() or entry.empty()
lst-2 error List 削除されたフラグは、リストのモードが「変更」の場合にのみ使用できます。 mode = 'changes' or entry.deleted.empty()
lst-3 error List 「リストのモードが「作業中」の場合にのみ入力日を使用できます。」 mode = 'working' or entry.date.empty()

Differential View

This structure is derived from List

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List 0..* List 適用後パスデータリスト
... meta
.... profile S 1..* canonical(StructureDefinition) 本プロファイルを識別するURLとバージョンを指定する。http://e-path.jp/fhir/ePath/StructureDefinition/EPathListEPathRepository|x.y.z を設定する。
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:ePathListPathCode S 1..* canonical(PlanDefinition) ひな型パスの正規URL
URL: http://e-path.jp/fhir/ePath/StructureDefinition/EPathListPathCode
... Slices for identifier 1..* Identifier ビジネス識別子 (bijinesu shikibetsu-shi)
Slice: Unordered, Open by value:system
.... identifier:applyId S 1..1 Identifier 適用時パス識別子
..... system S 1..1 uri 識別子値の名前空間 / The namespace for the identifier value
Fixed Value: http://e-path.jp/fhir/ePath/IdSystem/apply-id
..... value S 1..1 string 医療機関コード、適用時パス識別子を半角ピリオド"."で連結したものを設定する。
... status S 1..1 code 現在の | 退職した | ミス入力された
... mode S 1..1 code 働いている | スナップショット | 変更。
... title S 1..1 string 施設パス名称
... code S 0..1 CodeableConcept 用途種別
Binding: EPath UsesType VS (extensible)
.... coding
..... system 1..1 uri 用語システムのアイデンティティ / Identity of the terminology system
..... code S 1..1 code システムによって定義された構文のシンボル / Symbol in syntax defined by the system
... subject S 1..1 Reference(JP Core Patient Profile) 患者情報
.... display 0..1 string 患者氏名
... date S 1..1 dateTime パス適用開始日
... entry 1..* BackboneElement リストのエントリー (Risuto no entorī)
.... item 1..1 Reference(Bundle) 分割された適用後パスデータ(Bundle)の情報
..... reference S 0..1 string ePathデータ構造 適用後パスデータ(Bundle)への参照
..... type S 1..1 uri リソース名
..... display S 1..1 string 表記

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
List.code Base extensible EPath UsesType VS 📦1.0.1 This IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* List 適用後パスデータリスト
Constraints: lst-1, lst-2, lst-3
... id Σ 0..1 id このアーティファクトの論理ID
... meta Σ 0..1 Meta 「リソースに関するメタデータ」
.... id 0..1 string エレメント相互参照のためのユニークID
.... extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id バージョン固有の識別子 (Baajon koyū no shikibetsu-shi)
.... lastUpdated Σ 0..1 instant 「リソースのバージョンが最後に変更されたとき」
.... source Σ 0..1 uri 「リソースがどこから来たかを特定する」(Risōsu ga doko kara kita ka o tokutei suru)
.... profile SΣ 1..* canonical(StructureDefinition) 本プロファイルを識別するURLとバージョンを指定する。http://e-path.jp/fhir/ePath/StructureDefinition/EPathListEPathRepository|x.y.z を設定する。
.... security Σ 0..* Coding このリソースに適用されたセキュリティラベル
Binding: All Security Labels (extensible): 医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。
.... tag Σ 0..* Coding このリソースに適用されたタグ
Binding: CommonTags (example): 「様々なタグを表すコードで、一般的にはワークフローに関連しています。
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... language 0..1 code 「リソースコンテンツの言語」(Risōsukontentsu no gengo)
Binding: CommonLanguages (preferred): 「人間の言語。」(Ningen no gengo.)
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 「人間の解釈のためのリソースのテキスト要約」
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource 「含まれている、インラインのリソース」(Fukuma rete iru, inrain no risōsu)
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:ePathListPathCode S 1..* canonical(PlanDefinition) ひな型パスの正規URL
URL: http://e-path.jp/fhir/ePath/StructureDefinition/EPathListPathCode
... modifierExtension ?! 0..* Extension 無視できない拡張機能 (Mushi dekinai kakuchou kinou)
... Slices for identifier 1..* Identifier ビジネス識別子 (bijinesu shikibetsu-shi)
Slice: Unordered, Open by value:system
.... identifier:applyId S 1..1 Identifier 適用時パス識別子
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code 通常|公式|温度|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): 既知の場合、この識別子の目的を識別します。 / Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept 識別子の説明 / Description of identifier
Binding: Identifier Type Codes (extensible): 特定の目的に使用する識別子を決定するために使用できる識別子のコード化されたタイプ。 / A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
..... system SΣ 1..1 uri 識別子値の名前空間 / The namespace for the identifier value
Fixed Value: http://e-path.jp/fhir/ePath/IdSystem/apply-id
..... value SΣ 1..1 string 医療機関コード、適用時パス識別子を半角ピリオド"."で連結したものを設定する。
..... period Σ 0..1 Period IDが使用に有効だった時間期間 / Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) IDを発行した組織(単なるテキストである可能性があります) / Organization that issued id (may be just text)
... status ?!SΣ 1..1 code 現在の | 退職した | ミス入力された
Binding: ListStatus (required): リストの現在の状態。
... mode ?!SΣ 1..1 code 働いている | スナップショット | 変更。
Binding: ListMode (required): このリストに適用される処理モード。
... title SΣ 1..1 string 施設パス名称
Example General: Dr. Jane's Patients
... code SΣ 0..1 CodeableConcept 用途種別
Binding: EPath UsesType VS (extensible)
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri 用語システムのアイデンティティ / Identity of the terminology system
..... version Σ 0..1 string システムのバージョン - 関連する場合 / Version of the system - if relevant
..... code SΣ 1..1 code システムによって定義された構文のシンボル / Symbol in syntax defined by the system
..... display Σ 0..1 string システムによって定義された表現 / Representation defined by the system
..... userSelected Σ 0..1 boolean このコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
.... text Σ 0..1 string コンセプトの単純なテキスト表現 / Plain text representation of the concept
... subject SΣ 1..1 Reference(JP Core Patient Profile) 患者情報
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string リテラル参照、相対、内部または絶対URL / Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri 入力リファレンスを指す(例:「患者」) / Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): AAリソース(または、論理モデルの場合、論理モデルのURI)。 / Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier 文字通りの参照が不明な場合、論理的参照 / Logical reference, when literal reference is not known
.... display Σ 0..1 string 患者氏名
... encounter 0..1 Reference(Encounter) 作成されたリストの文脈
... date SΣ 1..1 dateTime パス適用開始日
... source Σ 0..1 Reference(Practitioner | PractitionerRole | Patient | Device) 「リストの内容を定義したのは誰または何ですか?(別名:著者)」
... orderedBy 0..1 CodeableConcept 「リストに何の順序があるか」
Binding: ListOrderCodes (preferred): 「リスト内のアイテムに適用される順序は何ですか?」(Risuto nai no aitemu ni tekiyō sareru junjo wa nanidesu ka?)
... note 0..* Annotation リストについてのコメント
... entry C 1..* BackboneElement リストのエントリー (Risuto no entorī)
.... id 0..1 string エレメント相互参照のためのユニークID
.... extension 0..* Extension 実装によって定義される追加コンテンツ
.... modifierExtension ?!Σ 0..* Extension 「認識されなくても無視できない拡張機能」(Ninshiki sarenakutemo mushi dekinai kakuchou kinou)
.... flag 0..1 CodeableConcept このアイテムに関するステータス/ワークフロー情報
Binding: PatientMedicineChangeTypes (example): リスト内のアイテムの理由や意味に関する詳細情報を提供するコード。
.... deleted ?!C 0..1 boolean もしこの項目が削除されたとマークされている場合。
.... date 0..1 dateTime リストにアイテムが追加されたとき
.... item 1..1 Reference(Bundle) 分割された適用後パスデータ(Bundle)の情報
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... reference SΣC 0..1 string ePathデータ構造 適用後パスデータ(Bundle)への参照
..... type SΣ 1..1 uri リソース名
Binding: ResourceType (extensible): AAリソース(または、論理モデルの場合、論理モデルのURI)。 / Aa resource (or, for logical models, the URI of the logical model).
..... identifier Σ 0..1 Identifier 文字通りの参照が不明な場合、論理的参照 / Logical reference, when literal reference is not known
..... display SΣ 1..1 string 表記
... emptyReason C 0..1 CodeableConcept なぜリストが空なのか。 (naze risuto ga kara na no ka?)
Binding: ListEmptyReasons (preferred): もしリストが空なら、なぜ空なのか。

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.meta.security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
List.meta.tag Base example Common Tags 📍4.0.1 FHIR Std.
List.language Base preferred Common Languages 📍4.0.1 FHIR Std.
List.identifier:applyId.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
List.identifier:applyId.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
List.status Base required ListStatus 📍4.0.1 FHIR Std.
List.mode Base required ListMode 📍4.0.1 FHIR Std.
List.code Base extensible EPath UsesType VS 📦1.0.1 This IG
List.subject.type Base extensible ResourceType 📍4.0.1 FHIR Std.
List.orderedBy Base preferred List Order Codes 📍4.0.1 FHIR Std.
List.entry.flag Base example Patient Medicine Change Types 📍4.0.1 FHIR Std.
List.entry.item.type Base extensible ResourceType 📍4.0.1 FHIR Std.
List.emptyReason Base preferred List Empty Reasons 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error List もしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (moshi risōsu ga hoka no risōsu ni fukumarete iru baai, sono risōsu ni wa nesuto sareta risōsu o fukumete wa narimasen). contained.contained.empty()
dom-3 error List もしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。 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-4 error List もしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。 contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error List 「もしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。」 contained.meta.security.empty()
dom-6 best practice List 「資源は堅牢な管理のために物語を持つべきである。」 text.`div`.exists()
ele-1 error **ALL** elements すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 「拡張機能または値[x]のいずれかが必要です。両方ではありません。」 extension.exists() != value.exists()
lst-1 error List 「リストが空の場合のみ、空の理由を持つことができる。」 emptyReason.empty() or entry.empty()
lst-2 error List 削除されたフラグは、リストのモードが「変更」の場合にのみ使用できます。 mode = 'changes' or entry.deleted.empty()
lst-3 error List 「リストのモードが「作業中」の場合にのみ入力日を使用できます。」 mode = 'working' or entry.date.empty()

This structure is derived from List

Summary

Mandatory: 12 elements(3 nested mandatory elements)
Must-Support: 15 elements
Fixed: 1 element

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the values of List.identifier

 

Other representations of profile: CSV, Excel, Schematron