電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.10.0
1.10.0 - release Japan

電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.10.0 - Local Development build (v1.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: JP_Bundle_ePCS - Detailed Descriptions

Active as of 2024-07-05

Definitions for the JP-Bundle-ePCS resource profile.

Guidance on how to interpret the contents of this table can be found here

0. Bundle
Definition

電子カルテ情報共有サービスに送信可能な患者療養計画サマリーのための文書 Bundleリソース


リソースのコレクションのためのコンテナ。 / A container for a collection of resources.

Short電子カルテ情報共有サービスに送信可能な患者療養計画サマリーのための文書 Bundleリソースリソースのコレクションが含まれています / Contains a collection of resources
Control0..*
Is Modifierfalse
Summaryfalse
Invariantsbdl-1: totalは、searchまたはhistoryの場合にのみ出現します / total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history'))
bdl-2: Entry.Searchはsearchの場合にのみ出現します。 / entry.search only when a search (entry.search.empty() or (type = 'searchset'))
bdl-3: Entry.Requestはbatch/transaction/historyで必須、それ以外の場合は禁止されています / entry.request mandatory for batch/transaction/history, otherwise prohibited (entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')))
bdl-4: Entry.responseは、batch-response/transaction-response/historyに必須であり、それ以外の場合は禁止されています / entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited (entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')))
bdl-7: fullurlはBundleでユニークである必要があります。または、同じfullurlを持つentryはmeta.versionIdを持っている必要があります。 / FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ((type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct())
bdl-9: documentには、systemとvalueのある identifierが必要です / A document must have an identifier with a system and a value (type = 'document' implies (identifier.system.exists() and identifier.value.exists()))
bdl-10: documentにはdateが必要です / A document must have a date (type = 'document' implies (timestamp.hasValue()))
bdl-11: documentには最初のリソースとしてCompositionが必要です / A document must have a Composition as the first resource (type = 'document' implies entry.first().resource.is(Composition))
bdl-12: メッセージには最初のリソースとしてMessageHeaderが必要です / A message must have a MessageHeader as the first resource (type = 'message' implies entry.first().resource.is(MessageHeader))
valid-system-bundleIdenfifier: R02151:Bundle.identifier.sysyemは、http://jpfhir.jp/fhir/clins/bundle-identifier (identifier.where(system='http://jpfhir.jp/fhir/clins/bundle-identifier').exists())
valid-value-bundleIdenfifier: R2152:Bundle.identifier.value は、医療機関番号10桁^西暦4件^36文字以内の半角文字列(英字、数字、ハイフン記号のみ可)であること。'^[0-4][0-9][1-3][0-9]{7}[\^]20[2-3][0-9][\^][A-Za-z0-9\-]{1,36}$' ((identifier.where(system = 'http://jpfhir.jp/fhir/clins/bundle-identifier').count()=1 and identifier.where(system = 'http://jpfhir.jp/fhir/clins/bundle-identifier').value.matches('^[0-4][0-9][1-3][0-9]{7}[\\^]20[2-3][0-9][\\^][A-Za-z0-9\\-]{1,36}$')))
bdl-1: totalは、searchまたはhistoryの場合にのみ出現します / total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history'))
bdl-2: Entry.Searchはsearchの場合にのみ出現します。 / entry.search only when a search (entry.search.empty() or (type = 'searchset'))
bdl-3: Entry.Requestはbatch/transaction/historyで必須、それ以外の場合は禁止されています / entry.request mandatory for batch/transaction/history, otherwise prohibited (entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')))
bdl-4: Entry.responseは、batch-response/transaction-response/historyに必須であり、それ以外の場合は禁止されています / entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited (entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')))
bdl-7: fullurlはBundleでユニークである必要があります。または、同じfullurlを持つentryはmeta.versionIdを持っている必要があります。 / FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ((type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct())
bdl-9: documentには、systemとvalueのある identifierが必要です / A document must have an identifier with a system and a value (type = 'document' implies (identifier.system.exists() and identifier.value.exists()))
bdl-10: documentにはdateが必要です / A document must have a date (type = 'document' implies (timestamp.hasValue()))
bdl-11: documentには最初のリソースとしてCompositionが必要です / A document must have a Composition as the first resource (type = 'document' implies entry.first().resource.is(Composition))
bdl-12: メッセージには最初のリソースとしてMessageHeaderが必要です / A message must have a MessageHeader as the first resource (type = 'message' implies entry.first().resource.is(MessageHeader))
2. Bundle.meta
Definition

リソースに関するMetadata。これは、インフラストラクチャによって維持されるコンテンツです。コンテンツの変更は、常にリソースのバージョンの変更に関連付けられているとは限りません。 / The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Shortリソースに関するMetadata / Metadata about the resource
Control0..1
TypeMeta
Is Modifierfalse
Summarytrue
Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. Bundle.meta.lastUpdated
Definition

リソースが最後に変更されたとき - 例えば、バージョンが変更されたとき。

Shortリソースのバージョンが最後に変更されたとき
Comments

この値はリソースが初めて作成される場合を除いて常に設定されています。サーバー/リソースマネージャーがこの値を設定します。クライアントが提供する値は関係ありません。これはHTTP Last-Modifiedに相当し、readのインタラクションで同じ値を持つべきです。

Control10..1
Typeinstant
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
6. Bundle.meta.profile
Definition

準拠しているプロファイルとして次のURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_ePCS|x.y.z


このリソースが準拠すると主張する StructureDefinition リソースに関するプロファイルのリストです。URL は StructureDefinition.url への参照です。

Short準拠しているプロファイルとして次のURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_ePCS|x.y.zこのリソースが適合を主張するプロファイル
Comments

これらの主張が時間の経過に伴って検証または更新される方法と、それらを決定するサーバーや他の基盤に任されます。プロファイルURLのリストは1セットです。

Control10..*
Typecanonical(StructureDefinition)
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
8. Bundle.implicitRules
Definition

リソースが構築されたときに従った一連のルールへの参照。コンテンツの処理時に理解する必要があります。多くの場合、これは他のプロファイルなどとともに特別なルールを定義する実装ガイドへの参照です。 / A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

Shortこのコンテンツが作成されたルールのセット / A set of rules under which this content was created
Comments

このルールセットを主張することは、コンテンツが限られた取引パートナーのセットによってのみ理解されることを制限します。これにより、本質的に長期的にデータの有用性が制限されます。ただし、既存の健康エコシステムは非常に破壊されており、一般的に計算可能な意味でデータを定義、収集、交換する準備ができていません。可能な限り、実装者や仕様ライターはこの要素の使用を避ける必要があります。多くの場合、使用する場合、URLは、これらの特別なルールを他のプロファイル、バリューセットなどとともに叙述(Narative)の一部として定義する実装ガイドへの参照です。 / Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Control0..1
Typeuri
Is Modifiertrue because 暗黙のルールは、意味または解釈を変更するリソースに関する追加の知識を提供する可能性があるため、この要素は修飾子としてラベル付けされています。 / This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
10. Bundle.identifier
Definition

Bundleリソースのidentifier要素は、一般に受信システム側で保存される。送信側は、後続の送信においてこのidentifierを指定することで、受信側は過去に受信したBundleリソースを特定し、それに含まれていた全データについて削除、更新などの処理を行うためにこれを使用することができる。


Bundleがサーバーからサーバーにコピーされると変更されないBundleの永続的なidentifier。 / A persistent identifier for the bundle that won't change as a bundle is copied from server to server.

Shortこの文書Bundleの固定識別子。Bundleの永続的なidentifier / Persistent identifier for the bundle
Comments

Bundleリソースのidentifier要素は、電子カルテ情報共有サービスへの送信の有無にかかわらず以下の通りとする。

Bundle.identifier.system : system値として、”http://jpfhir.jp/fhir/clins/bundle-identifier” を設定する。

Bundle.identifier.value : 実装ガイド本文 5情報送信仕様--Bundleリソースを識別するIdentifier要素-- に記載の[Bundle-ID]の仕様とする。


永続的なアイデンティティは、一般に、タイプのドキュメント、メッセージ、およびコレクションのバッチでのみ重要です。通常、検索と履歴の結果には入力されず、サーバーはバッチとトランザクションを処理するときにbundle.identifierを無視します。ドキュメントの場合、.identifierは、.identifierがグローバルに一意になるように埋め込まれます。 / Persistent identity generally only matters for batches of type Document, Message, and Collection. It would not normally be populated for search and history results and servers ignore Bundle.identifier when processing batches and transactions. For Documents the .identifier SHALL be populated such that the .identifier is globally unique.

NoteThis is a business identifier, not a resource identifier (see discussion)
Control10..1
TypeIdentifier
Is Modifierfalse
Must Supporttrue
Summarytrue
Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
12. Bundle.identifier.use
Definition

このidentifierの目的。 / The purpose of this identifier.

Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
Comments

アプリケーションは、identifierが一時的なものであると明示的に言っていない限り、永続的であると想定できます。 / Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

Control0..1
BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
(required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .

Typecode
Is Modifiertrue because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Requirements

特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
14. Bundle.identifier.system
Definition

値の名前空間、つまり一意のセット値を記述するURLを確立します。 / Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

Shortidentifier値の名前空間 / The namespace for the identifier value
Comments

identifier。システムは常にケースに敏感です。 / Identifier.system is always case sensitive.

Control10..1
Typeuri
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Requirements

identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Fixed Valuehttp://jpfhir.jp/fhir/clins/bundle-identifier
Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
16. Bundle.identifier.value
Definition

通常、identifierの部分はユーザーに関連し、システムのコンテキスト内で一意のユーザーに関連しています。 / The portion of the identifier typically relevant to the user and which is unique within the context of the system.

Short一意の値 / The value that is unique
Comments

値が完全なURIの場合、システムはurn:ietf:rfc:3986でなければなりません。値の主な目的は、計算マッピングです。その結果、比較目的で正規化される可能性があります(例えば、有意でない白文字、ダッシュなどの削除)ヒューマンディスプレイ用の値は、[レンダリングされた値拡張](拡張レンダリングValue.html)を使用して伝達できます。identifier。価値は、identifierの知識を使用しない限り、ケースに敏感なものとして扱われます。システムにより、プロセッサーは、非セイズに固有の処理が安全であると確信できます。 / If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

Control10..1
Typestring
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
18. Bundle.type
Definition

このバンドルの目的コード。本プロファイルでは document 固定とする。 (document | message | transaction | transaction_response | batch | batch_response | history | searchset | collection)


このBundleの目的 - 使用方法を示します。 / Indicates the purpose of this bundle - how it is intended to be used.

Shortドキュメント|メッセージ|トランザクション|トランザクション応答|バッチ|バッチ応答|歴史|検索セット|コレクション / document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
Comments

他の目的でBundleを使用することが可能です(たとえば、ドキュメントをトランザクションとして受け入れることができます)。これは主に定義されているため、一部のBundleタイプに特定のルールが存在する可能性があります。 / It's possible to use a bundle for other purposes (e.g. a document can be accepted as a transaction). This is primarily defined so that there can be specific rules for some of the bundle types.

Control1..1
BindingThe codes SHALL be taken from BundleTypehttp://hl7.org/fhir/ValueSet/bundle-type|4.0.1
(required to http://hl7.org/fhir/ValueSet/bundle-type|4.0.1)

Bundleの目的を示します - それがどのように使用されるか。 / Indicates the purpose of a bundle - how it is intended to be used.

Typecode
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Fixed Valuedocument
Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
20. Bundle.timestamp
Definition

このリソースを生成した日時。時刻の精度はミリ秒とし、タイムゾーンを含めること。 例:"2021-02-01T13:28:17.239+09:00"


Bundleが組み立てられた日付/時刻 - つまり、リソースがBundleに配置されたとき。 / The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.

Shortこのバンドルリソースのインスタンスが作成された日時。Bundleが組み立てられたとき / When the bundle was assembled
Comments

多くのBundleの場合、タイムスタンプは.Meta.lastupdatedに等しく、保存されていないためです(検索結果など)。Bundleが永続的なストアに配置されると、.meta.lastupdatedは通常サーバーによって変更されます。Bundleがメッセージの場合、メッセージを変更するミドルウェアエージェント(保存されていない場合でも)が.meta.lastupdatedを更新する必要があります。 .timestampは、Bundleの元の時間を追跡するために使用され、入力する必要があります。

使用法:

*ドキュメント:ドキュメントが作成された日付。注:構成は、ドキュメントの前であるか、複数のドキュメントに関連付けられる場合があります。構成の日付 - オーサリング時間 - は、ドキュメントアセンブリ時間よりも早くなる可能性があります *メッセージ:メッセージのコンテンツが組み立てられた日付。この日付は、メッセージの時間の意味を変更する追加データを追加しない限り、ミドルウェアエンジンによって変更されません *歴史:歴史が組み立てられた日付。今回は_sinceの時間として使用され、後続の更新を要求します

  • SearchSet:検索セットが組み立てられた時間。異なるページには異なるタイムスタンプがあるかもしれませんが、必要ではないことに注意してください。異なるタイムスタンプを持つことは、後続のページが最初のクエリ以降に行われた変更を表すか、含まれることを意味するものではありません *トランザクション|トランザクション応答|バッチ|バッチ応答|コレクション:特定の割り当てられた意味はありません

タイムスタンプの値は、Bundle内のリソースの最後のタイムスタンプやその他のタイムスタンプよりも大きくなければならず、Bundle自体で.meta.lastupdatedよりも等しいか早い必要があります。 / For many bundles, the timestamp is equal to .meta.lastUpdated, because they are not stored (e.g. search results). When a bundle is placed in a persistent store, .meta.lastUpdated will be usually be changed by the server. When the bundle is a message, a middleware agent altering the message (even if not stored) SHOULD update .meta.lastUpdated. .timestamp is used to track the original time of the Bundle, and SHOULD be populated.

Usage:

  • document : the date the document was created. Note: the composition may predate the document, or be associated with multiple documents. The date of the composition - the authoring time - may be earlier than the document assembly time
  • message : the date that the content of the message was assembled. This date is not changed by middleware engines unless they add additional data that changes the meaning of the time of the message
  • history : the date that the history was assembled. This time would be used as the _since time to ask for subsequent updates
  • searchset : the time that the search set was assembled. Note that different pages MAY have different timestamps but need not. Having different timestamps does not imply that subsequent pages will represent or include changes made since the initial query
  • transaction | transaction-response | batch | batch-response | collection : no particular assigned meaning

The timestamp value should be greater than the lastUpdated and other timestamps in the resources in the bundle, and it should be equal or earlier than the .meta.lastUpdated on the Bundle itself.

Control10..1
Typeinstant
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
22. Bundle.entry
Definition

Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

ShortBundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
Control70..*
TypeBackboneElement
Is Modifierfalse
Summarytrue
Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
SlicingThis element introduces a set of slices on Bundle.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • profile @ resource
  • 24. Bundle.entry.modifierExtension
    Definition

    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
    Comments

    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
    26. Bundle.entry:composition
    Slice Namecomposition
    Definition

    compositionリソースのエントリー。


    Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

    ShortdocumentタイプのBundleリソースの先頭entryはCompositionリソース。Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control10..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    28. Bundle.entry:composition.modifierExtension
    Definition

    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
    Comments

    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
    30. Bundle.entry:composition.fullUrl
    Definition

    埋め込まれているCompositionリソースを一意に識別するためのUUID。


    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
    • Results from operations might involve resources that are not identified.
    Short埋め込まれているCompositionリソースを一意に識別するためのUUIDリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
    Comments

    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

    Control10..1
    Typeuri
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    32. Bundle.entry:composition.resource
    Definition

    Compositionリソースのインスタンス本体。


    エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

    ShortCompositionリソースのインスタンス本体Bundleのリソース / A resource in the bundle
    Comments

    この仕様書の焦点は患者固有の臨床陳述にあるが、この資源は研究プロトコルの設計、医療請求書など、必ずしも患者固有の臨床的でない活動にも適用できます。

    Control10..1
    TypeCompositionResource(JP_Composition_ePCS)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    34. Bundle.entry:patient
    Slice Namepatient
    Definition

    Patientリソースのエントリー。


    Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

    ShortPatientリソースBundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control10..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    36. Bundle.entry:patient.modifierExtension
    Definition

    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
    Comments

    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
    38. Bundle.entry:patient.fullUrl
    Definition

    Patientリソースを一意に識別するためのUUID。


    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
    • Results from operations might involve resources that are not identified.
    ShortPatientリソースを一意に識別するためのUUIDリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
    Comments

    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

    Control10..1
    Typeuri
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    40. Bundle.entry:patient.resource
    Definition

    Patientリソースのインスタンス本体。


    エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

    ShortPatientリソースのインスタンス本体Bundleのリソース / A resource in the bundle
    Comments

    本プロファイルは、患者を識別するidentifierとして、被保険者個人識別子を必須としている。また、name.family, name.given, gender, birthDate, address.text, address.city, address.stateを必須としている。

    Control10..1
    TypePatientResource(JP_Patient_eCS)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Alternate NamesSubjectOfCare Client Resident
    42. Bundle.entry:practitioners
    Slice Namepractitioners
    Definition

    傷病名(主傷病名、副傷病名の別情報を含む)


    Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

    Short傷病名Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control10..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    44. Bundle.entry:practitioners.modifierExtension
    Definition

    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
    Comments

    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
    46. Bundle.entry:practitioners.fullUrl
    Definition

    Practitionerリソースを一意に識別するためのUUID。


    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
    • Results from operations might involve resources that are not identified.
    ShortPractitionerリソースを一意に識別するためのUUIDリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
    Comments

    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

    Control10..1
    Typeuri
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    48. Bundle.entry:practitioners.resource
    Definition

    Practitionerリソースのインスタンス本体。


    エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

    ShortPractitionerリソースのインスタンス本体Bundleのリソース / A resource in the bundle
    Control10..1
    TypePractitionerResource(JP_Practitioner_eCS)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    50. Bundle.entry:organization
    Slice Nameorganization
    Definition

    Organizationリソースのインスタンス本体


    Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

    ShortOrganizationリソースのインスタンス本体Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control10..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    52. Bundle.entry:organization.modifierExtension
    Definition

    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
    Comments

    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
    54. Bundle.entry:organization.fullUrl
    Definition

    Organizationリソースを一意に識別するためのUUID。


    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
    • Results from operations might involve resources that are not identified.
    ShortOrganizationリソースを一意に識別するためのUUIDリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
    Comments

    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

    Control10..1
    Typeuri
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    56. Bundle.entry:organization.resource
    Definition

    2文書5情報や診療サマリーなどで記録する医療機関(および診療科情報)の格納に使用する


    エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

    Short2文書5情報や診療サマリーなどで記録する医療機関(および診療科情報)の格納に使用するBundleのリソース / A resource in the bundle
    Comments

    広義の医療機関すなわち健康医療介護等にかかわる組織(調剤薬局、健診機関などを含む)の格納に使用できる。機関の中の部署、診療科のような部分組織には、本プロファイルを使用しない。機関に所属する診療科や部署・チームの情報を含めて記述する場合には、本プロファイルではJP_eCS_Department拡張を使用して、必ず所属機関の情報の一部とすること。

    Control10..1
    TypeOrganizationResource(JP_Organization_eCS)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    58. Bundle.entry:encounter
    Slice Nameencounter
    Definition

    Encounterリソースのインスタンス本体


    Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

    ShortEncounterリソースのインスタンス本体Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control10..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    60. Bundle.entry:encounter.modifierExtension
    Definition

    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
    Comments

    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
    62. Bundle.entry:encounter.fullUrl
    Definition

    Encounterリソースを一意に識別するためのUUID。


    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
    • Results from operations might involve resources that are not identified.
    ShortEncounterリソースを一意に識別するためのUUIDリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
    Comments

    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

    Control10..1
    Typeuri
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    64. Bundle.entry:encounter.resource
    Definition

    診療情報提供では、紹介理由を記述する受診時情報. 診療サマリーではサマリー対象となる受診や入院に関する受診時または入院時情報。診療5情報において埋め込みリソースとして記述する場合にも適用できる。


    エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

    ShortBundleのリソース / A resource in the bundle
    Control10..1
    TypeEncounterResource(JP_Encounter-eCS)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Alternate NamesVisit
    66. Bundle.entry:carePlan
    Slice NamecarePlan
    Definition

    CarePlanリソースのインスタンス本体


    Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

    ShortCarePlanリソースのインスタンス本体Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control10..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    68. Bundle.entry:carePlan.modifierExtension
    Definition

    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
    Comments

    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
    70. Bundle.entry:carePlan.fullUrl
    Definition

    CarePlanリソースを一意に識別するためのUUID。


    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
    • Results from operations might involve resources that are not identified.
    ShortCarePlanリソースを一意に識別するためのUUIDリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
    Comments

    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

    Control10..1
    Typeuri
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    72. Bundle.entry:carePlan.resource
    Definition

    1人または複数の医療従事者が特定の患者、グループ、またはコミュニティに一定期間ケアを提供する意図を述べ、特定の状態または一連の状態に限定される場合がある。


    エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

    Short患者またはグループの健康計画Bundleのリソース / A resource in the bundle
    Control10..1
    TypeCarePlanResource(JP_CarePlan_ePCS)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Alternate NamesCare Team
    74. Bundle.entry:condition
    Slice Namecondition
    Definition

    Conditionリソースのインスタンス本体


    Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

    ShortConditionリソースのインスタンス本体Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control10..*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
    76. Bundle.entry:condition.modifierExtension
    Definition

    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
    Comments

    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
    78. Bundle.entry:condition.fullUrl
    Definition

    Conditionリソースを一意に識別するためのUUID。


    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
    • Results from operations might involve resources that are not identified.
    ShortConditionリソースを一意に識別するためのUUIDリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
    Comments

    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

    Control10..1
    Typeuri
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    80. Bundle.entry:condition.resource
    Definition

    診療情報における傷病名情報の格納に使用する


    エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

    Short診療情報における傷病名情報の格納に使用するBundleのリソース / A resource in the bundle
    Control10..1
    TypeConditionResource(JP_Condition_eCS)
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse