電子カルテ情報共有サービス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_eDischargeSummary - Detailed Descriptions

Active as of 2024-09-14

Definitions for the JP-Bundle-eDischargeSummary 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}$')))
validEntryProfile-MedicationRequest: Bundle-entry-MedicationRequest: Bundleのentryとして含まれるMedicationRequestは、プロファイルJP_MedicationRequest_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(MedicationRequest).exists().not()) or ((entry.resource.ofType(MedicationRequest).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_MedicationRequest_eCS'))).exists()).not()) or ((entry.resource.ofType(MedicationRequest).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_MedicationRequest_eCS').exists()).not()))
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_eDischargeSummary|x.y.z


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

Short準拠しているプロファイルとして次のURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_eDischargeSummary|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
Control60..*
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_eDischargeSummary)
    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.
    Short埋め込まれているPatientリソースを一意に識別するための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

    正当な権限があって文書を作成した個人を表すPractitionerリソースで記述する。 authorisedAuthorRole要素が参照するPractitionerRoleから参照される。


    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..*
    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.
    Short埋め込まれているPractitionerリソースを一意に識別するための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

    文書作成機関/文書管理機関


    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..*
    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.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拡張を使用して、必ず所属機関の情報の一部とすること。

    Control0..1
    TypeOrganizationResource(JP_Organization_eCS)
    Is Modifierfalse
    Summaryfalse
    56. 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).

    Short入院期間中や退院時の詳細情報のEncounterリソースを参照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())
    58. 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())
    60. 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
    Control0..1
    TypeEncounterResource(JP_Encounter-eCS)
    Is Modifierfalse
    Summaryfalse
    Alternate NamesVisit
    62. Bundle.entry:location
    Slice Namelocation
    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
    Control0..*
    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())
    64. Bundle.entry:location.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())
    66. Bundle.entry:location.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
    Control0..1
    TypeLocationResource(JP Core Location Profile)
    Is Modifierfalse
    Summaryfalse
    68. Bundle.entry:condition
    Slice Namecondition
    Definition

    必須。患者状態(入院時、退院時など)診断病名、主訴などを記述する。1つにつき1つのConditionで記述されたものを参照する。


    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..*
    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())
    70. 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())
    72. 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
    Control0..1
    TypeConditionResource(JP_Condition_eCS)
    Is Modifierfalse
    Summaryfalse
    74. Bundle.entry:allergy
    Slice Nameallergy
    Definition

    アレルギー・不耐性反応情報を記述して参照する。


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

    Shortアレルギー・不耐性反応情報を記述したAllergyIntoleranceリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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:allergy.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:allergy.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
    Comments

    薬剤アレルギー等情報かアレルギー情報かの区別はcategory要素がmedicationかそれ以外かによる。このプロファイルは、電子カルテ情報共有サービスに送信するために適合したプロファイルである。

    Control0..1
    TypeAllergyIntoleranceResource(JP_AllergyIntolerance_eCS)
    Is Modifierfalse
    Summaryfalse
    Alternate NamesAllergy, Intolerance, Adverse Reaction
    80. Bundle.entry:familyHistory
    Slice NamefamilyHistory
    Definition

    家族歴情報情報を記述して参照する。


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

    Short家族歴情報を記述したFamilyMemberHistoryリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    82. Bundle.entry:familyHistory.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())
    84. Bundle.entry:familyHistory.resource
    Definition

    Significant health conditions for a person related to the patient relevant in the context of care for the patient.
    患者の診療に関連する、患者家族の疾患に関する情報。


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

    ShortInformation about patient's relatives, relevant for patient. 患者の家族に関する情報のうち、患者に関連する情報(家族歴)Bundleのリソース / A resource in the bundle
    Control0..1
    TypeFamilyMemberHistoryResource(JP Core FamilyMemberHistory Profile)
    Is Modifierfalse
    Summaryfalse
    86. Bundle.entry:observation
    Slice Nameobservation
    Definition

    身体所見/感染症情報/社会歴・生活習慣情報/検査結果を記述して参照する。


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

    Short身体所見/感染症情報/社会歴・生活習慣情報/検査結果を記述したObservationリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    88. Bundle.entry:observation.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())
    90. Bundle.entry:observation.resource
    Definition

    患者、デバイス、またはその他の対象について行われた測定と簡単な観察事実(assertion)。


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

    Short測定や簡単な観察事実(assertion)Bundleのリソース / A resource in the bundle
    Comments

    すべてのObservation(検査測定や観察事実)の共通部分のプロファイル

    Control0..1
    TypeObservationResource(JP_Observation_Common_eCS)
    Is Modifierfalse
    Summaryfalse
    Alternate NamesVital Signs, Measurement, Results, Tests
    92. Bundle.entry:immunization
    Slice Nameimmunization
    Definition

    予防接種歴情報を記述して参照する。


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

    Short予防接種歴情報を記述したImmunizationリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    94. Bundle.entry:immunization.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())
    96. Bundle.entry:immunization.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
    Control0..1
    TypeImmunizationResource(JP_Immunization_eCS)
    Is Modifierfalse
    Summaryfalse
    98. Bundle.entry:procedure
    Slice Nameprocedure
    Definition

    手術処置/輸血歴情報/処置等を記述して参照する。


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

    Short手術処置/輸血歴情報/処置等を記述したProcedureリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    100. Bundle.entry:procedure.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())
    102. Bundle.entry:procedure.resource
    Definition

    患者に対して、または患者のために実行されているか実行されたアクション。これは、手術のような身体的介入、または長期サービス、カウンセリング、催眠療法のような低侵襲性である可能性がある。


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

    ShortProcedureリソースBundleのリソース / A resource in the bundle
    Control0..1
    TypeProcedureResource(JP_Procedure_eCS)
    Is Modifierfalse
    Summaryfalse
    104. Bundle.entry:medicationRequest
    Slice NamemedicationRequest
    Definition

    処方情報を記述して参照する。


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

    Short処方情報を記述したMedicationRequestリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    106. Bundle.entry:medicationRequest.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())
    108. Bundle.entry:medicationRequest.resource
    Definition

    患者への薬の供給と内服・外用薬剤処方の指示を共に提供するオーダ。ケアプランやワークフローパターンとハーモナイズし、入院や外来でも使えるようにするため、このリソースは"MedicationPrescription"や"MedicationOrder"ではなく、"MedicationRequest"と呼ばれる。MedicationRequestプロファイルからの派生プロファイルである。


    エントリのリソース。リソースの目的/意味は、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
    Control0..1
    TypeMedicationRequestResource(JP Core MedicationRequest Profile)
    Is Modifierfalse
    Summaryfalse
    Alternate NamesPrescription, Order
    110. Bundle.entry:medicationBundle
    Slice NamemedicationBundle
    Definition

    処方箋のBudle文書を参照する。


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

    Short処方箋のBudle文書Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    112. Bundle.entry:medicationBundle.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())
    114. Bundle.entry:medicationBundle.resource
    Definition

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


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

    Shortリソースのコレクションが含まれています / Contains a collection of resourcesBundleのリソース / A resource in the bundle
    Control0..1
    TypeBundleResource(JP_Bundle)
    Is Modifierfalse
    Summaryfalse
    116. Bundle.entry:documentReference
    Slice NamedocumentReference
    Definition

    臨床経過を記述して参照する。


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

    ShortDocumentReferenceリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    118. Bundle.entry:documentReference.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())
    120. Bundle.entry:documentReference.resource
    Definition

    あらゆる目的のためのあらゆる種類の文書への参照。ドキュメントを検出および管理できるように、ドキュメントに関するMetadataを提供します。ドキュメントの範囲は、MIMEタイプを備えたセラル化オブジェクトであるため、正式な患者中心のドキュメント(CDA)、Cliical Notes、スキャンされた論文、およびポリシーテキストなどの非患者固有の文書が含まれています。 / A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text.


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

    Shortドキュメントへの参照 / A reference to a documentBundleのリソース / A resource in the bundle
    Comments

    通常、これはFHIRによって定義されたもの以外のドキュメントに使用されます。 / Usually, this is used for documents other than those defined by FHIR.

    Control0..1
    TypeDocumentReferenceResource(JP_DocumentReference_eCS)
    Is Modifierfalse
    Summaryfalse
    122. Bundle.entry:carePlan
    Slice NamecarePlan
    Definition

    診療方針指示を記述して参照する。


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

    Short診療方針指示を記述したCarePlanリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    124. 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())
    126. 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
    Control0..1
    TypeCarePlanResource(JP_CarePlan_eCS)
    Is Modifierfalse
    Summaryfalse
    Alternate NamesCare Team
    128. Bundle.entry:medicalDeviceUse
    Slice NamemedicalDeviceUse
    Definition

    医療機器の使用状況を記述したDeviceUseStatementリソースを参照する。


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

    Short医療機器の使用状況を記述したDeviceUseStatementリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    130. Bundle.entry:medicalDeviceUse.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())
    132. Bundle.entry:medicalDeviceUse.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
    Control0..1
    TypeDeviceUseStatementResource(JP_DeviceUseStatement)
    Is Modifierfalse
    Summaryfalse
    134. Bundle.entry:medicalDevice
    Slice NamemedicalDevice
    Definition

    医療機器情報を記述したDeviceリソースを参照する。


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

    Short医療機器情報を記述したDeviceリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    136. Bundle.entry:medicalDevice.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())
    138. Bundle.entry:medicalDevice.resource
    Definition

    その活動によって実質的に変更されることなく、ヘルスケアの提供に使用される製造されたアイテムの一種。このデバイスは、医療または非医療デバイスである場合があります。 / A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.


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

    Shortヘルスケアで使用されるアイテム / Item used in healthcareBundleのリソース / A resource in the bundle
    Control0..1
    TypeDeviceResource(JP_Device)
    Is Modifierfalse
    Summaryfalse
    140. Bundle.entry:imageStudy
    Slice NameimageStudy
    Definition

    画像検査医療機器情報を記述したImagingStudyリソースを参照する。


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

    Short画像検査情報を記述したImagingStudyリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    142. Bundle.entry:imageStudy.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())
    144. Bundle.entry:imageStudy.resource
    Definition

    DICOM画像研究で生成されたコンテンツの表現。 研究には、共通の文脈で収集または生成されたサービスオブジェクトペアインスタンス(SOPインスタンス - 画像またはその他のデータ)のセットで構成される一連のシリーズが含まれます。 シリーズは1つのモダリティのみ(X線、CT、MR、超音波など)、研究には複数の異なるモダリティのシリーズが含まれる場合があります。


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

    ShortDICOM画像検査で作成されたコンテンツの表現。スタディは一連のシリーズで構成され、各シリーズには、共通のコンテキストで取得または生成された一連のサービスオブジェクトペアインスタンス(SOPインスタンス-画像またはその他のデータ)が含まれる、シリーズは1つのモダリティ(X線、CT、MR、超音波など)のみだがスタディには複数の異なるモダリティのシリーズが含まれる場合があるBundleのリソース / A resource in the bundle
    Control0..1
    TypeImagingStudyResource(JP Core ImagingStudy Radiology Profile)
    Is Modifierfalse
    Summaryfalse
    146. Bundle.entry:diagReport
    Slice NamediagReport
    Definition

    診断レポート情報を記述したDiagnosticReportリソースを参照する。


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

    Short診断レポート情報を記述したDiagnosticReportリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    148. Bundle.entry:diagReport.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())
    150. Bundle.entry:diagReport.resource
    Definition

    患者、患者のグループ、デバイス、場所、これらから派生した検体に対して実行された診断的検査の結果と解釈。レポートには、依頼情報や依頼者情報などの臨床コンテキスト(文脈)、および1項目単位の結果、画像、テキストとコード化された解釈、および診断レポートのフォーマットされた表現のいくつかの組み合わせが含まれる。


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

    Short診断レポート-依頼情報、1項目単位の結果、画像、解釈、およびフォーマットされたレポートの組み合わせ【詳細参照】Bundleのリソース / A resource in the bundle
    Comments

    これは単一のレポートをキャプチャすることを目的としており、複数のレポートをカバーする要約情報の表示に使用するのには適していない。たとえば、このリソースは、検査結果の累積レポート形式やシーケンスの詳細な構造化レポート用に作られていない。
    【JP Core仕様】DiagnosticReportリソースの共通プロフィール

    Control0..1
    TypeDiagnosticReportResource(JP Core DiagnosticReport Common Profile)
    Is Modifierfalse
    Summaryfalse
    Alternate NamesReport, Test, Result, Results, Labs, Laboratory
    152. Bundle.entry:advancedDirective
    Slice NameadvancedDirective
    Definition

    事前指示を記述して参照する。


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

    Short事前指示を記述したConcentリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    154. Bundle.entry:advancedDirective.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())
    156. Bundle.entry:advancedDirective.resource
    Definition

    特定の目的と期間のために、特定のポリシーコンテキスト内で特定のアクションを実行できるように、特定された受信者または受信者の役割を許可または否定する医療消費者の選択の記録。 / A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.


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

    Short特定の目的と期間のためにアクションを実行するための受信者または役割を許可または拒否するヘルスケア消費者の選択 / A healthcare consumer's choices to permit or deny recipients or roles to perform actions for specific purposes and periods of timeBundleのリソース / A resource in the bundle
    Comments

    大まかに、患者には3つの重要な同意領域があります。情報の共有に関する同意(別名プライバシー同意指令 - 情報を収集、使用、または開示する許可)、特定の治療または治療の種類、および一般的な事前ケア指令の同意。 / Broadly, there are 3 key areas of consent for patients: Consent around sharing information (aka Privacy Consent Directive - Authorization to Collect, Use, or Disclose information), consent for specific treatment, or kinds of treatment, and general advance care directives.

    Control0..1
    TypeConsentResource(JP_Consent)
    Is Modifierfalse
    Summaryfalse
    158. Bundle.entry:researchSubject
    Slice NameresearchSubject
    Definition

    臨床研究参加者情報を記述して参照する。


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

    Short臨床研究参加情報者を記述したResearchSubject_リソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    160. Bundle.entry:researchSubject.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())
    162. Bundle.entry:researchSubject.resource
    Definition

    研究における運用上および/または管理上の関心の主要な単位である物理的エンティティ。 / A physical entity which is the primary unit of operational and/or administrative interest in a study.


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

    Short研究に関心のある主要な単位である物理的実体 / Physical entity which is the primary unit of interest in the studyBundleのリソース / A resource in the bundle
    Comments

    公衆衛生研究を網羅することを確認する必要があります。 / Need to make sure we encompass public health studies.

    Control0..1
    TypeResearchSubjectResource(JP_ResearchSubject)
    Is Modifierfalse
    Summaryfalse
    Alternate NamesStudy Subject
    164. Bundle.entry:researchStudy
    Slice NameresearchStudy
    Definition

    臨床研究情報を記述して参照する。


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

    Short臨床研究情報を記述したResearchStudyリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    166. Bundle.entry:researchStudy.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())
    168. Bundle.entry:researchStudy.resource
    Definition

    研究者または組織が、医療関連の知識の分野を増やすことを目的とした一連のステップを計画し、実行するプロセス。これには、安全性、有効性、比較有効性、および薬、デバイス、治療、その他の介入および調査手法に関するその他の情報の研究が含まれます。研究の研究には、人間または動物の被験者に関する情報の収集が含まれます。 / A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects.


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

    Short医療関連の患者に依存しない知識を高めるための調査 / Investigation to increase healthcare-related patient-independent knowledgeBundleのリソース / A resource in the bundle
    Comments

    公衆衛生研究を網羅することを確認する必要があります。 / Need to make sure we encompass public health studies.

    Control0..1
    TypeResearchStudyResource(JP_ResearchStudy)
    Is Modifierfalse
    Summaryfalse
    Alternate NamesClinical Trial, Study
    170. Bundle.entry:relatedPerson
    Slice NamerelatedPerson
    Definition

    親族情報を記述して参照する。


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

    Short親族情報を記述したRelatedPersonリソースを参照Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    172. Bundle.entry:relatedPerson.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())
    174. Bundle.entry:relatedPerson.resource
    Definition

    患者のケアに関与しているが、ヘルスケアの標的ではなく、ケアプロセスに正式な責任を負う人に関する情報。 / Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.


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

    Short患者に関連しているが、ケアの直接的な標的ではない人 / A person that is related to a patient, but who is not a direct target of careBundleのリソース / A resource in the bundle
    Control0..1
    TypeRelatedPersonResource(JP_RelatedPerson)
    Is Modifierfalse
    Summaryfalse
    176. Bundle.entry:bundleData
    Slice NamebundleData
    Definition

    各種のBudle文書を参照する。


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

    Short各種のBudle文書Bundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
    Control0..*
    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())
    178. Bundle.entry:bundleData.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())
    180. Bundle.entry:bundleData.resource
    Definition

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


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

    Shortリソースのコレクションが含まれています / Contains a collection of resourcesBundleのリソース / A resource in the bundle
    Control0..1
    TypeBundleResource(JP_Bundle)
    Is Modifierfalse
    Summaryfalse