HL7 FHIR JP Core ImplementationGuide
1.3.0-dev - ci-build
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.3.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2025-10-28 |
Definitions for the jp-organization-department resource profile.
Guidance on how to interpret the contents of this table can be foundhere
| 0. Organization | |
| Definition | 医療機関内の診療科、部門を表すOrganization。病院、診療所などの医療機関に所属する診療科や部署を表現する。 集合的な行動を達成するために形式的または非形式的に認識された人々または組織のグループのことで、企業、機関、法人、部門、コミュニティグループ、医療実践グループ、支払者/保険会社などが含まれます。 |
| Short | 診療科を表す組織情報共通の目的を持つ人々または組織のグループ化 |
| Comments | 診療科は医療機関(Organization)の一部として、partOf要素を使用して親組織を参照することが推奨される。診療科の種別はtype要素でdept(部門)を指定する。 |
| Control | 0..* |
| Is Modifier | false |
| Summary | false |
| 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()) org-1: 組織は少なくとも名前またはidentifierを持つ必要があり、おそらく1つ以上のものもあるかもしれません ( (identifier.count() + name.count()) > 0)org-1: 組織は少なくとも名前またはidentifierを持つ必要があり、おそらく1つ以上のものもあるかもしれません ((identifier.count() + name.count()) > 0) |
| 2. Organization.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は、そのナラティブとともに他のプロファイル、値セットなどを含む実装ガイドを定義する参照となります。 このルールセットを主張することは、コンテンツが限られた取引パートナーのセットによってのみ理解されることを制限します。これにより、本質的に長期的にデータの有用性が制限されます。ただし、既存の健康エコシステムは非常に破壊されており、一般的に計算可能な意味でデータを定義、収集、交換する準備ができていません。可能な限り、実装者や仕様ライターはこの要素の使用を避ける必要があります。多くの場合、使用する場合、URLは、これらの特別なルールを他のプロファイル、バリューセットなどとともに叙述(Narative)の一部として定義する実装ガイドへの参照です。 / Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. |
| 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暗黙のルールは、意味または解釈を変更するリソースに関する追加の知識を提供する可能性があるため、この要素は修飾子としてラベル付けされています。 / 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: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 4. Organization.modifierExtension | |
| Definition | リソースの基本的な定義に含まれない、要素の理解や、それを含む要素の子孫の理解を修正する追加情報を表すためにも使用されることがあります。通常、修飾要素は否定や修飾を提供します。拡張機能の使用を安全で管理しやすくするために、拡張機能の定義と使用に対して厳格な統治が適用されます。実装者は拡張機能を定義することが許可されていますが、拡張機能の定義の一部として満たす必要がある要件があります。リソースを処理するアプリケーションは、修飾子拡張をチェックする必要があります。修飾子拡張は、リソースまたはドメインリソースの任意の要素の意味を変更してはなりません(修飾子拡張自体の意味も変更できません)。 リソースの基本的な定義の一部ではなく、それを含む要素の理解および/または含有要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義することが許可されていますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。 モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | 無視できない拡張機能無視できない拡張機能 / Extensions that cannot be ignored |
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、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モディファイア拡張は、それらを含むリソースの意味または解釈を変更することが期待されています / 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. 修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists())ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 6. Organization.identifier | |
| Definition | 診療科を識別するための識別子。 異なる複数のシステム上で組織を識別するために使用される組織のidentifier |
| Short | 診療科の識別子 【詳細参照】この組織を複数のシステムで識別する |
| Comments | 診療科の識別子は以下の2つのパターンで指定できる。
|
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..* This element is affected by the following invariants: org-1 |
| Type | Identifier |
| Is Modifier | false |
| Summary | true |
| Requirements | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) jp-org-dept-identifier-local-system: ローカル診療科コードのsystemは 'http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/[1+施設番号10桁]'でなければならない。 ( system.all(substring(0,43)!='http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/' or substring(43).matches('^1(0[1-9]|[1-3][0-9]|4[0-7])([0-9])([0-9]{7})$'))) |
| Slicing | This element introduces a set of slices on Organization.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 8. Organization.identifier:ssmixDepartmentCode | |
| Slice Name | ssmixDepartmentCode |
| Definition | SS-MIX2で定義された標準診療科コード。 異なる複数のシステム上で組織を識別するために使用される組織のidentifier |
| Short | SS-MIX2標準診療科コードこの組織を複数のシステムで識別する |
| Comments | SS-MIX2に準拠した診療科コードを指定する場合に使用する。 |
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..1* This element is affected by the following invariants: org-1 |
| Type | Identifier |
| Is Modifier | false |
| Summary | true |
| Requirements | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) |
| 10. Organization.identifier:ssmixDepartmentCode.use | |
| Definition | このidentifierの目的。 / The purpose of this identifier. |
| Short | 通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known) |
| Comments | アプリケーションは、identifierが一時的なものであると明示的に言っていない限り、永続的であると想定できます。 / Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. |
| 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)既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known . |
| Type | code |
| Is Modifier | true because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / 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 | 特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. |
| Invariants | ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 12. Organization.identifier:ssmixDepartmentCode.system | |
| Definition | SS-MIX2で定義された診療科コード体系を示すURI。 値の名前空間、つまり一意のセット値を記述するURLを確立します。 / Establishes the namespace for the value - that is, a URL that describes a set values that are unique. |
| Short | SS-MIX2診療科コード体系のURIidentifier値の名前空間 / The namespace for the identifier value |
| Comments | identifier。システムは常にケースに敏感です。 / 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 |
| Summary | true |
| Requirements | identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. |
| Fixed Value | http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment |
| Invariants | ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 14. Organization.identifier:ssmixDepartmentCode.value | |
| Definition | SS-MIX2で定義された診療科コードの値。 通常、identifierの部分はユーザーに関連し、システムのコンテキスト内で一意のユーザーに関連しています。 / The portion of the identifier typically relevant to the user and which is unique within the context of the system. |
| Short | SS-MIX2診療科コードの値一意の値 / The value that is unique |
| Comments | SS-MIX2標準診療科コードの値を設定する(例:01=内科、02=精神科など)。 値が完全なURIの場合、システムはurn:ietf:rfc:3986でなければなりません。値の主な目的は、計算マッピングです。その結果、比較目的で正規化される可能性があります(例えば、有意でない白文字、ダッシュなどの削除)ヒューマンディスプレイ用の値は、[レンダリングされた値拡張](拡張レンダリングValue.html)を使用して伝達できます。identifier。価値は、identifierの知識を使用しない限り、ケースに敏感なものとして扱われます。システムにより、プロセッサーは、非セイズに固有の処理が安全であると確信できます。 / If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. |
| Control | 10..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: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 16. Organization.active | |
| Definition | その組織の記録がまだ活用されているかどうか。 |
| Short | その組織の記録がまだ活発に使用されているかどうか |
| Comments | このアクティブなフラグは、組織を一時的に閉鎖したり、建設中のマークとして使用するために意図されていません。代わりに、組織内の場所に中断ステータスを設定する必要があります。中断の理由の詳細が必要な場合は、この要素の拡張機能を使用する必要があります。 この要素は修飾子としてラベル付けされています。これは、リソースが誤って作成されたことを示すために使用できるためです。 |
| Control | 0..1 |
| Type | boolean |
| Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | true |
| Requirements | Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI. |
| Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) |
| 18. Organization.type | |
| Definition | これがどのような組織であるか。 |
| Short | 組織の種類 |
| Comments | 組織には、法人、区、部門、クリニカルチーム、政府省庁などがあります。 コードは一般的に組織のタイプの分類子であることに注意してください。 多くのアプリケーションでは、コードが特定の組織(例えば、区)を識別するために使用されます。同じタイプの他の組織と区別するためのidentifierであることに注意してください。 複数のタイプが適切かどうかを考慮するときは、子組織を概念のより適切な使用として評価する必要があります。異なるタイプはおそらく組織の異なるサブエリアにあります。これは、宗教的、学術的、医療センターなど、直交的な値を持つタイプ値がある場合に最もよく使用されます。 このオプションをシングルカーディナリティにプロファイルするものがいくつかの管轄権に存在することを期待しています。 |
| Control | 10..* |
| Binding | For example codes, see OrganizationTypehttp://hl7.org/fhir/ValueSet/organization-type|4.0.1 (example to http://hl7.org/fhir/ValueSet/organization-type|4.0.1)組織を分類するために使用されます。 |
| Type | CodeableConcept |
| Is Modifier | false |
| Summary | true |
| Requirements | Need to be able to track the kind of organization that this is - different organization types have different uses. |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) |
| Slicing | This element introduces a set of slices on Organization.type. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 20. Organization.type:departmentType | |
| Slice Name | departmentType |
| Definition | この組織が診療科・部門であることを示すコード。固定値でdept(部門)を設定する。 これがどのような組織であるか。 |
| Short | 診療科・部門を示す組織タイプ組織の種類 |
| Comments | 組織には、法人、区、部門、クリニカルチーム、政府省庁などがあります。 コードは一般的に組織のタイプの分類子であることに注意してください。 多くのアプリケーションでは、コードが特定の組織(例えば、区)を識別するために使用されます。同じタイプの他の組織と区別するためのidentifierであることに注意してください。 複数のタイプが適切かどうかを考慮するときは、子組織を概念のより適切な使用として評価する必要があります。異なるタイプはおそらく組織の異なるサブエリアにあります。これは、宗教的、学術的、医療センターなど、直交的な値を持つタイプ値がある場合に最もよく使用されます。 このオプションをシングルカーディナリティにプロファイルするものがいくつかの管轄権に存在することを期待しています。 |
| Control | 10..1* |
| Binding | The codes SHALL be taken from For example codes, see OrganizationTypehttp://hl7.org/fhir/ValueSet/organization-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/organization-type) |
| Type | CodeableConcept |
| Is Modifier | false |
| Summary | true |
| Requirements | Need to be able to track the kind of organization that this is - different organization types have different uses. |
| Pattern Value | { |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) |
| 22. Organization.partOf | |
| Definition | この診療科が所属する上位組織(医療機関)への参照 この組織が一部である組織。 |
| Short | 所属する医療機関この組織が一部を形成する組織 |
| Comments | 診療科は通常、医療機関に所属するため、partOf要素で親組織を参照することが推奨される。 |
| Control | 0..1 |
| Type | Reference(JP Core Organization Profile, Organization) |
| Is Modifier | false |
| Summary | true |
| Requirements | Need to be able to track the hierarchy of organizations within an organization. |
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) |
Guidance on how to interpret the contents of this table can be foundhere
| 0. Organization | |
| Definition | 医療機関内の診療科、部門を表すOrganization。病院、診療所などの医療機関に所属する診療科や部署を表現する。 |
| Short | 診療科を表す組織情報 |
| Comments | 診療科は医療機関(Organization)の一部として、partOf要素を使用して親組織を参照することが推奨される。診療科の種別はtype要素でdept(部門)を指定する。 |
| 2. Organization.identifier | |
| Definition | 診療科を識別するための識別子。 |
| Short | 診療科の識別子 【詳細参照】 |
| Comments | 診療科の識別子は以下の2つのパターンで指定できる。
|
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Invariants | jp-org-dept-identifier-local-system: ローカル診療科コードのsystemは 'http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/[1+施設番号10桁]'でなければならない。 (system.all(substring(0,43)!='http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/' or substring(43).matches('^1(0[1-9]|[1-3][0-9]|4[0-7])([0-9])([0-9]{7})$'))) |
| Slicing | This element introduces a set of slices on Organization.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 4. Organization.identifier:ssmixDepartmentCode | |
| Slice Name | ssmixDepartmentCode |
| Definition | SS-MIX2で定義された標準診療科コード。 |
| Short | SS-MIX2標準診療科コード |
| Comments | SS-MIX2に準拠した診療科コードを指定する場合に使用する。 |
| Note | This is a business identifier, not a resource identifier (see discussion) |
| Control | 0..1 |
| 6. Organization.identifier:ssmixDepartmentCode.system | |
| Definition | SS-MIX2で定義された診療科コード体系を示すURI。 |
| Short | SS-MIX2診療科コード体系のURI |
| Control | 1..? |
| Fixed Value | http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment |
| 8. Organization.identifier:ssmixDepartmentCode.value | |
| Definition | SS-MIX2で定義された診療科コードの値。 |
| Short | SS-MIX2診療科コードの値 |
| Comments | SS-MIX2標準診療科コードの値を設定する(例:01=内科、02=精神科など)。 |
| Control | 1..? |
| 10. Organization.type | |
| Control | 1..? |
| Slicing | This element introduces a set of slices on Organization.type. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 12. Organization.type:departmentType | |
| Slice Name | departmentType |
| Definition | この組織が診療科・部門であることを示すコード。固定値でdept(部門)を設定する。 |
| Short | 診療科・部門を示す組織タイプ |
| Control | 1..1 |
| Binding | The codes SHALL be taken from OrganizationType (required to http://hl7.org/fhir/ValueSet/organization-type) |
| Pattern Value | { |
| 14. Organization.partOf | |
| Definition | この診療科が所属する上位組織(医療機関)への参照 |
| Short | 所属する医療機関 |
| Comments | 診療科は通常、医療機関に所属するため、partOf要素で親組織を参照することが推奨される。 |
| Type | Reference(JP Core Organization Profile) |
Guidance on how to interpret the contents of this table can be foundhere
| 0. Organization | |||||
| Definition | 医療機関内の診療科、部門を表すOrganization。病院、診療所などの医療機関に所属する診療科や部署を表現する。 | ||||
| Short | 診療科を表す組織情報 | ||||
| Comments | 診療科は医療機関(Organization)の一部として、partOf要素を使用して親組織を参照することが推奨される。診療科の種別はtype要素でdept(部門)を指定する。 | ||||
| Control | 0..* | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| 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())org-1: 組織は少なくとも名前またはidentifierを持つ必要があり、おそらく1つ以上のものもあるかもしれません ( (identifier.count() + name.count()) > 0) | ||||
| 2. Organization.id | |||||
| Definition | リソースのURLで使用される論理ID。一度割り当てられたら、この値は変更されません。 | ||||
| Short | このアーティファクトの論理ID | ||||
| Comments | リソースにIDがないのは、作成操作を使用してサーバーに送信されているときだけです。 | ||||
| Control | 0..1 | ||||
| Type | id | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| 4. Organization.meta | |||||
| Definition | リソースに関するMetadata。これはインフラストラクチャによって維持されるコンテンツです。 コンテンツの変更は、リソースのバージョン変更と常に関連しているわけではありません。 | ||||
| Short | リソースに関するMetadata | ||||
| Control | 0..1 | ||||
| Type | Meta | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 6. Organization.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())) | ||||
| 8. Organization.language | |||||
| Definition | リソースが書かれている基本言語。 | ||||
| Short | リソースコンテンツの言語 | ||||
| Comments | 言語はインデックスとアクセシビリティをサポートするために提供されます(通常、テキスト読み上げなどのサービスは言語タグを使用します)。物語のHTML言語タグは、物語に適用されます。リソース上の言語タグは、リソース内のデータから生成される他のプレゼンテーションの言語を指定するために使用できます。すべてのコンテンツが基本言語である必要はありません。Resource.languageは自動的に物語に適用されたと想定してはいけません。言語が指定されている場合、HTMLのdiv要素にも指定する必要があります(xml:langとhtml lang属性の関係に関する情報はHTML5の規則を参照)。 | ||||
| Control | 0..1 | ||||
| Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages|4.0.1)人間の言語。
| ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 10. Organization.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())) | ||||
| 12. Organization.contained | |||||
| Definition | これらのリソースは、それらを含むリソースから独立した存在を持ちません。それらは独立して識別することはできず、独自の独立したトランザクション範囲を持つこともできません。 | ||||
| Short | 含まれている、インラインのリソース | ||||
| Comments | コンテンツが適切に識別できる場合には、これを行うべきではありません。識別が失われると、再び復元することは非常に困難であり(文脈に依存します)、メタ要素にプロファイルとタグを持つことができますが、セキュリティのラベルを持っていてはいけません。 | ||||
| Control | 0..* | ||||
| Type | Resource | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | inline resources, anonymous resources, contained resources | ||||
| 14. Organization.extension | |||||
| Definition | リソースの基本的な定義の一部ではない追加情報を表すために使用することができます。拡張機能の使用を安全かつ管理可能にするために、定義と使用の一定のガバナンスが適用されます。実装者はどんな拡張機能でも定義できますが、拡張機能の定義の一部として満たす必要がある要件があります | ||||
| Short | 実装によって定義される追加コンテンツ | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 16. Organization.modifierExtension | |||||
| Definition | リソースの基本的な定義に含まれない、要素の理解や、それを含む要素の子孫の理解を修正する追加情報を表すためにも使用されることがあります。通常、修飾要素は否定や修飾を提供します。拡張機能の使用を安全で管理しやすくするために、拡張機能の定義と使用に対して厳格な統治が適用されます。実装者は拡張機能を定義することが許可されていますが、拡張機能の定義の一部として満たす必要がある要件があります。リソースを処理するアプリケーションは、修飾子拡張をチェックする必要があります。修飾子拡張は、リソースまたはドメインリソースの任意の要素の意味を変更してはなりません(修飾子拡張自体の意味も変更できません)。 | ||||
| Short | 無視できない拡張機能 | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
| Summary | false | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 18. Organization.identifier | |||||
| Definition | 診療科を識別するための識別子。 | ||||
| Short | 診療科の識別子 【詳細参照】 | ||||
| Comments | 診療科の識別子は以下の2つのパターンで指定できる。
| ||||
| Note | This is a business identifier, not a resource identifier (see discussion) | ||||
| Control | 0..* This element is affected by the following invariants: org-1 | ||||
| Type | Identifier | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))jp-org-dept-identifier-local-system: ローカル診療科コードのsystemは 'http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/[1+施設番号10桁]'でなければならない。 ( system.all(substring(0,43)!='http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/' or substring(43).matches('^1(0[1-9]|[1-3][0-9]|4[0-7])([0-9])([0-9]{7})$'))) | ||||
| Slicing | This element introduces a set of slices on Organization.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 20. Organization.identifier:ssmixDepartmentCode | |||||
| Slice Name | ssmixDepartmentCode | ||||
| Definition | SS-MIX2で定義された標準診療科コード。 | ||||
| Short | SS-MIX2標準診療科コード | ||||
| Comments | SS-MIX2に準拠した診療科コードを指定する場合に使用する。 | ||||
| Note | This is a business identifier, not a resource identifier (see discussion) | ||||
| Control | 0..1 This element is affected by the following invariants: org-1 | ||||
| Type | Identifier | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 22. Organization.identifier:ssmixDepartmentCode.id | |||||
| Definition | リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | 要素間参照のための一意のID / 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 | ||||
| 24. Organization.identifier:ssmixDepartmentCode.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 | 拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、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 | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on Organization.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 26. Organization.identifier:ssmixDepartmentCode.use | |||||
| Definition | このidentifierの目的。 / The purpose of this identifier. | ||||
| Short | 通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known) | ||||
| Comments | アプリケーションは、identifierが一時的なものであると明示的に言っていない限り、永続的であると想定できます。 / Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known . | ||||
| Type | code | ||||
| Is Modifier | true because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / 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 | 特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
| Invariants | ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 28. Organization.identifier:ssmixDepartmentCode.type | |||||
| Definition | 特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
| Short | identifierの説明 / Description of identifier | ||||
| Comments | この要素は、identifierの一般的なカテゴリのみを扱います。identifier。システムに対応するコードに使用しないでください。一部のidentifierは、一般的な使用法により複数のカテゴリに分類される場合があります。システムがわかっている場合、タイプは常にシステム定義の一部であるため、タイプは不要です。ただし、システムが不明なidentifierを処理する必要があることがよくあります。多くの異なるシステムが同じタイプを持っているため、タイプとシステムの間に1:1の関係はありません。 / 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)特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / 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 | identifierシステムが不明な場合、ユーザーはidentifierを使用できます。 / Allows users to make use of identifiers when the identifier system is not known. | ||||
| Invariants | ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 30. Organization.identifier:ssmixDepartmentCode.system | |||||
| Definition | SS-MIX2で定義された診療科コード体系を示すURI。 | ||||
| Short | SS-MIX2診療科コード体系のURI | ||||
| Comments | identifier。システムは常にケースに敏感です。 / 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 | ||||
| Summary | true | ||||
| Requirements | identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. | ||||
| Fixed Value | http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment | ||||
| Invariants | ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 32. Organization.identifier:ssmixDepartmentCode.value | |||||
| Definition | SS-MIX2で定義された診療科コードの値。 | ||||
| Short | SS-MIX2診療科コードの値 | ||||
| Comments | SS-MIX2標準診療科コードの値を設定する(例:01=内科、02=精神科など)。 | ||||
| Control | 1..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: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 34. Organization.identifier:ssmixDepartmentCode.period | |||||
| Definition | identifierが使用される/有効な期間。 / Time period during which identifier is/was valid for use. | ||||
| Short | IDが使用に有効だった時間期間 / Time period when id is/was valid for use | ||||
| Control | 0..1 | ||||
| Type | Period | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 36. Organization.identifier:ssmixDepartmentCode.assigner | |||||
| Definition | identifierを発行/管理する組織。 / Organization that issued/manages the identifier. | ||||
| Short | IDを発行した組織(単なるテキストである可能性があります) / Organization that issued id (may be just text) | ||||
| Comments | identifierは、.reference要素を省略し、割り当て組織に関する名前またはその他のテキスト情報を反映した.display要素のみを含む場合があります。 / 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: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 38. Organization.active | |||||
| Definition | その組織の記録がまだ活用されているかどうか。 | ||||
| Short | その組織の記録がまだ活発に使用されているかどうか | ||||
| Comments | このアクティブなフラグは、組織を一時的に閉鎖したり、建設中のマークとして使用するために意図されていません。代わりに、組織内の場所に中断ステータスを設定する必要があります。中断の理由の詳細が必要な場合は、この要素の拡張機能を使用する必要があります。 この要素は修飾子としてラベル付けされています。これは、リソースが誤って作成されたことを示すために使用できるためです。 | ||||
| Control | 0..1 | ||||
| Type | boolean | ||||
| Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI. | ||||
| Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 40. Organization.type | |||||
| Definition | これがどのような組織であるか。 | ||||
| Short | 組織の種類 | ||||
| Comments | 組織には、法人、区、部門、クリニカルチーム、政府省庁などがあります。 コードは一般的に組織のタイプの分類子であることに注意してください。 多くのアプリケーションでは、コードが特定の組織(例えば、区)を識別するために使用されます。同じタイプの他の組織と区別するためのidentifierであることに注意してください。 複数のタイプが適切かどうかを考慮するときは、子組織を概念のより適切な使用として評価する必要があります。異なるタイプはおそらく組織の異なるサブエリアにあります。これは、宗教的、学術的、医療センターなど、直交的な値を持つタイプ値がある場合に最もよく使用されます。 このオプションをシングルカーディナリティにプロファイルするものがいくつかの管轄権に存在することを期待しています。 | ||||
| Control | 1..* | ||||
| Binding | For example codes, see OrganizationType (example to http://hl7.org/fhir/ValueSet/organization-type|4.0.1)組織を分類するために使用されます。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Need to be able to track the kind of organization that this is - different organization types have different uses. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| Slicing | This element introduces a set of slices on Organization.type. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 42. Organization.type:departmentType | |||||
| Slice Name | departmentType | ||||
| Definition | この組織が診療科・部門であることを示すコード。固定値でdept(部門)を設定する。 | ||||
| Short | 診療科・部門を示す組織タイプ | ||||
| Comments | 組織には、法人、区、部門、クリニカルチーム、政府省庁などがあります。 コードは一般的に組織のタイプの分類子であることに注意してください。 多くのアプリケーションでは、コードが特定の組織(例えば、区)を識別するために使用されます。同じタイプの他の組織と区別するためのidentifierであることに注意してください。 複数のタイプが適切かどうかを考慮するときは、子組織を概念のより適切な使用として評価する必要があります。異なるタイプはおそらく組織の異なるサブエリアにあります。これは、宗教的、学術的、医療センターなど、直交的な値を持つタイプ値がある場合に最もよく使用されます。 このオプションをシングルカーディナリティにプロファイルするものがいくつかの管轄権に存在することを期待しています。 | ||||
| Control | 1..1 | ||||
| Binding | The codes SHALL be taken from OrganizationType (required to http://hl7.org/fhir/ValueSet/organization-type) | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Need to be able to track the kind of organization that this is - different organization types have different uses. | ||||
| Pattern Value | { | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 44. Organization.name | |||||
| Definition | 組織に関連する名前。 | ||||
| Short | 組織で使用される名前 | ||||
| Comments | もし団体の名前が変更された場合、検索によってまだ見つけられるように、旧名をエイリアス欄に入れることを検討してください。 | ||||
| Control | 0..1 This element is affected by the following invariants: org-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 use the name as the label of the organization. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 46. Organization.alias | |||||
| Definition | その団体が過去に知られていた、または今でも知られている別名のリスト。 | ||||
| Short | 組織が以前に知られていた、または今でも知られている代替名のリスト。 | ||||
| Comments | エイリアス/履歴上の名前に関連付けられた日付はありません。これは、名前がいつ使用されたかを追跡するためではなく、古い名前でも組織を特定できるように検索を支援するためのものです。 | ||||
| Control | 0..* | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Requirements | Over time locations and organizations go through many changes and can be known by different names. For searching knowing previous names that the organization was known by can be very useful. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 48. Organization.telecom | |||||
| Definition | 組織の連絡先詳細。 | ||||
| Short | 組織の連絡先詳細 | ||||
| Comments | ‘home’という利用コードは使用しないでください。これらの連絡先は、組織に雇用または代表されている人々の連絡先ではなく、組織自体の公式連絡先であることに注意してください。 | ||||
| Control | 0..* This element is affected by the following invariants: org-3 | ||||
| Type | ContactPoint | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Human contact for the organization. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))org-3: 組織のテレコムは、家庭で使用することはできません。 ( where(use = 'home').empty()) | ||||
| 50. Organization.address | |||||
| Definition | 組織の住所。 | ||||
| Short | 組織の住所 | ||||
| Comments | 組織は複数の住所を持つ場合があり、異なる用途や有効期間があります。使用コード 'home' は使用しないでください。 | ||||
| Control | 0..* This element is affected by the following invariants: org-2 | ||||
| Type | Address | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | May need to keep track of the organization's addresses for contacting, billing or reporting requirements. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))org-2: 組織の住所は「家」として使用することはできません。 ( where(use = 'home').empty()) | ||||
| 52. Organization.partOf | |||||
| Definition | この診療科が所属する上位組織(医療機関)への参照 | ||||
| Short | 所属する医療機関 | ||||
| Comments | 診療科は通常、医療機関に所属するため、partOf要素で親組織を参照することが推奨される。 | ||||
| Control | 0..1 | ||||
| Type | Reference(JP Core Organization Profile) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Need to be able to track the hierarchy of organizations within an organization. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 54. Organization.contact | |||||
| Definition | 特定の目的のための組織への連絡。 | ||||
| Short | 特定の目的のための組織への連絡 | ||||
| Comments | 同じ目的の複数の連絡先が提供される場合、優先的に使用する連絡先を特定するために使用できる標準拡張があります。 | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Need to keep track of assigned contact points within bigger organization. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 56. Organization.contact.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 | ||||
| 58. Organization.contact.extension | |||||
| Definition | 要素の基本的な定義に含まれない追加情報を表すために使用されることがあります。拡張機能の使用を安全かつ管理しやすくするために、定義および使用に適用される厳格なガバナンスのセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たす必要のある要件のセットがあります。 | ||||
| Short | 実装によって定義される追加コンテンツ | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 60. Organization.contact.modifierExtension | |||||
| Definition | 基本的な要素の定義に含まれない追加情報を表すために使用されることがあり、それによって、その要素自体または取り込んでいる要素の子孫の理解を修正する。修飾子要素は通常、否定または修飾を提供します。拡張機能の安全で管理しやすい使用を実現するために、定義および使用に厳しいガバナンスセットが適用されています。どの実装者でも拡張機能を定義できますが、拡張機能の定義の一部として満たす必要がある要件があります。リソースを処理するアプリケーションは、修飾子拡張子をチェックする必要があります。 修飾子拡張機能は、リソースまたはドメインリソースの任意の要素の意味を変更してはなりません(修飾子拡張自体の意味を変更することもできません)。 | ||||
| Short | 認識されなくても無視できない拡張機能 | ||||
| Comments | どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。 | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 ( extension.exists() != value.exists()) | ||||
| 62. Organization.contact.purpose | |||||
| Definition | 連絡先に到達できる目的を示しています。 | ||||
| Short | 接触の種類 | ||||
| Control | 0..1 | ||||
| Binding | Unless not suitable, these codes SHALL be taken from ContactEntityType (extensible to http://hl7.org/fhir/ValueSet/contactentity-type|4.0.1)「連絡を取りたい目的のための連絡先」となります。 | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Need to distinguish between multiple contact persons. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 64. Organization.contact.name | |||||
| Definition | 連絡関係にある名前 | ||||
| Short | コンタクトに関連する名前 | ||||
| Control | 0..1 | ||||
| Type | HumanName | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Need to be able to track the person by name. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 66. Organization.contact.telecom | |||||
| Definition | 当該のパーティーと連絡を取るための連絡先情報(例:電話番号やメールアドレス) | ||||
| Short | 連絡先詳細(電話、メールなど)連絡先のため | ||||
| Control | 0..* | ||||
| Type | ContactPoint | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | People have (primary) ways to contact them in some way such as phone, email. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 68. Organization.contact.address | |||||
| Definition | 連絡先の訪問または郵便送付先 | ||||
| Short | 連絡のための訪問先または郵送先の住所 | ||||
| Control | 0..1 | ||||
| Type | Address | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | May need to keep track of a contact party's address for contacting, billing or reporting requirements. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||
| 70. Organization.endpoint | |||||
| Definition | 組織が運営するサービスへのアクセスを提供する技術的なエンドポイント。 | ||||
| Short | 「組織が運営するサービスへのアクセスを提供する技術エンドポイント」という意味です。 | ||||
| Control | 0..* | ||||
| Type | Reference(Endpoint) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Requirements | Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose. | ||||
| Invariants | ele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count())) | ||||