【2026.8.31リリース予定の公開準備版】電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.13.0-preR1
1.13.0-preR1 - update
Japan
【2026.8.31リリース予定の公開準備版】電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.13.0-preR1 - Local Development build (v1.13.0-preR1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2024-09-14 |
Definitions for the JP-CarePlan-eCS resource profile.
Guidance on how to interpret the contents of this table can be foundhere
| 0. CarePlan | |
| Definition | 1人または複数の医療従事者が特定の患者、グループ、またはコミュニティに一定期間ケアを提供する意図を述べ、特定の状態または一連の状態に限定される場合がある。 Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. |
| Short | 患者またはグループの健康計画Healthcare plan for patient or group |
| Control | 0..* |
| Is Modifier | false |
| Summary | false |
| Alternate Names | Care Team |
| Invariants | dom-2: もしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (moshi risōsu ga hoka no risōsu ni fukumarete iru baai, sono risōsu ni wa nesuto sareta risōsu o fukumete wa narimasen). (contained.contained.empty())dom-3: もしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。 ( contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())dom-4: もしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。 ( contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())dom-5: もしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。 ( contained.meta.security.empty())dom-6: 資源は堅牢な管理のために物語を持つべきである。 ( text.`div`.exists())dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty()) dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()) dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()) dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty()) dom-6: A resource should have narrative for robust management (text.`div`.exists()) |
| 2. CarePlan.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 | リソースに関するMetadataMetadata about the resource |
| Control | 10..1 |
| Type | Meta |
| Is Modifier | false |
| Must Support | true |
| Summary | true |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 4. CarePlan.meta.lastUpdated | |
| Definition | このリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00 When the resource last changed - e.g. when the version changed. |
| Short | このリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00When the resource version last changed |
| Comments | この要素は、このリソースのデータを取り込んで蓄積していたシステムが、このリソースになんらかの変更があった可能性があった日時を取得し、このデータを再取り込みする必要性の判断をするために使われる。本要素に前回取り込んだ時点より後の日時が設定されている場合には、なんらかの変更があった可能性がある(変更がない場合もある)ものとして判断される。したがって、内容になんらかの変更があった場合、またはこのリソースのデータが初めて作成された場合には、その時点以降の日時(たとえば、このリソースのデータを作成した日時)を設定しなければならない。内容の変更がない場合でも、このリソースのデータが作り直された場合や単に複写された場合にその日時を設定しなおしてもよい。ただし、内容に変更がないのであれば、日時を変更しなくてもよい。また、この要素の変更とmeta.versionIdの変更とは、必ずしも連動しないことがある。 This value is always populated except when the resource is first being created. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a read interaction. |
| Control | 10..1 |
| Type | instant |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 6. CarePlan.meta.profile | |
| Definition | 本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。 A list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.url. |
| Short | 本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。Profiles this resource claims to conform to |
| Comments | これらの主張が時間の経過に伴って検証または更新される方法と、それらを決定するサーバーや他の基盤に任されます。プロファイルURLのリストは1セットです。 It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set. |
| Control | 10..* |
| Type | canonical(StructureDefinition) |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 8. CarePlan.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は、そのナラティブとともに他のプロファイル、値セットなどを含む実装ガイドを定義する参照となります。 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. |
| Control | 0..1 |
| Type | uri |
| Is Modifier | true 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 Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | true |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 10. CarePlan.text | |
| Definition | リソースの要約を含む人が読めるナビゲーションであり、リソースの内容を人に表現するために使用できます。ナビゲーションはすべての構造化されたデータをエンコードする必要はありませんが、人間がナビゲーションを読むだけで「臨床的に安全」であるために十分な詳細を含む必要があります。リソース定義には、臨床的な安全性を確保するためにナビゲーションで表現する必要があるコンテンツが定義される場合があります。 A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. |
| Short | 本リソースをテキストで表現したものを入れてもよい。Text summary of the resource, for human interpretation |
| Comments | 含まれるリソースには説明がありません。含まれないリソースには説明が必要です。場合によっては、リソースが少量のデータしか含まず、テキストだけで表現されることがあります(minOccurs = 1要素がすべて満たされている限り)。これは、情報が「テキストの塊」としてキャプチャされるレガシーシステムからのデータや、テキストが生またはナレーションされて符号化された情報が後で追加される場合に必要な場合があります。 Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later. |
| Control | 0..1 |
| Type | Narrative |
| Is Modifier | false |
| Summary | false |
| Alternate Names | narrative, html, xhtml, display |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 12. CarePlan.text.status | |
| Definition | 固定値。テキスト内容の全てがリソースのコンテンツから生成されたことを示す。 The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data. |
| Short | generatedgenerated | extensions | additional | empty |
| Control | 1..1 |
| Binding | The codes SHALL be taken from NarrativeStatushttp://hl7.org/fhir/ValueSet/narrative-status|4.0.1 (required to http://hl7.org/fhir/ValueSet/narrative-status|4.0.1)The status of a resource narrative. |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | false |
| Pattern Value | generated |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 14. CarePlan.text.div | |
| Definition | 本リソースの構造化情報から生成したテキスト表現をいれてもよい。\r\nXHTML形式 The actual narrative content, a stripped down version of XHTML. |
| Short | Limited xhtml content |
| Comments | The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained stylesheets. The XHTML content SHALL NOT contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects. |
| Control | 1..1 |
| Type | xhtml |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))txt-1: The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes ( htmlChecks())txt-2: The narrative SHALL have some non-whitespace content ( htmlChecks())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-1: The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes (htmlChecks()) txt-2: The narrative SHALL have some non-whitespace content (htmlChecks()) |
| 16. CarePlan.modifierExtension | |
| Definition | リソースの基本的な定義に含まれない、要素の理解や、それを含む要素の子孫の理解を修正する追加情報を表すためにも使用されることがあります。通常、修飾要素は否定や修飾を提供します。拡張機能の使用を安全で管理しやすくするために、拡張機能の定義と使用に対して厳格な統治が適用されます。実装者は拡張機能を定義することが許可されていますが、拡張機能の定義の一部として満たす必要がある要件があります。リソースを処理するアプリケーションは、修飾子拡張をチェックする必要があります。修飾子拡張は、リソースまたはドメインリソースの任意の要素の意味を変更してはなりません(修飾子拡張自体の意味も変更できません)。 May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it 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 is allowed to 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 |
| 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. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
| Summary | false |
| Requirements | 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 Names | extensions, user content |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 18. CarePlan.identifier | |
| Definition | パフォーマーまたはその他のシステムによって割り当てられたこのケアプランのビジネスidentifierは、リソースが更新され、サーバからサーバへ伝播する際に一定のままであります。 Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server. |
| Short | このプランの外部IDExternal Ids for this plan |
| Comments | これはビジネスidentifierであり、リソースidentifierではありません([discussion](resource.html#identifiers)を参照)。 identifierが単一のリソースインスタンスにのみ表示されることが最善の方法ですが、ビジネス上の実践によっては、同じidentifierを持つ複数のリソースインスタンスが存在する場合があります。 たとえば、複数の患者と個人リソースインスタンスが同じ社会保険番号を共有する場合があります。 This is a business identifier, not a resource identifier (see discussion). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number. |
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..1* |
| Type | Identifier |
| Is Modifier | false |
| Must Support | true |
| Summary | true |
| Requirements | Allows identification of the care plan as it is known by various participating systems and in a way that remains consistent across servers. |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 20. CarePlan.identifier.use | |
| Definition | The purpose of this identifier. |
| Short | usual | official | temp | secondary | old (If known) |
| Comments | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. |
| Control | 0..1 |
| Binding | The 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)Identifies the purpose for this identifier, if known . |
| Type | code |
| Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | true |
| Requirements | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 22. CarePlan.identifier.system | |
| Definition | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. |
| Short | The namespace for the identifier value |
| Comments | Identifier.system is always case sensitive. |
| Control | 10..1 |
| Type | uri |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Requirements | 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. |
| Pattern Value | http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier |
| Example | General: http://www.acme.com/identifiers/patient |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 24. CarePlan.identifier.value | |
| Definition | 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 | 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. |
| Control | 10..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Example | General: 123456 |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 26. CarePlan.status | |
| Definition | "http://hl7.org/fhir/request-status" コードから draft | active | on-hold | revoked | completed | entered-in-error | unknown など。 案、有効、保留、取消、完了、エラー、不明 Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. |
| Short | プランのステータスdraft | active | on-hold | revoked | completed | entered-in-error | unknown |
| Comments | 未知のコードは、他のステータスを伝えるために使用されるべきではありません。未知のコードは、ステータスの1つが適用されるときに使用されるべきですが、作成システムがケアプランの現在の状態を知らない場合にも使用されます。 この要素は、プランが現在有効でないことを示す入力エラーのコードを含むステータスを含んでいるため、修飾子としてラベル付けされます。 The unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the care plan. This element is labeled as a modifier because the status contains the code entered-in-error that marks the plan as not currently valid. |
| Control | 1..1 |
| Binding | The codes SHALL be taken from RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1 (required to http://hl7.org/fhir/ValueSet/request-status|4.0.1)計画が実行中か、将来の意図を表しているか、現在歴史的記録であるかを示します。 Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. |
| Type | code |
| Is Modifier | true because This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Requirements | Allows clinicians to determine whether the plan is actionable or not. |
| Pattern Value | active |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 28. CarePlan.intent | |
| Definition | 趣旨区分 "http://hl7.org/fhir/request-intent" proposal | plan | order | option 提案|計画|指示|オプション 入院時または退院時の方針では、内容によりいずれにもなりうるので、適切なコードを適宜選択して使用する。 Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain. |
| Short | 趣旨区分proposal | plan | order | option |
| Comments | この要素は修飾子としてラベル付けされています。なぜなら、意図が変わり、リソースが実際に適用可能な場合と方法が変わるからです。 This element is labeled as a modifier because the intent alters when and how the resource is actually applicable. |
| Control | 1..1 |
| Binding | The codes SHALL be taken from CarePlanIntenthttp://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1 (required to http://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1)看護計画に関連する権限/意図の程度を示すコード Codes indicating the degree of authority/intentionality associated with a care plan. |
| Type | code |
| Is Modifier | true because This element changes the interpretation of all descriptive attributes. For example "the time the request is recommended to occur" vs. "the time the request is authorized to occur" or "who is recommended to perform the request" vs. "who is authorized to perform the request" |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Requirements | Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain. |
| Pattern Value | plan |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 30. CarePlan.category | |
| Definition | followup-plan、admission-plan、hospital-plan、discharge-plan Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", "wellness plan", etc. |
| Short | プランのタイプType of plan |
| Comments | 複数の分類軸が存在し、1つの計画が複数の目的に役立つことがあります。場合によっては、これはCarePlan.concernへの参照と重複する場合があります。 There may be multiple axes of categorization and one plan may serve multiple purposes. In some cases, this may be redundant with references to CarePlan.concern. |
| Control | 10..1* |
| Binding | For example codes, see CarePlanCategoryhttp://hl7.org/fhir/ValueSet/care-plan-category|4.0.1 (example to http://hl7.org/fhir/ValueSet/care-plan-category|4.0.1)「これが複数存在する計画の区別を支援するための「種類」の計画である」(たとえば、「在宅医療」、「精神医療」、「喘息」、「疾患管理」など)。 Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", etc. |
| Type | CodeableConcept |
| Is Modifier | false |
| Must Support | true |
| Summary | true |
| Requirements | Used for filtering what plan(s) are retrieved and displayed to different types of users. |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 32. CarePlan.category.coding | |
| Definition | A reference to a code defined by a terminology system. |
| Short | Code defined by a terminology system |
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
| Control | 0..* |
| Binding | The codes SHALL be taken from For codes, see JP_valueSet_carePlanCategory (1.0.0) (required to http://jpfhir.jp/fhir/CarePlan/ValueSet/category|1.0.0) |
| Type | Coding |
| Is Modifier | false |
| Summary | true |
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 34. CarePlan.title | |
| Definition | "外来診療計画" "入院時方針" "入院中の方針" "退院時の方針" など。その他の課題名称でも構わない。 Human-friendly name for the care plan. |
| Short | プランの課題名称Human-friendly name for the care plan |
| Control | 10..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 36. CarePlan.description | |
| Definition | ここに具体的な内容を文字列で記述する。1MB以内。 A description of the scope and nature of the plan. |
| Short | プランの内容サマリーSummary of nature of plan |
| Control | 10..1 |
| Type | string |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Requirements | Provides more detail than conveyed by category. |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 38. CarePlan.subject | |
| Definition | 患者Patientリソースへの参照 Identifies the patient or group whose intended care is described by the plan. |
| Short | 患者Patientリソースへの参照Who the care plan is for |
| Control | 1..1 |
| Type | Reference(JP Core Patient Profile, Patient, Group) |
| Is Modifier | false |
| Must Support | true |
| Summary | true |
| Alternate Names | patient |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 40. CarePlan.encounter | |
| Definition | 対象となる入院情報または退院情報を含む入院詳細情報 The Encounter during which this CarePlan was created or to which the creation of this record is tightly associated. |
| Short | 対象となる入院情報または退院情報を含む入院詳細情報Encounter created as part of |
| Comments | これは通常、イベントが発生したエンカウンター内で行われますが、公式的なエンカウンターの完了前または後でも、エンカウンターの文脈に関連するアクティビティが開始される場合があります。 ケアプランに従って実施されるケアプランアクティビティは、他のエンカウンターの一部として行われる可能性があります。 This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. CarePlan activities conducted as a result of the care plan may well occur as part of other encounters. |
| Control | 0..1 |
| Type | Reference(JP_Encounter-eCS, Encounter) |
| Is Modifier | false |
| Must Support | true |
| Summary | true |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 42. CarePlan.period | |
| Definition | このプランがカバーする期間 Indicates when the plan did (or is intended to) come into effect and end. |
| Short | このプランがカバーする期間Time period plan covers |
| Comments | 計画の一部として予定された任意のアクティビティは、単一のエンカウンタ/エピソード内で計画されたものであるか、複数のエンカウンタ/エピソードにわたって計画されたものであるかに関係なく、指定された期間内に制約される必要があります(例えば、慢性疾患の長期管理)。 Any activities scheduled as part of the plan should be constrained to the specified period regardless of whether the activities are planned within a single encounter/episode or across multiple encounters/episodes (e.g. the longitudinal management of a chronic condition). |
| Control | 10..1 |
| Type | Period |
| Is Modifier | false |
| Must Support | true |
| Summary | true |
| Requirements | Allows tracking what plan(s) are in effect at a particular time. |
| Alternate Names | timing |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 44. CarePlan.period.start | |
| Definition | 入院日または、退院日または退院日以降のこのプランのカバー開始日付 The start of the period. The boundary is inclusive. |
| Short | 入院日または、退院日または退院日以降のこのプランのカバー開始日付Starting time with inclusive boundary |
| Comments | If the low element is missing, the meaning is that the low boundary is not known. |
| Control | 10..1 This element is affected by the following invariants: per-1 |
| Type | dateTime |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 46. CarePlan.period.end | |
| Definition | 退院日または退院日以降のこのプランのカバー終了日付。通常省略されるが、ひき続き、次のプランに引き継ぐ場合には終了日付が入る。 The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time. |
| Short | 退院日または退院日以降のこのプランのカバー終了日付。通常省略されるが、ひき続き、次のプランに引き継ぐ場合には終了日付が入る。End time with inclusive boundary, if not ongoing |
| Comments | The high value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has an end value of 2012-02-03. |
| Control | 0..1 This element is affected by the following invariants: per-1 |
| Type | dateTime |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Meaning if Missing | If the end of the period is missing, it means that the period is ongoing |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 48. CarePlan.created | |
| Definition | このプランが最初に作成された日付 Represents when this particular CarePlan record was created in the system, which is often a system-generated date. |
| Short | このプランが最初に作成された日付Date record was first recorded |
| Control | 0..1 |
| Type | dateTime |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Alternate Names | authoredOn |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 50. CarePlan.author | |
| Definition | このプランの責任者情報への参照 When populated, the author is responsible for the care plan. The care plan is attributed to the author. |
| Short | このプランの責任者情報への参照Who is the designated responsible party |
| Comments | 著者は寄稿者でもある可能性があります。例えば、組織は著者として表示されますが、寄稿者としては表示されません。 The author may also be a contributor. For example, an organization can be an author, but not listed as a contributor. |
| Control | 0..1 |
| Type | Reference(JP Core Practitioner Profile, Patient, Practitioner, PractitionerRole, Device, RelatedPerson, Organization, CareTeam) |
| Is Modifier | false |
| Must Support | true |
| Summary | true |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 52. CarePlan.contributor | |
| Definition | 介護プランの内容を提供した個人または組織を特定する。 Identifies the individual(s) or organization who provided the contents of the care plan. |
| Short | 誰がケアプランの内容を提供しましたか?Who provided the content of the care plan |
| Comments | 共同ケアプランには複数の貢献者がいる場合があります。 Collaborative care plans may have multiple contributors. |
| Control | 0..0* |
| Type | Reference(Patient, Practitioner, PractitionerRole, Device, RelatedPerson, Organization, CareTeam) |
| Is Modifier | false |
| Must Support | true |
| Must Support Types | No must-support rules about the choice of types/profiles |
| Summary | false |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 54. CarePlan.careTeam | |
| Definition | この計画によって想定されるケアに関与するすべての人々や組織を特定する。 Identifies all people and organizations who are expected to be involved in the care envisioned by this plan. |
| Short | この計画に誰が関わっているのですか?Who's involved in plan? |
| Control | 0..0* |
| Type | Reference(CareTeam) |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Requirements | Allows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions. |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Guidance on how to interpret the contents of this table can be foundhere
| 0. CarePlan | |
| 2. CarePlan.meta | |
| Control | 1..? |
| Must Support | true |
| 4. CarePlan.meta.lastUpdated | |
| Definition | このリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00 |
| Short | このリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00 |
| Comments | この要素は、このリソースのデータを取り込んで蓄積していたシステムが、このリソースになんらかの変更があった可能性があった日時を取得し、このデータを再取り込みする必要性の判断をするために使われる。本要素に前回取り込んだ時点より後の日時が設定されている場合には、なんらかの変更があった可能性がある(変更がない場合もある)ものとして判断される。したがって、内容になんらかの変更があった場合、またはこのリソースのデータが初めて作成された場合には、その時点以降の日時(たとえば、このリソースのデータを作成した日時)を設定しなければならない。内容の変更がない場合でも、このリソースのデータが作り直された場合や単に複写された場合にその日時を設定しなおしてもよい。ただし、内容に変更がないのであれば、日時を変更しなくてもよい。また、この要素の変更とmeta.versionIdの変更とは、必ずしも連動しないことがある。 |
| Control | 1..? |
| 6. CarePlan.meta.profile | |
| Definition | 本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。 |
| Short | 本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。 |
| Control | 1..? |
| Must Support | true |
| 8. CarePlan.text | |
| Short | 本リソースをテキストで表現したものを入れてもよい。 |
| 10. CarePlan.text.status | |
| Definition | 固定値。テキスト内容の全てがリソースのコンテンツから生成されたことを示す。 |
| Short | generated |
| Pattern Value | generated |
| 12. CarePlan.text.div | |
| Definition | 本リソースの構造化情報から生成したテキスト表現をいれてもよい。\r\nXHTML形式 |
| Must Support | true |
| 14. CarePlan.identifier | |
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..1 |
| Must Support | true |
| 16. CarePlan.identifier.system | |
| Control | 1..? |
| Must Support | true |
| Pattern Value | http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier |
| 18. CarePlan.identifier.value | |
| Control | 1..? |
| Must Support | true |
| 20. CarePlan.status | |
| Definition | "http://hl7.org/fhir/request-status" コードから draft | active | on-hold | revoked | completed | entered-in-error | unknown など。 案、有効、保留、取消、完了、エラー、不明 |
| Short | プランのステータス |
| Must Support | true |
| Pattern Value | active |
| 22. CarePlan.intent | |
| Definition | 趣旨区分 "http://hl7.org/fhir/request-intent" proposal | plan | order | option 提案|計画|指示|オプション 入院時または退院時の方針では、内容によりいずれにもなりうるので、適切なコードを適宜選択して使用する。 |
| Short | 趣旨区分 |
| Must Support | true |
| Pattern Value | plan |
| 24. CarePlan.category | |
| Definition | followup-plan、admission-plan、hospital-plan、discharge-plan |
| Short | プランのタイプ |
| Control | 1..1 |
| Must Support | true |
| 26. CarePlan.category.coding | |
| Binding | The codes SHALL be taken from JP_valueSet_carePlanCategory (1.0.0) (required to http://jpfhir.jp/fhir/CarePlan/ValueSet/category|1.0.0) |
| 28. CarePlan.title | |
| Definition | "外来診療計画" "入院時方針" "入院中の方針" "退院時の方針" など。その他の課題名称でも構わない。 |
| Short | プランの課題名称 |
| Control | 1..? |
| Must Support | true |
| 30. CarePlan.description | |
| Definition | ここに具体的な内容を文字列で記述する。1MB以内。 |
| Short | プランの内容サマリー |
| Control | 1..? |
| Must Support | true |
| 32. CarePlan.subject | |
| Definition | 患者Patientリソースへの参照 |
| Short | 患者Patientリソースへの参照 |
| Type | Reference(JP Core Patient Profile) |
| Must Support | true |
| 34. CarePlan.encounter | |
| Definition | 対象となる入院情報または退院情報を含む入院詳細情報 |
| Short | 対象となる入院情報または退院情報を含む入院詳細情報 |
| Type | Reference(JP_Encounter-eCS) |
| Must Support | true |
| 36. CarePlan.period | |
| Definition | このプランがカバーする期間 |
| Short | このプランがカバーする期間 |
| Control | 1..? |
| Must Support | true |
| 38. CarePlan.period.start | |
| Definition | 入院日または、退院日または退院日以降のこのプランのカバー開始日付 |
| Short | 入院日または、退院日または退院日以降のこのプランのカバー開始日付 |
| Control | 1..? |
| Must Support | true |
| 40. CarePlan.period.end | |
| Definition | 退院日または退院日以降のこのプランのカバー終了日付。通常省略されるが、ひき続き、次のプランに引き継ぐ場合には終了日付が入る。 |
| Short | 退院日または退院日以降のこのプランのカバー終了日付。通常省略されるが、ひき続き、次のプランに引き継ぐ場合には終了日付が入る。 |
| Must Support | true |
| 42. CarePlan.created | |
| Definition | このプランが最初に作成された日付 |
| Short | このプランが最初に作成された日付 |
| Must Support | true |
| 44. CarePlan.author | |
| Definition | このプランの責任者情報への参照 |
| Short | このプランの責任者情報への参照 |
| Type | Reference(JP Core Practitioner Profile) |
| Must Support | true |
| 46. CarePlan.contributor | |
| Control | 0..0 |
| Must Support | true |
| 48. CarePlan.careTeam | |
| Control | 0..0 |
| Must Support | true |
Guidance on how to interpret the contents of this table can be foundhere
| 0. CarePlan | |||||
| Definition | 1人または複数の医療従事者が特定の患者、グループ、またはコミュニティに一定期間ケアを提供する意図を述べ、特定の状態または一連の状態に限定される場合がある。 | ||||
| Short | 患者またはグループの健康計画 | ||||
| Control | 0..* | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | Care Team | ||||
| Invariants | dom-2: もしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (moshi risōsu ga hoka no risōsu ni fukumarete iru baai, sono risōsu ni wa nesuto sareta risōsu o fukumete wa narimasen). (contained.contained.empty())dom-3: もしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。 ( contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())dom-4: もしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。 ( contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())dom-5: もしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。 ( contained.meta.security.empty())dom-6: 資源は堅牢な管理のために物語を持つべきである。 ( text.`div`.exists()) | ||||
| 2. CarePlan.id | |||||
| Definition | リソースのURLで使用される論理ID。一度割り当てられたら、この値は変更されません。 | ||||
| Short | このアーティファクトの論理ID | ||||
| Comments | リソースにIDがないのは、作成操作を使用してサーバーに送信されているときだけです。 | ||||
| Control | 0..1 | ||||
| Type | id | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| 4. CarePlan.meta | |||||
| Definition | リソースに関するMetadata。これはインフラストラクチャによって維持されるコンテンツです。 コンテンツの変更は、リソースのバージョン変更と常に関連しているわけではありません。 | ||||
| Short | リソースに関するMetadata | ||||
| Control | 1..1 | ||||
| Type | Meta | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 6. CarePlan.meta.id | |||||
| Definition | リソース内の要素の固有ID(内部参照用)。これは、スペースを含まない任意の文字列値である可能性があります。 | ||||
| Short | エレメント相互参照のためのユニークID | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 8. CarePlan.meta.extension | |||||
| Definition | 要素の基本的な定義に含まれない追加情報を表すために使用されることがあります。拡張機能の使用を安全かつ管理しやすくするために、定義および使用に適用される厳格なガバナンスのセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たす必要のある要件のセットがあります。 | ||||
| Short | 実装によって定義される追加コンテンツ | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on CarePlan.meta.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 10. CarePlan.meta.versionId | |||||
| Definition | URLのバージョン部分に表示されるバージョン固有のidentifier。この値は、リソースが作成、更新、または削除された場合に変更されます。 | ||||
| Short | バージョン固有のidentifier (Baajon koyū no shikibetsu-shi) | ||||
| Comments | サーバーがこの値を割り当て、クライアントが指定した値を無視する。ただし、サーバーが更新/削除時にバージョンの整合性を強制する場合を除く。 | ||||
| Control | 0..1 | ||||
| Type | id | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 12. CarePlan.meta.lastUpdated | |||||
| Definition | このリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00 | ||||
| Short | このリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00 | ||||
| Comments | この要素は、このリソースのデータを取り込んで蓄積していたシステムが、このリソースになんらかの変更があった可能性があった日時を取得し、このデータを再取り込みする必要性の判断をするために使われる。本要素に前回取り込んだ時点より後の日時が設定されている場合には、なんらかの変更があった可能性がある(変更がない場合もある)ものとして判断される。したがって、内容になんらかの変更があった場合、またはこのリソースのデータが初めて作成された場合には、その時点以降の日時(たとえば、このリソースのデータを作成した日時)を設定しなければならない。内容の変更がない場合でも、このリソースのデータが作り直された場合や単に複写された場合にその日時を設定しなおしてもよい。ただし、内容に変更がないのであれば、日時を変更しなくてもよい。また、この要素の変更とmeta.versionIdの変更とは、必ずしも連動しないことがある。 | ||||
| Control | 1..1 | ||||
| Type | instant | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 14. CarePlan.meta.source | |||||
| Definition | リソースのソースシステムを識別するURI。これにより、リソース内の情報のソースをトラックまたは区別するために使用できる最小限の[プロビナンス](provenance.html#)情報が提供されます。ソースは、別のFHIRサーバー、ドキュメント、メッセージ、データベースなどを識別できます。 | ||||
| Short | リソースがどこから来たかを特定する | ||||
| Comments | プロバナンスのリソースにおいて、これはProvenance.entity.what[x]に対応します。ソースの正確な使用方法(および含意されるProvenance.entity.role)は実装者の判断に委ねられます。指定されたソースは1つだけです。追加のプロバナンスの詳細が必要な場合は、完全なプロバナンスリソースを使用するべきです。 この要素は、正規のURLでホストされていないリソースの現在のマスターソースがどこにあるかを示すために使用できます。 | ||||
| Control | 0..1 | ||||
| Type | uri | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 16. CarePlan.meta.profile | |||||
| Definition | 本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。 | ||||
| Short | 本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。 | ||||
| Comments | これらの主張が時間の経過に伴って検証または更新される方法と、それらを決定するサーバーや他の基盤に任されます。プロファイルURLのリストは1セットです。 | ||||
| Control | 1..* | ||||
| Type | canonical(StructureDefinition) | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 18. CarePlan.meta.security | |||||
| Definition | このリソースにはセキュリティラベルが適用されています。これらのタグにより、特定のリソースが全体的なセキュリティポリシーやインフラストラクチャに関連付けられます。 | ||||
| Short | このリソースに適用されたセキュリティラベル | ||||
| Comments | セキュリティラベルは変更せずにリソースのバージョンを更新可能です。セキュリティラベルのリストはセットであり、一意性はシステム/コードに基づき、バージョンと表示は無視されます。 | ||||
| Control | 0..* | ||||
| Binding | Unless not suitable, these codes SHALL be taken from All Security Labels (extensible to http://hl7.org/fhir/ValueSet/security-labels|4.0.1)医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。 | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 20. CarePlan.meta.tag | |||||
| Definition | このリソースに適用されるタグです。タグは、リソースをプロセスやワークフローに識別し、関連付けるために使用することが意図されており、アプリケーションはリソースの意味を解釈する際にタグを考慮する必要はありません。 | ||||
| Short | このリソースに適用されたタグ | ||||
| Comments | リソースの表示バージョンを変更することなく、タグを更新できます。タグのリストは集合です。ユニーク性はシステム/コードに基づき、バージョンと表示は無視されます。 | ||||
| Control | 0..* | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 22. CarePlan.implicitRules | |||||
| Definition | リソース構築時に遵守された一連のルールを指すものであり、コンテンツを処理する際に理解する必要があります。しばしば、特別なルールを定義する実装ガイドとその他のプロファイルなどを含むものです。 | ||||
| Short | このコンテンツが作成されたルールセット | ||||
| Comments | このルールセットを主張することで、取引先の限られた集団にしか内容を理解させることができず、長期的にはデータの有用性が制限されます。しかしながら、現存するヘルスエコシステムは高度に分断化しており、一般的に計算可能な形式でデータを定義、収集、交換する準備が整っていません。できる限り、実装者および/または仕様ライターはこの要素の使用を避けるべきです。使用する場合、URLは、そのナラティブとともに他のプロファイル、値セットなどを含む実装ガイドを定義する参照となります。 | ||||
| Control | 0..1 | ||||
| Type | uri | ||||
| Is Modifier | true 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 Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 24. CarePlan.language | |||||
| Definition | リソースが書かれている基本言語。 | ||||
| Short | リソースコンテンツの言語 | ||||
| Comments | 言語はインデックスとアクセシビリティをサポートするために提供されます(通常、テキスト読み上げなどのサービスは言語タグを使用します)。物語のHTML言語タグは、物語に適用されます。リソース上の言語タグは、リソース内のデータから生成される他のプレゼンテーションの言語を指定するために使用できます。すべてのコンテンツが基本言語である必要はありません。Resource.languageは自動的に物語に適用されたと想定してはいけません。言語が指定されている場合、HTMLのdiv要素にも指定する必要があります(xml:langとhtml lang属性の関係に関する情報はHTML5の規則を参照)。 | ||||
| Control | 0..1 | ||||
| Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages|4.0.1)人間の言語。
| ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 26. CarePlan.text | |||||
| Definition | リソースの要約を含む人が読めるナビゲーションであり、リソースの内容を人に表現するために使用できます。ナビゲーションはすべての構造化されたデータをエンコードする必要はありませんが、人間がナビゲーションを読むだけで「臨床的に安全」であるために十分な詳細を含む必要があります。リソース定義には、臨床的な安全性を確保するためにナビゲーションで表現する必要があるコンテンツが定義される場合があります。 | ||||
| Short | 本リソースをテキストで表現したものを入れてもよい。 | ||||
| Comments | 含まれるリソースには説明がありません。含まれないリソースには説明が必要です。場合によっては、リソースが少量のデータしか含まず、テキストだけで表現されることがあります(minOccurs = 1要素がすべて満たされている限り)。これは、情報が「テキストの塊」としてキャプチャされるレガシーシステムからのデータや、テキストが生またはナレーションされて符号化された情報が後で追加される場合に必要な場合があります。 | ||||
| Control | 0..1 | ||||
| Type | Narrative | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | narrative, html, xhtml, display | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 28. CarePlan.text.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 30. CarePlan.text.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | 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. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on CarePlan.text.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 32. CarePlan.text.status | |||||
| Definition | 固定値。テキスト内容の全てがリソースのコンテンツから生成されたことを示す。 | ||||
| Short | generated | ||||
| Control | 1..1 | ||||
| Binding | The codes SHALL be taken from NarrativeStatus (required to http://hl7.org/fhir/ValueSet/narrative-status|4.0.1)The status of a resource narrative. | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Pattern Value | generated | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 34. CarePlan.text.div | |||||
| Definition | 本リソースの構造化情報から生成したテキスト表現をいれてもよい。\r\nXHTML形式 | ||||
| Short | Limited xhtml content | ||||
| Comments | The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained stylesheets. The XHTML content SHALL NOT contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects. | ||||
| Control | 1..1 | ||||
| Type | xhtml | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))txt-1: The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes ( htmlChecks())txt-2: The narrative SHALL have some non-whitespace content ( htmlChecks()) | ||||
| 36. CarePlan.contained | |||||
| Definition | これらのリソースは、それらを含むリソースから独立した存在を持ちません。それらは独立して識別することはできず、独自の独立したトランザクション範囲を持つこともできません。 | ||||
| Short | 含まれている、インラインのリソース | ||||
| Comments | コンテンツが適切に識別できる場合には、これを行うべきではありません。識別が失われると、再び復元することは非常に困難であり(文脈に依存します)、メタ要素にプロファイルとタグを持つことができますが、セキュリティのラベルを持っていてはいけません。 | ||||
| Control | 0..* | ||||
| Type | Resource | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | inline resources, anonymous resources, contained resources | ||||
| 38. CarePlan.extension | |||||
| Definition | リソースの基本的な定義の一部ではない追加情報を表すために使用することができます。拡張機能の使用を安全かつ管理可能にするために、定義と使用の一定のガバナンスが適用されます。実装者はどんな拡張機能でも定義できますが、拡張機能の定義の一部として満たす必要がある要件があります | ||||
| Short | 実装によって定義される追加コンテンツ | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 40. CarePlan.modifierExtension | |||||
| Definition | リソースの基本的な定義に含まれない、要素の理解や、それを含む要素の子孫の理解を修正する追加情報を表すためにも使用されることがあります。通常、修飾要素は否定や修飾を提供します。拡張機能の使用を安全で管理しやすくするために、拡張機能の定義と使用に対して厳格な統治が適用されます。実装者は拡張機能を定義することが許可されていますが、拡張機能の定義の一部として満たす必要がある要件があります。リソースを処理するアプリケーションは、修飾子拡張をチェックする必要があります。修飾子拡張は、リソースまたはドメインリソースの任意の要素の意味を変更してはなりません(修飾子拡張自体の意味も変更できません)。 | ||||
| Short | 無視できない拡張機能 | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
| Summary | false | ||||
| Requirements | 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 Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 42. CarePlan.identifier | |||||
| Definition | パフォーマーまたはその他のシステムによって割り当てられたこのケアプランのビジネスidentifierは、リソースが更新され、サーバからサーバへ伝播する際に一定のままであります。 | ||||
| Short | このプランの外部ID | ||||
| Comments | これはビジネスidentifierであり、リソースidentifierではありません([discussion](resource.html#identifiers)を参照)。 identifierが単一のリソースインスタンスにのみ表示されることが最善の方法ですが、ビジネス上の実践によっては、同じidentifierを持つ複数のリソースインスタンスが存在する場合があります。 たとえば、複数の患者と個人リソースインスタンスが同じ社会保険番号を共有する場合があります。 | ||||
| Note | This is a business identifier, not a resource identifier (see discussion) | ||||
| Control | 0..1 | ||||
| Type | Identifier | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Requirements | Allows identification of the care plan as it is known by various participating systems and in a way that remains consistent across servers. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 44. CarePlan.identifier.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 46. CarePlan.identifier.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | 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. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on CarePlan.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 48. CarePlan.identifier.use | |||||
| Definition | The purpose of this identifier. | ||||
| Short | usual | official | temp | secondary | old (If known) | ||||
| Comments | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)Identifies the purpose for this identifier, if known . | ||||
| Type | code | ||||
| Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 50. CarePlan.identifier.type | |||||
| Definition | A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
| Short | Description of identifier | ||||
| Comments | This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. | ||||
| Control | 0..1 | ||||
| Binding | Unless not suitable, these codes SHALL be taken from Identifier Type Codes (extensible to http://hl7.org/fhir/ValueSet/identifier-type|4.0.1)A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Allows users to make use of identifiers when the identifier system is not known. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 52. CarePlan.identifier.system | |||||
| Definition | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
| Short | The namespace for the identifier value | ||||
| Comments | Identifier.system is always case sensitive. | ||||
| Control | 1..1 | ||||
| Type | uri | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Requirements | 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. | ||||
| Pattern Value | http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier | ||||
| Example | General: http://www.acme.com/identifiers/patient | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 54. CarePlan.identifier.value | |||||
| Definition | 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 | 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. | ||||
| Control | 1..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Example | General: 123456 | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 56. CarePlan.identifier.period | |||||
| Definition | Time period during which identifier is/was valid for use. | ||||
| Short | Time period when id is/was valid for use | ||||
| Control | 0..1 | ||||
| Type | Period | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 58. CarePlan.identifier.assigner | |||||
| Definition | Organization that issued/manages the identifier. | ||||
| Short | Organization that issued id (may be just text) | ||||
| Comments | The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization. | ||||
| Control | 0..1 | ||||
| Type | Reference(Organization) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 60. CarePlan.instantiatesCanonical | |||||
| Definition | このCarePlanで全体または一部に従われるFHIRで定義されたプロトコル、ガイドライン、アンケートなどの定義を指すURL。 | ||||
| Short | FHIRプロトコルまたは定義をインスタンス化します。 | ||||
| Control | 0..* | ||||
| Type | canonical(PlanDefinition, Questionnaire, Measure, ActivityDefinition, OperationDefinition) | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 62. CarePlan.instantiatesUri | |||||
| Definition | このCarePlanが全体または一部に従っている外部管理プロトコル、ガイドライン、アンケート、または他の定義を指すURL。 | ||||
| Short | 外部プロトコルまたは定義を実体化する。 | ||||
| Comments | これはHTMLページ、PDFなどであるか、解決不能なURIidentifierである可能性があります。 | ||||
| Control | 0..* | ||||
| Type | uri | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 64. CarePlan.basedOn | |||||
| Definition | このケアプランによって全体または一部が満たされるケアプラン。 | ||||
| Short | ケアプランを実行する | ||||
| Control | 0..* | ||||
| Type | Reference(CarePlan) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Allows tracing of the care plan and tracking whether proposals/recommendations were acted upon. | ||||
| Alternate Names | fulfills | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 66. CarePlan.replaces | |||||
| Definition | この新しい介護計画によって機能が引き継がれた完了または終了した介護計画。 | ||||
| Short | このCarePlanで以前のCarePlanが入れ替わりました。 | ||||
| Comments | 置き換えは、最初の介護計画が即座に拒否されたためか(何か問題があったため)前の介護計画が完了したが、介護計画で説明されたアクションのニーズが継続しているためかもしれません。 | ||||
| Control | 0..* | ||||
| Type | Reference(CarePlan) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Allows tracing the continuation of a therapy or administrative process instantiated through multiple care plans. | ||||
| Alternate Names | supersedes | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 68. CarePlan.partOf | |||||
| Definition | この特定の介護計画が構成要素またはステップである、より大規模な介護計画 | ||||
| Short | 参照されたCarePlanの一部 | ||||
| Comments | それぞれのケアプランは独立したリクエストであり、他のケアプランの一部になることが問題を引き起こすことがあるため、この要素についてはまだ議論中です。 | ||||
| Control | 0..* | ||||
| Type | Reference(CarePlan) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 70. CarePlan.status | |||||
| Definition | "http://hl7.org/fhir/request-status" コードから draft | active | on-hold | revoked | completed | entered-in-error | unknown など。 案、有効、保留、取消、完了、エラー、不明 | ||||
| Short | プランのステータス | ||||
| Comments | 未知のコードは、他のステータスを伝えるために使用されるべきではありません。未知のコードは、ステータスの1つが適用されるときに使用されるべきですが、作成システムがケアプランの現在の状態を知らない場合にも使用されます。 この要素は、プランが現在有効でないことを示す入力エラーのコードを含むステータスを含んでいるため、修飾子としてラベル付けされます。 | ||||
| Control | 1..1 | ||||
| Binding | The codes SHALL be taken from RequestStatus (required to http://hl7.org/fhir/ValueSet/request-status|4.0.1)計画が実行中か、将来の意図を表しているか、現在歴史的記録であるかを示します。 | ||||
| Type | code | ||||
| Is Modifier | true because This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Requirements | Allows clinicians to determine whether the plan is actionable or not. | ||||
| Pattern Value | active | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 72. CarePlan.intent | |||||
| Definition | 趣旨区分 "http://hl7.org/fhir/request-intent" proposal | plan | order | option 提案|計画|指示|オプション 入院時または退院時の方針では、内容によりいずれにもなりうるので、適切なコードを適宜選択して使用する。 | ||||
| Short | 趣旨区分 | ||||
| Comments | この要素は修飾子としてラベル付けされています。なぜなら、意図が変わり、リソースが実際に適用可能な場合と方法が変わるからです。 | ||||
| Control | 1..1 | ||||
| Binding | The codes SHALL be taken from CarePlanIntent (required to http://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1)看護計画に関連する権限/意図の程度を示すコード | ||||
| Type | code | ||||
| Is Modifier | true because This element changes the interpretation of all descriptive attributes. For example "the time the request is recommended to occur" vs. "the time the request is authorized to occur" or "who is recommended to perform the request" vs. "who is authorized to perform the request" | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Requirements | Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain. | ||||
| Pattern Value | plan | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 74. CarePlan.category | |||||
| Definition | followup-plan、admission-plan、hospital-plan、discharge-plan | ||||
| Short | プランのタイプ | ||||
| Comments | 複数の分類軸が存在し、1つの計画が複数の目的に役立つことがあります。場合によっては、これはCarePlan.concernへの参照と重複する場合があります。 | ||||
| Control | 1..1 | ||||
| Binding | For example codes, see CarePlanCategory (example to http://hl7.org/fhir/ValueSet/care-plan-category|4.0.1)「これが複数存在する計画の区別を支援するための「種類」の計画である」(たとえば、「在宅医療」、「精神医療」、「喘息」、「疾患管理」など)。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Requirements | Used for filtering what plan(s) are retrieved and displayed to different types of users. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 76. CarePlan.category.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 78. CarePlan.category.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | 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. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on CarePlan.category.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 80. CarePlan.category.coding | |||||
| Definition | A reference to a code defined by a terminology system. | ||||
| Short | Code defined by a terminology system | ||||
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
| Control | 0..* | ||||
| Binding | The codes SHALL be taken from JP_valueSet_carePlanCategory (1.0.0) (required to http://jpfhir.jp/fhir/CarePlan/ValueSet/category|1.0.0) | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 82. CarePlan.category.text | |||||
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
| Short | Plain text representation of the concept | ||||
| Comments | Very often the text is the same as a displayName of one of the codings. | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 84. CarePlan.title | |||||
| Definition | "外来診療計画" "入院時方針" "入院中の方針" "退院時の方針" など。その他の課題名称でも構わない。 | ||||
| Short | プランの課題名称 | ||||
| Control | 1..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 86. CarePlan.description | |||||
| Definition | ここに具体的な内容を文字列で記述する。1MB以内。 | ||||
| Short | プランの内容サマリー | ||||
| Control | 1..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Requirements | Provides more detail than conveyed by category. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 88. CarePlan.subject | |||||
| Definition | 患者Patientリソースへの参照 | ||||
| Short | 患者Patientリソースへの参照 | ||||
| Control | 1..1 | ||||
| Type | Reference(JP Core Patient Profile) | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Alternate Names | patient | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 90. CarePlan.encounter | |||||
| Definition | 対象となる入院情報または退院情報を含む入院詳細情報 | ||||
| Short | 対象となる入院情報または退院情報を含む入院詳細情報 | ||||
| Comments | これは通常、イベントが発生したエンカウンター内で行われますが、公式的なエンカウンターの完了前または後でも、エンカウンターの文脈に関連するアクティビティが開始される場合があります。 ケアプランに従って実施されるケアプランアクティビティは、他のエンカウンターの一部として行われる可能性があります。 | ||||
| Control | 0..1 | ||||
| Type | Reference(JP_Encounter-eCS) | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 92. CarePlan.period | |||||
| Definition | このプランがカバーする期間 | ||||
| Short | このプランがカバーする期間 | ||||
| Comments | 計画の一部として予定された任意のアクティビティは、単一のエンカウンタ/エピソード内で計画されたものであるか、複数のエンカウンタ/エピソードにわたって計画されたものであるかに関係なく、指定された期間内に制約される必要があります(例えば、慢性疾患の長期管理)。 | ||||
| Control | 1..1 | ||||
| Type | Period | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Requirements | Allows tracking what plan(s) are in effect at a particular time. | ||||
| Alternate Names | timing | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 94. CarePlan.period.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 96. CarePlan.period.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | 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. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on CarePlan.period.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 98. CarePlan.period.start | |||||
| Definition | 入院日または、退院日または退院日以降のこのプランのカバー開始日付 | ||||
| Short | 入院日または、退院日または退院日以降のこのプランのカバー開始日付 | ||||
| Comments | If the low element is missing, the meaning is that the low boundary is not known. | ||||
| Control | 1..1 This element is affected by the following invariants: per-1 | ||||
| Type | dateTime | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 100. CarePlan.period.end | |||||
| Definition | 退院日または退院日以降のこのプランのカバー終了日付。通常省略されるが、ひき続き、次のプランに引き継ぐ場合には終了日付が入る。 | ||||
| Short | 退院日または退院日以降のこのプランのカバー終了日付。通常省略されるが、ひき続き、次のプランに引き継ぐ場合には終了日付が入る。 | ||||
| Comments | The high value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has an end value of 2012-02-03. | ||||
| Control | 0..1 This element is affected by the following invariants: per-1 | ||||
| Type | dateTime | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Meaning if Missing | If the end of the period is missing, it means that the period is ongoing | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 102. CarePlan.created | |||||
| Definition | このプランが最初に作成された日付 | ||||
| Short | このプランが最初に作成された日付 | ||||
| Control | 0..1 | ||||
| Type | dateTime | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Alternate Names | authoredOn | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 104. CarePlan.author | |||||
| Definition | このプランの責任者情報への参照 | ||||
| Short | このプランの責任者情報への参照 | ||||
| Comments | 著者は寄稿者でもある可能性があります。例えば、組織は著者として表示されますが、寄稿者としては表示されません。 | ||||
| Control | 0..1 | ||||
| Type | Reference(JP Core Practitioner Profile) | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 106. CarePlan.contributor | |||||
| Definition | 介護プランの内容を提供した個人または組織を特定する。 | ||||
| Short | 誰がケアプランの内容を提供しましたか? | ||||
| Comments | 共同ケアプランには複数の貢献者がいる場合があります。 | ||||
| Control | 0..0 | ||||
| Type | Reference(Patient, Practitioner, PractitionerRole, Device, RelatedPerson, Organization, CareTeam) | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Must Support Types | No must-support rules about the choice of types/profiles | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 108. CarePlan.careTeam | |||||
| Definition | この計画によって想定されるケアに関与するすべての人々や組織を特定する。 | ||||
| Short | この計画に誰が関わっているのですか? | ||||
| Control | 0..0 | ||||
| Type | Reference(CareTeam) | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | false | ||||
| Requirements | Allows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 110. CarePlan.addresses | |||||
| Definition | この計画で管理および軽減の対象となる状況、問題、懸念、診断等を特定する。 | ||||
| Short | この計画が対処する健康上の問題 | ||||
| Comments | 診断がアレルギーまたは不耐症に関連している場合、ConditionおよびAllergyIntoleranceリソースの両方を使用できます。ただし、意思決定のサポートに有用であるためには、Conditionだけで十分ではなく、アレルギーまたは不耐症の状態をAllergyIntoleranceとして表現する必要があります。 | ||||
| Control | 0..* | ||||
| Type | Reference(Condition) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Links plan to the conditions it manages. The element can identify risks addressed by the plan as well as active conditions. (The Condition resource can include things like "at risk for hypertension" or "fall risk".) Also scopes plans - multiple plans may exist addressing different concerns. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 112. CarePlan.supportingInfo | |||||
| Definition | 計画の形成に特定に影響を与えた患者の記録の部分を特定します。これらには、共存疾患、最近の手術、制限、最近の評価などが含まれます。 | ||||
| Short | 計画の一部として考慮される情報 | ||||
| Comments | ケアプランで取り扱われる特定の状態を識別するために"concern"を使用してください。 | ||||
| Control | 0..* | ||||
| Type | Reference(Resource) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Identifies barriers and other considerations associated with the care plan. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 114. CarePlan.goal | |||||
| Definition | 介護計画を実行することで意図される目標を説明する。 | ||||
| Short | 計画の望まれる結果 | ||||
| Comments | 目標は特定の変化を達成することであったり、現状を維持することであったり、衰退を遅らせることであることもある。 | ||||
| Control | 0..* | ||||
| Type | Reference(Goal) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Provides context for plan. Allows plan effectiveness to be evaluated by clinicians. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 116. CarePlan.activity | |||||
| Definition | 計画の一部として発生する予定の行動を識別します。例えば、使用する薬、実施する実験、自己モニタリング、教育などがあります。 | ||||
| Short | 計画の一環として発生する行動 | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Allows systems to prompt for performance of planned activities, and validate plans against best practice. | ||||
| Invariants | cpl-3: 参照文献または詳細を提供してください。両方は不要です。 (detail.empty() or reference.empty())ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 ( hasValue() or (children().count() > id.count())) | ||||
| 118. CarePlan.activity.id | |||||
| Definition | リソース内の要素の固有ID(内部参照用)。これは、スペースを含まない任意の文字列値である可能性があります。 | ||||
| Short | エレメント相互参照のためのユニークID | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 120. CarePlan.activity.extension | |||||
| Definition | 要素の基本的な定義に含まれない追加情報を表すために使用されることがあります。拡張機能の使用を安全かつ管理しやすくするために、定義および使用に適用される厳格なガバナンスのセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たす必要のある要件のセットがあります。 | ||||
| Short | 実装によって定義される追加コンテンツ | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 122. CarePlan.activity.modifierExtension | |||||
| Definition | 基本的な要素の定義に含まれない追加情報を表すために使用されることがあり、それによって、その要素自体または取り込んでいる要素の子孫の理解を修正する。修飾子要素は通常、否定または修飾を提供します。拡張機能の安全で管理しやすい使用を実現するために、定義および使用に厳しいガバナンスセットが適用されています。どの実装者でも拡張機能を定義できますが、拡張機能の定義の一部として満たす必要がある要件があります。リソースを処理するアプリケーションは、修飾子拡張子をチェックする必要があります。 修飾子拡張機能は、リソースまたはドメインリソースの任意の要素の意味を変更してはなりません(修飾子拡張自体の意味を変更することもできません)。 | ||||
| Short | 認識されなくても無視できない拡張機能 | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | 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 Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 124. CarePlan.activity.outcomeCodeableConcept | |||||
| Definition | 活動の状況が評価された時点での結果を特定します。例えば、教育活動の結果は患者が理解したかどうかです。 | ||||
| Short | 活動の結果 | ||||
| Comments | これは活動の状態を複製してはいけないことに注意して下さい(例えば、完了したものや進行中のものなど)。 | ||||
| Control | 0..* | ||||
| Binding | For example codes, see CarePlanActivityOutcome (example to http://hl7.org/fhir/ValueSet/care-plan-activity-outcome|4.0.1)活動の結果を特定します。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 126. CarePlan.activity.outcomeReference | |||||
| Definition | アクティビティによって生じる結果や行動の詳細。プロシジャー(処置等)、エンカウンター、観察などの「イベント」リソースに参照していることは、アクティビティそのものの結果/成果です。CarePlan.activity.detailを使用するか、CarePlan.activity.reference(「リクエスト」リソースへの参照)を使用してアクティビティを伝えることができます。 | ||||
| Short | 予約、受療行動、手続きなど。 | ||||
| Comments | 活動の結果は、関連する目標の結果に独立しています。例えば、目標が体重150ポンドの達成であり、活動がダイエットと定義されている場合、活動の結果は消費カロリーであり、目標の結果は実際の体重の観察です。 | ||||
| Control | 0..* | ||||
| Type | Reference(Resource) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Links plan to resulting actions. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 128. CarePlan.activity.progress | |||||
| Definition | 活動の遵守状況や進捗についてのメモ | ||||
| Short | 活動状況/進捗についてのコメント | ||||
| Comments | この要素は、実行されるアクティビティを説明するために使用しないでください。アクティビティの詳細な参照先のリソース内で行われるか、アクティビティの詳細説明に記載されます。 | ||||
| Control | 0..* | ||||
| Type | Annotation | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Can be used to capture information about adherence, progress, concerns, etc. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 130. CarePlan.activity.reference | |||||
| Definition | 特定のリソースに表現された提案された活動の詳細。 | ||||
| Short | 特定のリソースで定義された活動の詳細 | ||||
| Comments | 標準拡張機能が存在します([リソースが目標に関連する](extension-resource-pertainstogoal.html)),これにより、CarePlan.activity.referenceのいずれかの参照リソースから目標を参照できます。 CarePlanから独立して表示される場合には、CarePlan.activity.referenceによって参照されたリソースが表示される場合に目標が表示される必要があります。 この要素を使用して指示されたCarePlanを指すリクエストは、「basedOn」要素を使用してこのCarePlanを指すべきではありません。つまり、CarePlanの一部である要求はCarePlanに基づいていません。 | ||||
| Control | 0..1 This element is affected by the following invariants: cpl-3 | ||||
| Type | Reference(Appointment, CommunicationRequest, DeviceRequest, MedicationRequest, NutritionOrder, Task, ServiceRequest, VisionPrescription, RequestGroup) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Details in a form consistent with other applications and contexts of use. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 132. CarePlan.activity.detail | |||||
| Definition | プロシジャー(処置等)など具体的なリソースを持たない一般介護プランシステム(フォーム駆動型など)に適した計画された活動の簡単な概要 | ||||
| Short | アクティビティのインライン定義 | ||||
| Control | 0..1 This element is affected by the following invariants: cpl-3 | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Details in a simple form for generic care plan systems. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 134. CarePlan.activity.detail.id | |||||
| Definition | リソース内の要素の固有ID(内部参照用)。これは、スペースを含まない任意の文字列値である可能性があります。 | ||||
| Short | エレメント相互参照のためのユニークID | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 136. CarePlan.activity.detail.extension | |||||
| Definition | 要素の基本的な定義に含まれない追加情報を表すために使用されることがあります。拡張機能の使用を安全かつ管理しやすくするために、定義および使用に適用される厳格なガバナンスのセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たす必要のある要件のセットがあります。 | ||||
| Short | 実装によって定義される追加コンテンツ | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 138. CarePlan.activity.detail.modifierExtension | |||||
| Definition | 基本的な要素の定義に含まれない追加情報を表すために使用されることがあり、それによって、その要素自体または取り込んでいる要素の子孫の理解を修正する。修飾子要素は通常、否定または修飾を提供します。拡張機能の安全で管理しやすい使用を実現するために、定義および使用に厳しいガバナンスセットが適用されています。どの実装者でも拡張機能を定義できますが、拡張機能の定義の一部として満たす必要がある要件があります。リソースを処理するアプリケーションは、修飾子拡張子をチェックする必要があります。 修飾子拡張機能は、リソースまたはドメインリソースの任意の要素の意味を変更してはなりません(修飾子拡張自体の意味を変更することもできません)。 | ||||
| Short | 認識されなくても無視できない拡張機能 | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | 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 Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 140. CarePlan.activity.detail.kind | |||||
| Definition | ケアプラン活動のインライン定義が表すリソースの種類を説明します。 CarePlan.activity.referenceを使用してリソースを参照しない場合、CarePlan.activity.detailはインライン定義です。例えば、MedicationRequest、ServiceRequest、またはCommunicationRequestです。 | ||||
| Short | 予約 | コミュニケーションリクエスト | デバイスリクエスト | 薬剤リクエスト | 栄養指示 | タスク | サービスリクエスト | 視力処方箋 | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from CarePlanActivityKind (required to http://hl7.org/fhir/ValueSet/care-plan-activity-kind|4.0.1)FHIRの一部として定義されたリソースタイプは、介護計画活動のインライン定義として表現できます。 | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Requirements | May determine what types of extensions are permitted. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 142. CarePlan.activity.detail.instantiatesCanonical | |||||
| Definition | このCarePlan活動に完全または部分的に従われるFHIR定義プロトコル、ガイドライン、アンケート、またはその他の定義へのURL | ||||
| Short | FHIRプロトコルまたは定義をインスタンス化します。 | ||||
| Control | 0..* | ||||
| Type | canonical(PlanDefinition, ActivityDefinition, Questionnaire, Measure, OperationDefinition) | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Requirements | Allows Questionnaires that the patient (or practitioner) should fill in to fulfill the care plan activity. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 144. CarePlan.activity.detail.instantiatesUri | |||||
| Definition | このCarePlanアクティビティに部分的または完全に準拠されている外部に維持されたプロトコル、ガイドライン、アンケートまたはその他の定義を指すURL。 | ||||
| Short | 外部プロトコルまたは定義を実体化する。 | ||||
| Comments | これはHTMLページ、PDFなどであるか、解決不能なURIidentifierである可能性があります。 | ||||
| Control | 0..* | ||||
| Type | uri | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Requirements | Allows Questionnaires that the patient (or practitioner) should fill in to fulfill the care plan activity. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 146. CarePlan.activity.detail.code | |||||
| Definition | 計画された活動の詳細な説明;例えば、どのようなラボテスト、どのようなプロシジャー(処置等)、どのような受療行動か。 | ||||
| Short | 活動の詳細タイプ | ||||
| Comments | 特定の製品に関する活動においては、あまり関係がない傾向があります。コードに否定を示すことは避け、代わりに「禁止」としてください。 | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see ProcedureCodes(SNOMEDCT) (example to http://hl7.org/fhir/ValueSet/procedure-code|4.0.1)活動の種類に関する詳細な説明例:どのような実験、どのプロシジャー(処置等)、どのような受療行動ですか。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Allows matching performed to planned as well as validation against protocols. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 148. CarePlan.activity.detail.reasonCode | |||||
| Definition | この特定の活動を計画の一部として含めることを推進した理論、または活動が禁止された理由を提供します。 | ||||
| Short | なぜその活動を行うべきか、またはなぜその活動が禁止されたのか。 | ||||
| Comments | これは診断コードになる可能性があります。完全な状態記録が存在する場合や、追加の詳細が必要な場合は、reasonConditionを使用してください。 | ||||
| Control | 0..* | ||||
| Binding | For example codes, see SNOMEDCTClinicalFindings (example to http://hl7.org/fhir/ValueSet/clinical-findings|4.0.1)看護計画のアクティビティが必要な理由を特定する。一般的な健康状態コード、予防、手術の準備などの概念を含めることができる。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 150. CarePlan.activity.detail.reasonReference | |||||
| Definition | 健康状態など、このリクエストを正当化し、この特定のアクティビティを計画の一部として含める原動力となった他のリソースを示します。 | ||||
| Short | なぜ活動が必要なのか? | ||||
| Comments | 活動レベルで特定できる条件は、全体計画の理由として特定されないことがあります。 | ||||
| Control | 0..* | ||||
| Type | Reference(Condition, Observation, DiagnosticReport, DocumentReference) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 152. CarePlan.activity.detail.goal | |||||
| Definition | この活動に貢献することを目的とした目標を特定する内部参照。 | ||||
| Short | このアクティビティに関連する目標 | ||||
| Control | 0..* | ||||
| Type | Reference(Goal) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | So that participants know the link explicitly. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 154. CarePlan.activity.detail.status | |||||
| Definition | 特定の活動に対して進捗状況を特定します。 | ||||
| Short | 未開始 | 予定済み | 進行中 | 保留中 | 完了 | 取り消し | 停止 | 不明 | エラーで入力済み | ||||
| Comments | アクションを起こすためにリンクされているリソースに基づいて、ステータスの一部は推測できます。 "ステータス"は、計画が最後に更新された時点と同じくらい最新であることに注意してください。 不明なコードは他のステータスを伝えるために使用されるべきではありません。不明なコードは、ステータスが適用される1つであるが、オーサリングシステムがアクティビティの現在の状態を知らない場合に使用する必要があります。 | ||||
| Control | 1..1 | ||||
| Binding | The codes SHALL be taken from CarePlanActivityStatus (required to http://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.1)ケアプラン活動全体のライフサイクル内での現在の状態を反映するコード。 | ||||
| Type | code | ||||
| Is Modifier | true because This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the activity should not be treated as valid | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Requirements | Indicates progress against the plan, whether the activity is still relevant for the plan. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 156. CarePlan.activity.detail.statusReason | |||||
| Definition | 活動がまだ開始されていない、保留中である、キャンセルされた理由を説明します。 | ||||
| Short | 現在の状況の理由 | ||||
| Comments | 完了」という状態の場合は一般に存在しないでしょう。状態が変更された場合に更新するように促すか、少なくとも既存の値を削除するようにしてください。 | ||||
| Control | 0..1 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 158. CarePlan.activity.detail.doNotPerform | |||||
| Definition | 真である場合、説明された活動が計画に従って行われてはならないものであることを示します。偽である場合、または欠落している場合、説明された活動が計画に従って行われるべきものであることを示します。 | ||||
| Short | もしそれが真実なら、アクティビティは行動を妨げています。 | ||||
| Comments | この要素は修飾子としてラベル付けされます。なぜなら、それは実行しない活動として活動をマークするからです。 | ||||
| Control | 0..1 | ||||
| Type | boolean | ||||
| Is Modifier | true because If true this element negates the specified action. For example, instead of a request for a procedure, it is a request for the procedure to not occur. | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Requirements | Captures intention to not do something that may have been previously typical. | ||||
| Meaning if Missing | If missing indicates that the described activity is one that should be engaged in when following the plan. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 160. CarePlan.activity.detail.scheduled[x] | |||||
| Definition | 記述されたアクティビティが発生する期間、タイミング、または頻度。 | ||||
| Short | 活動が発生するとき | ||||
| Control | 0..1 | ||||
| Type | Choice of: Timing, Period, string | ||||
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Requirements | Allows prompting for activities and detection of missed planned activities. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 162. CarePlan.activity.detail.location | |||||
| Definition | 活動が行われる施設を特定します。例えば、自宅、病院、特定のクリニックなどです。 | ||||
| Short | 起こるべき場所はどこですか? | ||||
| Comments | 特定の臨床ロケーションを参照する場合もあれば、ロケーションのタイプを識別することもあります。 | ||||
| Control | 0..1 | ||||
| Type | Reference(Location) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Helps in planning of activity. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 164. CarePlan.activity.detail.performer | |||||
| Definition | 誰がその活動に関与する必要があるかを特定します。 | ||||
| Short | 誰が責任を負うのですか? | ||||
| Comments | 演者は介護プランの参加者である可能性もあります。 | ||||
| Control | 0..* | ||||
| Type | Reference(Practitioner, PractitionerRole, Organization, RelatedPerson, Patient, CareTeam, HealthcareService, Device) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Helps in planning of activity. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 166. CarePlan.activity.detail.product[x] | |||||
| Definition | 活動で消費または提供される食料品、薬品、またはその他の製品を識別します。 | ||||
| Short | 何を管理/供給するのですか? | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see SNOMEDCTMedicationCodes (example to http://hl7.org/fhir/ValueSet/medication-codes|4.0.1)ケア・プランのアクティビティーの一環として提供される製品またはアレンジメント | ||||
| Type | Choice of: CodeableConcept, Reference(Medication, Substance) | ||||
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 168. CarePlan.activity.detail.dailyAmount | |||||
| Definition | 特定日に消費される予想数量を特定する。 | ||||
| Short | 「1日に何回飲むべきですか?」" | ||||
| Control | 0..1 | ||||
| Type | Quantity(SimpleQuantity) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Allows rough dose checking. | ||||
| Alternate Names | daily dose | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 170. CarePlan.activity.detail.quantity | |||||
| Definition | 被験者によって供給、投与、消費される予定の数量を特定する。 | ||||
| Short | どのくらいの量を与える/支給する/消費するのですか? | ||||
| Control | 0..1 | ||||
| Type | Quantity(SimpleQuantity) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 172. CarePlan.activity.detail.description | |||||
| Definition | これは意図された活動の発生に関する制約のテキスト上の説明を提供し、他の活動との関係を含むことがあります。また、目的、前提条件、終了条件も含まれる場合があります。最後に、場所、方法、経路などの活動に関する詳細を伝えることもできます。 | ||||
| Short | 実施するアクティビティを説明する追加情報 | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 174. CarePlan.note | |||||
| Definition | 介護計画についてのその他の項目には含まれていない一般的な注意事項 | ||||
| Short | この計画に対するコメント | ||||
| Control | 0..* | ||||
| Type | Annotation | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Used to capture information that applies to the plan as a whole that doesn't fit into discrete elements. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||