ePath R4 Implementation Guide
1.0.1 - ci-build
Japan
ePath R4 Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-02-19 |
Definitions for the EPathEncounterAdmission resource profile.
Guidance on how to interpret the contents of this table can be foundhere
| 0. Encounter | |
| Definition | 医療サービスの提供または患者の健康状態の評価を目的とした、患者と医療提供者との間の相互作用。Encounterと表現される。 An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. |
| Short | 患者にサービスが提供されている間の相互作用An interaction during which services are provided to the patient |
| Control | 0..* |
| Is Modifier | false |
| Summary | false |
| Alternate Names | Visit |
| 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. Encounter.meta | |
| Definition | リソースに関するメタデータ。これはインフラストラクチャによって維持されるコンテンツです。 コンテンツの変更は、リソースのバージョン変更と常に関連しているわけではありません。 The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. |
| Short | リソースに関するメタデータMetadata about the resource |
| Control | 10..1 |
| Type | Meta |
| Is Modifier | false |
| 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. Encounter.meta.profile | |
| Definition | A list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.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 | Profiles this resource claims to conform to |
| Comments | 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 6. Encounter.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())) |
| 8. Encounter.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the resource. 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 | ExtensionAdditional 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 | 10..* |
| 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: 拡張機能または値[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()) |
| Slicing | This element introduces a set of slices on Encounter.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 10. Encounter.extension:associatedEncounter | |
| Slice Name | associatedEncounter |
| Definition | 関連するEncounter |
| Short | 関連するEncounter |
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 |
| Control | 0..1 |
| Type | Extension(Encounter Associated Encounter) (Extension Type: Reference(Encounter)) |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: 拡張機能または値[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()) |
| 12. Encounter.extension:ePathEncounterClinicalDepartment | |
| Slice Name | ePathEncounterClinicalDepartment |
| Definition | 診療科を表すコード・名称 付録1. コード一覧「診療科」より設定する。 要素繰り返しの記述で施設等のローカル内で定めたコードを追加で設定してもよい。但し、その場合コード一覧で定める「診療科」は1番目に設定すること。 |
| Short | 診療科 |
| Control | 1..* |
| Type | Extension(EPath Encounter ClinicalDepartment) (Extension Type: CodeableConcept) |
| Is Modifier | false |
| Must Support | true |
| Summary | false |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: 拡張機能または値[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()) |
| 14. Encounter.extension:ePathEncounterPatientDeathIndicator | |
| Slice Name | ePathEncounterPatientDeathIndicator |
| Definition | 死亡有無を表すコード。付録1. コード一覧の「YN識別」で定めるコードを設定する。例)Y (死亡) |
| Short | 死亡有無 |
| Control | 0..1 |
| Type | Extension(EPath Encounter PatientDeathIndicator) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: 拡張機能または値[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()) |
| 16. Encounter.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 | 無視できない拡張機能 (Mushi dekinai kakuchou kinou)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: 拡張機能または値[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. Encounter.identifier | |
| Definition | このEncounterが知られている識別子(複数可)。 Identifier(s) by which this encounter is known. |
| Short | このEncounterが知られている識別子(複数可)Identifier(s) by which this encounter is known |
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..1* |
| Type | Identifier |
| Is Modifier | false |
| 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())) |
| Slicing | This element introduces a set of slices on Encounter.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 20. Encounter.identifier:resourceInstanceIdentifier | |
| Slice Name | resourceInstanceIdentifier |
| Definition | このEncounterが知られている識別子(複数可)。 Identifier(s) by which this encounter is known. |
| Short | このEncounterが知られている識別子(複数可)Identifier(s) by which this encounter is known |
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..1* |
| Type | Identifier |
| Is Modifier | false |
| Must Support | false |
| 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())) |
| 22. Encounter.identifier:resourceInstanceIdentifier.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())) |
| 24. Encounter.identifier:resourceInstanceIdentifier.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. |
| Fixed Value | http://e-path.jp/fhir/ePath/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())) |
| 26. Encounter.identifier:resourceInstanceIdentifier.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())) |
| 28. Encounter.status | |
| Definition | planned | arrived | triaged | in-progress | onleave | finished | cancelled +. planned | arrived | triaged | in-progress | onleave | finished | cancelled +. |
| Short | planned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+ |
| Comments | 内部のビジネス・ルールは、ステータス(およびクラス)間で発生する可能性のある適切な遷移を検出することに注意すること。 Note that internal business rules will determine the appropriate transitions that may occur between statuses (and also classes). |
| Control | 1..1 |
| Binding | The codes SHALL be taken from EncounterStatushttp://hl7.org/fhir/ValueSet/encounter-status|4.0.1 (required to http://hl7.org/fhir/ValueSet/encounter-status|4.0.1)「Encounter(診察、受診、入退院など)の現状。」 Current state of the encounter. |
| Type | code |
| Is Modifier | true because この要素は、リソースを有効なものとして扱うべきではないことを意味する status entered-in-error を含む status 要素であるため、修飾子としてラベル付けされる。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 |
| 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. Encounter.class | |
| Definition | 外来(外来)、入院、救急、在宅医療、その他の地域差による患者Encounterの分類を表す概念。 Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations. |
| Short | 患者とのEncounterの分類【詳細参照】Classification of patient encounter |
| Comments | コードは列挙やコードリストの中で非常にカジュアルに定義されることもあれば、SNOMED CTのような非常にフォーマルな定義まである。 - 詳細はHL7 v3コア・プリンシプルを参照すること。 |
| Control | 1..1 |
| Binding | Unless not suitable, these codes SHALL be taken from ActEncounterCodehttp://terminology.hl7.org/ValueSet/v3-ActEncounterCode (extensible to http://terminology.hl7.org/ValueSet/v3-ActEncounterCode)Encounter(診察、受診、入退院など)の分類。 (Deai no bunrui.) Classification of the encounter. |
| Type | Coding |
| 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())) |
| 32. Encounter.class.system | |
| Definition | The identification of the code system that defines the meaning of the symbol in the code. |
| Short | Identity of the terminology system |
| Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. |
| 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 | Need to be unambiguous about the source of the definition of the symbol. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 34. Encounter.class.code | |
| Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
| Short | Symbol in syntax defined by the system |
| Control | 10..1 |
| Type | code |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Must Support | true |
| Summary | true |
| Requirements | Need to refer to a particular code in the system. |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 36. Encounter.period | |
| Definition | Encounter(診察、受診、入退院など)の開始時刻と終了時刻。 The start and end time of the encounter. |
| Short | 入院期間The start and end time of the encounter |
| Comments | もし、まだ知られていなければ、期間の終わりは省略できます。 If not (yet) known, the end of the Period may be omitted. |
| Control | 0..1 |
| Type | Period |
| Is Modifier | false |
| Must Support | true |
| 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())) |
| 38. Encounter.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())) |
| 40. Encounter.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 |
| 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())) |
Guidance on how to interpret the contents of this table can be foundhere
| 0. Encounter | |
| 2. Encounter.meta | |
| Control | 1..? |
| 4. Encounter.meta.profile | |
| Control | 1..? |
| Must Support | true |
| 6. Encounter.extension | |
| Control | 1..? |
| 8. Encounter.extension:ePathEncounterClinicalDepartment | |
| Slice Name | ePathEncounterClinicalDepartment |
| Definition | 診療科を表すコード・名称 付録1. コード一覧「診療科」より設定する。 要素繰り返しの記述で施設等のローカル内で定めたコードを追加で設定してもよい。但し、その場合コード一覧で定める「診療科」は1番目に設定すること。 |
| Short | 診療科 |
| Control | 1..* |
| Type | Extension(EPath Encounter ClinicalDepartment) (Extension Type: CodeableConcept) |
| Must Support | true |
| 10. Encounter.extension:ePathEncounterPatientDeathIndicator | |
| Slice Name | ePathEncounterPatientDeathIndicator |
| Definition | 死亡有無を表すコード。付録1. コード一覧の「YN識別」で定めるコードを設定する。例)Y (死亡) |
| Short | 死亡有無 |
| Control | 0..1 |
| Type | Extension(EPath Encounter PatientDeathIndicator) (Extension Type: code) |
| 12. Encounter.identifier | |
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..1 |
| Slicing | This element introduces a set of slices on Encounter.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 14. Encounter.identifier:resourceInstanceIdentifier | |
| Slice Name | resourceInstanceIdentifier |
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..1 |
| Must Support | false |
| 16. Encounter.identifier:resourceInstanceIdentifier.system | |
| Control | 1..? |
| Must Support | true |
| Fixed Value | http://e-path.jp/fhir/ePath/IdSystem/resourceInstance-identifier |
| 18. Encounter.identifier:resourceInstanceIdentifier.value | |
| Control | 1..? |
| Must Support | true |
| 20. Encounter.status | |
| Must Support | true |
| 22. Encounter.class | |
| Must Support | true |
| 24. Encounter.class.system | |
| Control | 1..? |
| Must Support | true |
| 26. Encounter.class.code | |
| Control | 1..? |
| Must Support | true |
| 28. Encounter.period | |
| Short | 入院期間 |
| Must Support | true |
| 30. Encounter.period.start | |
| Short | 入院日 |
| Control | 1..? |
| Must Support | true |
| 32. Encounter.period.end | |
| Short | 退院日 |
Guidance on how to interpret the contents of this table can be foundhere
| 0. Encounter | |||||
| Definition | 医療サービスの提供または患者の健康状態の評価を目的とした、患者と医療提供者との間の相互作用。Encounterと表現される。 | ||||
| Short | 患者にサービスが提供されている間の相互作用 | ||||
| Control | 0..* | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | Visit | ||||
| 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. Encounter.id | |||||
| Definition | リソースのURLで使用される論理ID。一度割り当てられたら、この値は変更されません。 | ||||
| Short | このアーティファクトの論理ID | ||||
| Comments | リソースにIDがないのは、作成操作を使用してサーバーに送信されているときだけです。 | ||||
| Control | 0..1 | ||||
| Type | id | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| 4. Encounter.meta | |||||
| Definition | リソースに関するメタデータ。これはインフラストラクチャによって維持されるコンテンツです。 コンテンツの変更は、リソースのバージョン変更と常に関連しているわけではありません。 | ||||
| Short | リソースに関するメタデータ | ||||
| Control | 1..1 | ||||
| Type | Meta | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 6. Encounter.meta.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 | ||||
| 8. Encounter.meta.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 Encounter.meta.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 10. Encounter.meta.versionId | |||||
| Definition | The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted. | ||||
| Short | Version specific identifier | ||||
| Comments | The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes. | ||||
| 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 12. Encounter.meta.lastUpdated | |||||
| Definition | When the resource last changed - e.g. when the version changed. | ||||
| Short | When the resource version last changed | ||||
| Comments | 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 | 0..1 | ||||
| Type | instant | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 14. Encounter.meta.source | |||||
| Definition | A uri that identifies the source system of the resource. This provides a minimal amount of Provenance information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc. | ||||
| Short | Identifies where the resource comes from | ||||
| Comments | In the provenance resource, this corresponds to Provenance.entity.what[x]. The exact use of the source (and the implied Provenance.entity.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used. This element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 16. Encounter.meta.profile | |||||
| Definition | A list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.url. | ||||
| Short | Profiles this resource claims to conform to | ||||
| Comments | 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 | 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 18. Encounter.meta.security | |||||
| Definition | Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure. | ||||
| Short | Security Labels applied to this resource | ||||
| Comments | The security labels can be updated without changing the stated version of the resource. The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored. | ||||
| 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)Security Labels from the Healthcare Privacy and Security Classification System. | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 20. Encounter.meta.tag | |||||
| Definition | Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource. | ||||
| Short | Tags applied to this resource | ||||
| Comments | The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored. | ||||
| Control | 0..* | ||||
| Binding | For example codes, see CommonTags (example to http://hl7.org/fhir/ValueSet/common-tags|4.0.1)Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 22. Encounter.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. Encounter.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)「人間の言語。」
| ||||
| 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. Encounter.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. Encounter.contained | |||||
| Definition | これらのリソースは、それらを含むリソースから独立した存在を持ちません。それらは独立して識別することはできず、独自の独立したトランザクション範囲を持つこともできません。 | ||||
| Short | 「含まれている、インラインのリソース」 | ||||
| Comments | コンテンツが適切に識別できる場合には、これを行うべきではありません。識別が失われると、再び復元することは非常に困難であり(文脈に依存します)、メタ要素にプロファイルとタグを持つことができますが、セキュリティのラベルを持っていてはいけません。 | ||||
| Control | 0..* | ||||
| Type | Resource | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | inline resources, anonymous resources, contained resources | ||||
| 30. Encounter.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 1..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on Encounter.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 32. Encounter.extension:associatedEncounter | |||||
| Slice Name | associatedEncounter | ||||
| Definition | 関連するEncounter | ||||
| Short | 関連するEncounter | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..1 | ||||
| Type | Extension(Encounter Associated Encounter) (Extension Type: Reference(Encounter)) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 34. Encounter.extension:ePathEncounterClinicalDepartment | |||||
| Slice Name | ePathEncounterClinicalDepartment | ||||
| Definition | 診療科を表すコード・名称 付録1. コード一覧「診療科」より設定する。 要素繰り返しの記述で施設等のローカル内で定めたコードを追加で設定してもよい。但し、その場合コード一覧で定める「診療科」は1番目に設定すること。 | ||||
| Short | 診療科 | ||||
| Control | 1..* | ||||
| Type | Extension(EPath Encounter ClinicalDepartment) (Extension Type: CodeableConcept) | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 36. Encounter.extension:ePathEncounterPatientDeathIndicator | |||||
| Slice Name | ePathEncounterPatientDeathIndicator | ||||
| Definition | 死亡有無を表すコード。付録1. コード一覧の「YN識別」で定めるコードを設定する。例)Y (死亡) | ||||
| Short | 死亡有無 | ||||
| Control | 0..1 | ||||
| Type | Extension(EPath Encounter PatientDeathIndicator) (Extension Type: code) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 38. Encounter.modifierExtension | |||||
| Definition | リソースの基本的な定義に含まれない、要素の理解や、それを含む要素の子孫の理解を修正する追加情報を表すためにも使用されることがあります。通常、修飾要素は否定や修飾を提供します。拡張機能の使用を安全で管理しやすくするために、拡張機能の定義と使用に対して厳格な統治が適用されます。実装者は拡張機能を定義することが許可されていますが、拡張機能の定義の一部として満たす必要がある要件があります。リソースを処理するアプリケーションは、修飾子拡張をチェックする必要があります。修飾子拡張は、リソースまたはドメインリソースの任意の要素の意味を変更してはなりません(修飾子拡張自体の意味も変更できません)。 | ||||
| Short | 無視できない拡張機能 (Mushi dekinai kakuchou kinou) | ||||
| 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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 40. Encounter.identifier | |||||
| Definition | このEncounterが知られている識別子(複数可)。 | ||||
| Short | このEncounterが知られている識別子(複数可) | ||||
| Note | This is a business identifier, not a resource identifier (see discussion) | ||||
| Control | 0..1 | ||||
| Type | Identifier | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| Slicing | This element introduces a set of slices on Encounter.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 42. Encounter.identifier:resourceInstanceIdentifier | |||||
| Slice Name | resourceInstanceIdentifier | ||||
| Definition | このEncounterが知られている識別子(複数可)。 | ||||
| Short | このEncounterが知られている識別子(複数可) | ||||
| Note | This is a business identifier, not a resource identifier (see discussion) | ||||
| Control | 0..1 | ||||
| Type | Identifier | ||||
| Is Modifier | false | ||||
| Must Support | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 44. Encounter.identifier:resourceInstanceIdentifier.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. Encounter.identifier:resourceInstanceIdentifier.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 Encounter.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 48. Encounter.identifier:resourceInstanceIdentifier.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. Encounter.identifier:resourceInstanceIdentifier.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. Encounter.identifier:resourceInstanceIdentifier.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. | ||||
| Fixed Value | http://e-path.jp/fhir/ePath/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. Encounter.identifier:resourceInstanceIdentifier.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. Encounter.identifier:resourceInstanceIdentifier.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. Encounter.identifier:resourceInstanceIdentifier.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. Encounter.status | |||||
| Definition | planned | arrived | triaged | in-progress | onleave | finished | cancelled +. | ||||
| Short | planned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+ | ||||
| Comments | 内部のビジネス・ルールは、ステータス(およびクラス)間で発生する可能性のある適切な遷移を検出することに注意すること。 | ||||
| Control | 1..1 | ||||
| Binding | The codes SHALL be taken from EncounterStatus (required to http://hl7.org/fhir/ValueSet/encounter-status|4.0.1)「Encounter(診察、受診、入退院など)の現状。」 | ||||
| Type | code | ||||
| Is Modifier | true because この要素は、リソースを有効なものとして扱うべきではないことを意味する status entered-in-error を含む status 要素であるため、修飾子としてラベル付けされる。 | ||||
| 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())) | ||||
| 62. Encounter.statusHistory | |||||
| Definition | ステータス履歴(status History)は、リソースの歴史的なバージョンを読み込んだり、サーバに保存させたりすることなく、Encounterリソースがステータス履歴を含むことを可能にする。 | ||||
| Short | 過去のEncounterのステータス一覧【詳細参照】 | ||||
| Comments | 現在のステータスは、ステータスの履歴ではなく、常にリソースの現在のバージョンにある。 | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 64. Encounter.statusHistory.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 | ||||
| 66. Encounter.statusHistory.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 68. Encounter.statusHistory.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 70. Encounter.statusHistory.status | |||||
| Definition | planned | arrived | triaged | in-progress | onleave | finished | cancelled +. | ||||
| Short | planned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+. | ||||
| Comments | 文字列のサイズは 1MB を超えてはならないことに注意すること。 | ||||
| Control | 1..1 | ||||
| Binding | The codes SHALL be taken from EncounterStatus (required to http://hl7.org/fhir/ValueSet/encounter-status|4.0.1)「Encounter(診察、受診、入退院など)の現状。」 | ||||
| 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())) | ||||
| 72. Encounter.statusHistory.period | |||||
| Definition | そのエピソードが指定された状態になっていた時間。 | ||||
| Short | そのエピソードが指定された状態になっていた時間 | ||||
| Comments | 期間とは時間の範囲で指定される。範囲全体が適用されるか(たとえば、「患者はこの時間範囲で入院していた」)、または範囲から1つの値が適用されるか(たとえば、「これら2回の間に患者に与える」)を指定する。 期間が必要な場合は、タイプをInterval | Durationとして指定する。 | ||||
| Control | 1..1 | ||||
| Type | Period | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 74. Encounter.class | |||||
| Definition | 外来(外来)、入院、救急、在宅医療、その他の地域差による患者Encounterの分類を表す概念。 | ||||
| Short | 患者とのEncounterの分類【詳細参照】 | ||||
| Comments | コードは列挙やコードリストの中で非常にカジュアルに定義されることもあれば、SNOMED CTのような非常にフォーマルな定義まである。 - 詳細はHL7 v3コア・プリンシプルを参照すること。 | ||||
| Control | 1..1 | ||||
| Binding | Unless not suitable, these codes SHALL be taken from ActEncounterCode (extensible to http://terminology.hl7.org/ValueSet/v3-ActEncounterCode)Encounter(診察、受診、入退院など)の分類。 (Deai no bunrui.) | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 76. Encounter.class.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. Encounter.class.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 Encounter.class.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 80. Encounter.class.system | |||||
| Definition | The identification of the code system that defines the meaning of the symbol in the code. | ||||
| Short | Identity of the terminology system | ||||
| Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
| 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 | Need to be unambiguous about the source of the definition of the symbol. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 82. Encounter.class.version | |||||
| Definition | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. | ||||
| Short | Version of the system - if relevant | ||||
| Comments | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. | ||||
| Note | This is a business version Id, not a resource version Id (see discussion) | ||||
| 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 | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 84. Encounter.class.code | |||||
| Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
| Short | Symbol in syntax defined by the system | ||||
| Control | 1..1 | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Must Support | true | ||||
| Summary | true | ||||
| Requirements | Need to refer to a particular code in the system. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 86. Encounter.class.display | |||||
| Definition | A representation of the meaning of the code in the system, following the rules of the system. | ||||
| Short | Representation defined by the system | ||||
| 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 | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 88. Encounter.class.userSelected | |||||
| Definition | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). | ||||
| Short | If this coding was chosen directly by the user | ||||
| Comments | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. | ||||
| Control | 0..1 | ||||
| Type | boolean | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 90. Encounter.classHistory | |||||
| Definition | クラスの履歴は、リソースの履歴を経由することなく、Encounterの遷移を追跡することを可能にする。これは、入院患者が緊急時にEncounterした後、入院患者のシナリオに移行する場合に使用される。このようにして、新しいEncounterを再開しないようにすることで、検査/診断結果がより簡単に患者を追跡することができ、再処理を必要とせず、救急から入院への退院の際に紛失したりキャンセルされたりすることがないことを保証する。 | ||||
| Short | 過去のEncounter classのリスト【詳細参照】 | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 92. Encounter.classHistory.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 | ||||
| 94. Encounter.classHistory.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 96. Encounter.classHistory.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 98. Encounter.classHistory.class | |||||
| Definition | inpatient | outpatient | ambulatory | emergency +. | ||||
| Short | inpatient | outpatient | ambulatory | emergency + / 入院|外来|外来|救急+ | ||||
| Comments | コードは列挙やコードリストの中で非常にカジュアルに定義されることもあれば、SNOMED CTのような非常にフォーマルな定義まである- 詳細はHL7 v3コア・プリンシプルを参照すること。 | ||||
| Control | 1..1 | ||||
| Binding | Unless not suitable, these codes SHALL be taken from ActEncounterCode (extensible to http://terminology.hl7.org/ValueSet/v3-ActEncounterCode)Encounter(診察、受診、入退院など)の分類。 (Deai no bunrui.) | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 100. Encounter.classHistory.period | |||||
| Definition | 指定されたクラスにエピソードがあった時間。 | ||||
| Short | 指定されたクラスにエピソードがあった時間 | ||||
| Comments | 期間とは時間の範囲で指定される。範囲全体が適用されるか(たとえば、「患者はこの時間範囲で入院していた」)、または範囲から1つの値が適用されるか(たとえば、「これら2回の間に患者に与える」)を指定する。 期間が必要な場合は、タイプをInterval | Durationとして指定する。 | ||||
| Control | 1..1 | ||||
| Type | Period | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 102. Encounter.type | |||||
| Definition | 特定のEncounter(診察、受診、入退院など)の種類(例:メール相談、手術日帰り、スキルド・ナーシング、リハビリテーション) | ||||
| Short | 特定の種類のEncounter(診察、受診、入退院など) (tokutei no shurui no deai) | ||||
| Comments | Encounter(診察、受診、入退院など)をさらに分類する方法が多数存在するため、この要素は0から複数の値をとる。 | ||||
| Control | 0..* | ||||
| Binding | For example codes, see EncounterType (example to http://hl7.org/fhir/ValueSet/encounter-type)Encounter(診察、受診、入退院など)のタイプ。 (Deai no taipu.) | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 104. Encounter.serviceType | |||||
| Definition | 提供されるサービスの広範な分類(例:心臓病学) | ||||
| Short | "特定のサービスの種類" (tokutei no saabisu no shurui) | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see ServiceType (example to http://hl7.org/fhir/ValueSet/service-type)提供されるサービスの広範な分類。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 106. Encounter.priority | |||||
| Definition | Encounter(診察、受診、入退院など)の緊急性を示します。 | ||||
| Short | Encounter(診察、受診、入退院など)の緊急性を示す | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see ActPriority (example to http://terminology.hl7.org/ValueSet/v3-ActPriority)Encounter(診察、受診、入退院など)の緊急性を示します。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 108. Encounter.subject | |||||
| Definition | "診察時に存在する患者またはグループ。" (Shinsatsu ji ni sonzai suru kanja mata wa gurūpu.) | ||||
| Short | 対面時に出席している患者またはグループ | ||||
| Comments | エンカウンターは常に患者に関するものですが、すべての使用状況で患者が実際に知られていない場合があり、匿名である可能性があります(例えばアルコール依存症のグループセラピーの場合- エンカウンターの記録が人数/スタッフの請求に使用され、特定の患者の文脈に重要ではない場合、または獣医治療では、個々に追跡されていない群れの羊が治療を受ける場合があります)。 | ||||
| Control | 0..1 | ||||
| Type | Reference(JP Core Patient Profile, Group) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Alternate Names | patient | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 110. Encounter.episodeOfCare | |||||
| Definition | 特定のエピソードの一部として特定のエンカウンターを分類する必要がある場合、このフィールドを使用する必要があります。この関連は、政府報告、問題追跡、共通の課題に関連するエンカウンターを特定の目的のためにグループ化するのに役立ちます。これらの関連は、通常、エピソードの後に作成され、新しいエンカウンターを追加するためにエピソードを編集するのではなく、入力時にグループ化されます(エピソードは数年にわたって広がる可能性があります)。 | ||||
| Short | この遭遇が記録されるべきケアのエピソード | ||||
| Control | 0..* | ||||
| Type | Reference(EpisodeOfCare) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 112. Encounter.basedOn | |||||
| Definition | このEncounter(診察、受診、入退院など)が満たす要請(例:紹介依頼や手続き要請) | ||||
| Short | このEncounter(診察、受診、入退院など)を開始したサービスリクエスト | ||||
| Control | 0..* | ||||
| Type | Reference(ServiceRequest) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | incomingReferral | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 114. Encounter.participant | |||||
| Definition | サービスを提供する責任を持つ人々のリスト | ||||
| Short | 「遭遇に関わった参加者のリスト」 (Souguu ni kakawatta sankasha no risuto) | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 116. Encounter.participant.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 | ||||
| 118. Encounter.participant.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 120. Encounter.participant.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 122. Encounter.participant.type | |||||
| Definition | Encounter(診察、受診、入退院など)における参加者の役割。 | ||||
| Short | Encounter(診察、受診、入退院など)における参加者の役割 | ||||
| Comments | 参加者タイプは、個人がどのようにエンカウントに参加するかを示します。それには、非開業者の参加者が含まれ、開業者にとってはこのエンカウントの文脈でアクションタイプを説明することが含まれます(例:入院医師、診療医師、翻訳者、相談医師)。これは、雇用、教育、免許などの用語から派生した機能的な役割である開業者の役割とは異なります。 | ||||
| Control | 0..* | ||||
| Binding | Unless not suitable, these codes SHALL be taken from ParticipantType (extensible to http://hl7.org/fhir/ValueSet/encounter-participant-type)Encounter(診察、受診、入退院など)における参加者の役割。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 124. Encounter.participant.period | |||||
| Definition | 指定された参加者が出席した期間。これらは重複することがあり、全体的なエンカウント期間のサブセットになることもあります。 | ||||
| Short | 参加者が参加したエンカウンターの期間 | ||||
| Control | 0..1 | ||||
| Type | Period | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 126. Encounter.participant.individual | |||||
| Definition | 「患者以外にEncounter(診察、受診、入退院など)に関わった人々。」 | ||||
| Short | 患者以外に関与する人 | ||||
| Control | 0..1 | ||||
| Type | Reference(JP Core Practitioner Profile, JP Core PractitionerRole Profile, RelatedPerson) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 128. Encounter.appointment | |||||
| Definition | このEncounter(診察、受診、入退院など)を予定した約束。 | ||||
| Short | このEncounter(診察、受診、入退院など)を予定した予約 | ||||
| Control | 0..* | ||||
| Type | Reference(Appointment) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 130. Encounter.period | |||||
| Definition | Encounter(診察、受診、入退院など)の開始時刻と終了時刻。 | ||||
| Short | 入院期間 | ||||
| Comments | もし、まだ知られていなければ、期間の終わりは省略できます。 | ||||
| Control | 0..1 | ||||
| Type | Period | ||||
| Is Modifier | false | ||||
| Must Support | true | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 132. Encounter.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 | ||||
| 134. Encounter.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 Encounter.period.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 136. Encounter.period.start | |||||
| Definition | The start of the period. The boundary is inclusive. | ||||
| 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())) | ||||
| 138. Encounter.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 | 退院日 | ||||
| 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 | ||||
| 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())) | ||||
| 140. Encounter.length | |||||
| Definition | 接触が続いた時間の量です。休暇中の時間は除かれます。 | ||||
| Short | Encounter(診察、受診、入退院など)が続いた時間(不在時間を差し引いた時間) | ||||
| Comments | 休暇により、エンカウンター期間の時間が異なる場合があります。 | ||||
| Control | 0..1 | ||||
| Type | Duration | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 142. Encounter.reasonCode | |||||
| Definition | Encounter(診察、受診、入退院など)が起こる理由をコードとして表現します。入院に関しては、コード化された入院診断に使用できます。 | ||||
| Short | エンカウントが生じる理由がコード化されている | ||||
| Comments | 主要な診断を知る必要があるシステムには、標準拡張子primaryDiagnosis(フラグではなく、シーケンス値である1 = 主要な診断)でマークされます。 | ||||
| Control | 0..* | ||||
| Binding | The codes SHOULD be taken from EncounterReasonCodes (preferred to http://hl7.org/fhir/ValueSet/encounter-reason)Encounter(診察、受診、入退院など)が起こる理由。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Alternate Names | Indication, Admission diagnosis | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 144. Encounter.reasonReference | |||||
| Definition | Encounter(診察、受診、入退院など)が起こる理由をコードとして表現します。入院に関しては、コード化された入院診断に使用できます。 | ||||
| Short | Encounter(診察、受診、入退院など)が生じた理由(参照)(Deai ga shoujita riyuu (sanshou)) | ||||
| Comments | 主要な診断を知る必要があるシステムには、標準拡張子primaryDiagnosis(フラグではなく、シーケンス値である1 = 主要な診断)でマークされます。 | ||||
| Control | 0..* | ||||
| Type | Reference(JP Core Condition Profile, JP Core Procedure Profile, JP Core Observation Common Profile, ImmunizationRecommendation) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Alternate Names | Indication, Admission diagnosis | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 146. Encounter.diagnosis | |||||
| Definition | この対面に関連する診断リスト。 | ||||
| Short | この診察に関連する診断のリスト | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 148. Encounter.diagnosis.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 | ||||
| 150. Encounter.diagnosis.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 152. Encounter.diagnosis.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 154. Encounter.diagnosis.condition | |||||
| Definition | エンカウンターが発生する理由は、他のリソースからの情報を使用して指定されます。入院の場合、これは入院診断です。指標は通常、状態(evidence.detailで参照される他のリソースで)またはプロシジャー(処置等)です。 | ||||
| Short | エンカウンターに関連する診断または処置 | ||||
| Comments | 主要な診断を知る必要があるシステムには、標準拡張子primaryDiagnosis(フラグではなく、シーケンス値である1 = 主要な診断)でマークされます。 | ||||
| Control | 1..1 | ||||
| Type | Reference(JP Core Condition Profile, JP Core Procedure Profile) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Alternate Names | Admission diagnosis, discharge diagnosis, indication | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 156. Encounter.diagnosis.use | |||||
| Definition | この診断がEncounter(診察、受診、入退院など)の中で果たす役割(入院、請求、退院など) | ||||
| Short | この診断に対する役割(入院、請求、退院など) | ||||
| Control | 0..1 | ||||
| Binding | The codes SHOULD be taken from DiagnosisRole (preferred to http://hl7.org/fhir/ValueSet/diagnosis-role)この状態が表す診断のタイプ。 (Kono jōtai ga arawasu shindan no taipu.) | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 158. Encounter.diagnosis.rank | |||||
| Definition | 各役割タイプの診断ランキング | ||||
| Short | 役割ごとの診断ランキング | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| 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())) | ||||
| 160. Encounter.account | |||||
| Definition | このエンカウンターの請求に使用できるアカウントのセット。 | ||||
| Short | このエンカウンターの請求に使用できるアカウントのセット | ||||
| Comments | 請求システムは内部のビジネスルールに基づいて、Encounter(診察、受診、入退院など)に関連する請求可能なアイテムを複数の参照されたアカウントに割り当てることができます。 | ||||
| Control | 0..* | ||||
| Type | Reference(Account) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 162. Encounter.hospitalization | |||||
| Definition | 医療サービスへの入院に関する詳細。 | ||||
| Short | 医療サービスの入院に関する詳細 | ||||
| Comments | 「エンカウンター」は入院期間だけでなく、外来診療、地域クリニック、高齢者施設などの文脈も含まれる場合があります。 この「エンカウンター」の期間に記録される期間は、この入院記録の全範囲をカバーしています。 | ||||
| Control | 0..1 | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 164. Encounter.hospitalization.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 | ||||
| 166. Encounter.hospitalization.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 168. Encounter.hospitalization.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 170. Encounter.hospitalization.preAdmissionIdentifier | |||||
| Definition | 「入院前の識別子」 | ||||
| Short | 事前入院識別子 (Jizen nyugaku shikibetsushi) | ||||
| Control | 0..1 | ||||
| Type | Identifier | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 172. Encounter.hospitalization.origin | |||||
| Definition | 患者が入院する前に、どこの場所/組織から来たか。 | ||||
| Short | 「入院前に患者がいた場所/組織」 | ||||
| Control | 0..1 | ||||
| Type | Reference(JP Core Location Profile, JP Core Organization Profile) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 174. Encounter.hospitalization.admitSource | |||||
| Definition | 患者がどこから入院したのか(医師の紹介、転院) | ||||
| Short | 患者が入院した場所(医師の紹介、転院) | ||||
| Control | 0..1 | ||||
| Binding | The codes SHOULD be taken from AdmitSource (preferred to http://hl7.org/fhir/ValueSet/encounter-admit-source)患者が入院した場所はどこですか。 (Kanja ga nyūin shita basho wa doko desu ka?) | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 176. Encounter.hospitalization.reAdmission | |||||
| Definition | この入院が再入院かどうか、そしてその理由が分かっている場合はなぜか。 | ||||
| Short | 発生した再入院のタイプ(あれば)。値がない場合は、再入院として識別されていないことを意味します。 | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see hl7VS-re-admissionIndicator (example to http://terminology.hl7.org/ValueSet/v2-0092)この入院の再入院の理由。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 178. Encounter.hospitalization.dietPreference | |||||
| Definition | 患者が報告した食事の好み。 | ||||
| Short | 患者が報告した食事の好み | ||||
| Comments | 例えば、患者が乳製品フリーとナッツフリーの食事を希望することがあります(相反する要素ではありません)。 | ||||
| Control | 0..* | ||||
| Binding | For example codes, see Diet (example to http://hl7.org/fhir/ValueSet/encounter-diet)食品の好みを考慮して、医療、文化、倫理的観点から、提供要件に対応することができます。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Used to track patient's diet restrictions and/or preference. For a complete description of the nutrition needs of a patient during their stay, one should use the nutritionOrder resource which links to Encounter. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 180. Encounter.hospitalization.specialCourtesy | |||||
| Definition | 特別なおもてなし(VIP、取締役) | ||||
| Short | 特別な配慮(VIP、取締役) | ||||
| Control | 0..* | ||||
| Binding | The codes SHOULD be taken from SpecialCourtesy (preferred to http://hl7.org/fhir/ValueSet/encounter-special-courtesy)特別なおもてなし。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 182. Encounter.hospitalization.specialArrangement | |||||
| Definition | この入院の機会に行われた特別な要求、特定の装置などの提供などがある場合は。 | ||||
| Short | 車椅子、翻訳者、ストレッチャー、など。 | ||||
| Control | 0..* | ||||
| Binding | The codes SHOULD be taken from SpecialArrangements (preferred to http://hl7.org/fhir/ValueSet/encounter-special-arrangements)特別な手配。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 184. Encounter.hospitalization.destination | |||||
| Definition | 患者が退院する場所/組織。 (Kanja ga taiin suru basho/soshiki.) | ||||
| Short | 患者が退院する場所/施設 | ||||
| Control | 0..1 | ||||
| Type | Reference(JP Core Location Profile, JP Core Organization Profile) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 186. Encounter.hospitalization.dischargeDisposition | |||||
| Definition | 退院後の場所のカテゴリーまたは種類。 | ||||
| Short | 退院後の場所のカテゴリーまたは種類 | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see DischargeDisposition (example to http://hl7.org/fhir/ValueSet/encounter-discharge-disposition)退院時の配慮。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 188. Encounter.location | |||||
| Definition | この接触中に患者が滞在した場所のリスト | ||||
| Short | 患者が行った場所のリスト | ||||
| Comments | エンカウント」には、場所の種類である「クライアントの自宅」のような場所の参照を明示することで、バーチャルなエンカウントを記録できます。また、エンカウントクラスは「バーチャル」である必要があります。 | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 190. Encounter.location.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 | ||||
| 192. Encounter.location.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 194. Encounter.location.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: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 196. Encounter.location.location | |||||
| Definition | Encounter(診察、受診、入退院など)が起こる場所。 | ||||
| Short | Encounter(診察、受診、入退院など)の場所 (Deai no basho) | ||||
| Control | 1..1 | ||||
| Type | Reference(JP Core Location Profile) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 198. Encounter.location.status | |||||
| Definition | 指定された場所に参加者が期間中にいる状態。参加者が場所にいなくなった場合は、期間に終了日時が設定されます。 | ||||
| Short | 計画中 | アクティブな | 予約済みの | 完了しました。 | ||||
| Comments | 患者が場所でのアクティブな期間が終了したら、期間終了日が入力され、ステータスが完了に変更される場合があります。 | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from EncounterLocationStatus (required to http://hl7.org/fhir/ValueSet/encounter-location-status|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())) | ||||
| 200. Encounter.location.physicalType | |||||
| Definition | これは、メッセージングまたはクエリを簡素化するために記録が必要なレベル(ベッド/病室/部屋など)を特定するために使用されます。 | ||||
| Short | 場所の物理的なタイプ(通常は場所の階層のレベル、ベッドルームワードなど) | ||||
| Comments | この情報は、エンカウンターリソースの理解とメッセージングまたはクエリの処理をサポートするために、ロケーションリソースからデノーマライズされています。 階層には多くのレベルがあり、特定の使用シナリオに必要な特定のレベルのみをピックアップすることができます。 | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see LocationType (example to http://hl7.org/fhir/ValueSet/location-physical-type)場所の実体形態。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 202. Encounter.location.period | |||||
| Definition | "患者が場所にいた期間。" | ||||
| Short | 患者が場所にいた期間 | ||||
| Control | 0..1 | ||||
| Type | Period | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 204. Encounter.serviceProvider | |||||
| Definition | このエンカウンターのサービスを主に担当する組織。これは患者の記録にある組織と同じかもしれませんが、外部組織からサービスを提供するアクターがいる場合など、別の組織である可能性もあります(別途請求される可能性があります)。大腸内視鏡検査の簡略化されたエンカウンターのバンドルを参照してください。 | ||||
| Short | このEncounter(診察、受診、入退院など)に責任を持つ組織(施設) | ||||
| Control | 0..1 | ||||
| Type | Reference(JP Core Organization Profile) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 206. Encounter.partOf | |||||
| Definition | このEncounter(診察、受診、入退院など)が一部である、別のEncounter(診察、受診、入退院など)(手続き的にも時間的にも)。 | ||||
| Short | もう一度のEncounter(診察、受診、入退院など)。このEncounter(診察、受診、入退院など)は一部である。 | ||||
| Comments | これは、子供の経験を母親の経験に関連付けるためにも使用されます。詳細については、患者リソースのノートセクションを参照してください。 | ||||
| Control | 0..1 | ||||
| Type | Reference(JP Core Encounter Profile) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||