健診結果報告FHIR記述仕様 実装ガイド v 1.6.0
1.6.0 - release

健診結果報告FHIR記述仕様 実装ガイド v 1.6.0 - Local Development build (v1.6.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: JP_Organization_eCS_coveragePayer

項目内容
定義URL http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Organization_eCS_coveragePayer
Version 1.6.0
Name

JP_Organization_eCS_coveragePayer

Status Draft ( 2025-07-14 )
Copyright

(一社)日本HL7協会、(一社)日本医療情報学会. CC(Creative Commons) BY-ND 4.0

健診結果報告書 医療サービスでの保険者または公費の公費受給者 JP_Organizationの派生プロファイル

Usages:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* JP_Organization 共通の目的を持った人や組織の集まり【詳細参照】
Constraints: org-1
... meta Σ 1..1 Meta リソースに関するMetadata
.... lastUpdated SΣ 1..1 instant リソースのバージョンが最後に変更されたとき
.... profile SΣ 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... text 0..1 Narrative 本リソースをテキストで表現したものを入れてもよい。
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... status 1..1 code 生成|拡張機能|追加|空の / generated | extensions | additional | empty
Binding: NarrativeStatus (required): リソースの叙述(Narative)のステータス。 / The status of a resource narrative.
.... div C 1..1 xhtml 限られたXHTMLコンテンツ / Limited xhtml content
Constraints: txt-1, txt-2
... Slices for extension Content/Rules for all slices
... modifierExtension ?! 0..* Extension 無視できない拡張機能
... Slices for identifier ΣC 0..* Identifier 複数のシステムでこの組織を識別【詳細参照】
Slice: Unordered, Open by value:system
.... identifier:insurerNumber SΣC 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... system SΣ 1..1 uri 保険者番号の名前空間を示すURIを指定
Fixed Value: http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber
..... value SΣ 1..1 string 保険者番号
.... identifier:publicPayer SΣC 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... system SΣ 1..1 uri 公費負担者番号
Fixed Value: urn:oid:1.2.392.100495.20.3.71
..... value SΣ 0..1 string 公費負担者番号
... type SΣ 1..1 CodeableConcept 組織の種類【詳細参照】
Binding: OrganizationType (example): 組織を分類するために使用されます。
.... coding Σ 1..1 Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... system SΣ 1..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... code SΣ 1..1 code 施設種別コード
Fixed Value: ins
... name SΣC 1..1 string 保険者、公費受給者の名称文字列

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.text.statusrequiredNarrativeStatus
http://hl7.org/fhir/ValueSet/narrative-status|4.0.1
From the FHIR Standard
Organization.identifier:medicalInstitutionCode.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
From the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
From the FHIR Standard
Organization.address.userequiredAddressUse
http://hl7.org/fhir/ValueSet/address-use|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationもしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (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-3errorOrganizationもしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。
: 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-4errorOrganizationもしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOrganizationもしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。
: contained.meta.security.empty()
dom-6best practiceOrganization資源は堅牢な管理のために物語を持つべきである。
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsextensionまたはvalue[x]のいずれかが必要です。両方ではありません。
: extension.exists() != value.exists()
org-1errorOrganization組織は少なくとも名前またはidentifierを持つ必要があり、おそらく1つ以上のものもあるかもしれません
: (identifier.count() + name.count()) > 0
txt-1errorOrganization.text.div叙述(Narative)には、HTML 4.0標準<a>要素(名前またはHREFのいずれか)、画像、および内部に含まれるスタイルの第7〜11章(第9章のセクション4を除く)および15で説明した基本的なHTMLフォーマット要素と属性のみが含まれます。
: htmlChecks()
txt-2errorOrganization.text.div叙述(Narative)には、いくつかの空白でないコンテンツがあります / The narrative SHALL have some non-whitespace content
: htmlChecks()

This structure is derived from JP_Organization

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization JP_Organization
... meta 1..1 Meta リソースに関するMetadata
.... lastUpdated S 1..1 instant リソースのバージョンが最後に変更されたとき
.... profile S 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
... text 0..1 Narrative 本リソースをテキストで表現したものを入れてもよい。
.... status 1..1 code 生成|拡張機能|追加|空の / generated | extensions | additional | empty
.... div 1..1 xhtml 限られたXHTMLコンテンツ / Limited xhtml content
... Slices for extension Content/Rules for all slices
.... extension:prefectureNo 0..0
.... extension:organizationCategory 0..0
.... extension:organizationNo 0..0
... Slices for identifier Content/Rules for all slices
.... identifier:medicalInstitutionCode 0..0
.... identifier:insurerNumber S 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... id 0..0
..... use 0..0
..... type 0..0
..... system S 1..1 uri 保険者番号の名前空間を示すURIを指定
..... value S 1..1 string 保険者番号
..... period 0..0
..... assigner 0..0
.... identifier:publicPayer S 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... id 0..0
..... use 0..0
..... type 0..0
..... system S 1..1 uri 公費負担者番号
Fixed Value: urn:oid:1.2.392.100495.20.3.71
..... value S 0..1 string 公費負担者番号
..... period 0..0
..... assigner 0..0
... active 0..0
... type S 1..1 CodeableConcept 組織の種類【詳細参照】
.... coding 1..1 Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... system S 1..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... code S 1..1 code 施設種別コード
Fixed Value: ins
... name S 1..1 string 保険者、公費受給者の名称文字列
... alias 0..0
... telecom 0..0
... address 0..0
... partOf 0..0
... contact 0..0
... endpoint 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* JP_Organization 共通の目的を持った人や組織の集まり【詳細参照】
Constraints: org-1
... id Σ 0..1 id このアーティファクトの論理ID
... meta Σ 1..1 Meta リソースに関するMetadata
.... id 0..1 string エレメント相互参照のためのユニークID
.... extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id バージョン固有のidentifier (Baajon koyū no shikibetsu-shi)
.... lastUpdated SΣ 1..1 instant リソースのバージョンが最後に変更されたとき
.... source Σ 0..1 uri リソースがどこから来たかを特定する
.... profile SΣ 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
.... security Σ 0..* Coding このリソースに適用されたセキュリティラベル
Binding: All Security Labels (extensible): 医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。
.... tag Σ 0..* Coding このリソースに適用されたタグ
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... language 0..1 code リソースコンテンツの言語
Binding: CommonLanguages (preferred): 人間の言語。
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 本リソースをテキストで表現したものを入れてもよい。
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... status 1..1 code 生成|拡張機能|追加|空の / generated | extensions | additional | empty
Binding: NarrativeStatus (required): リソースの叙述(Narative)のステータス。 / The status of a resource narrative.
.... div C 1..1 xhtml 限られたXHTMLコンテンツ / Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource 含まれている、インラインのリソース
... Slices for extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
... modifierExtension ?! 0..* Extension 無視できない拡張機能
... Slices for identifier ΣC 0..* Identifier 複数のシステムでこの組織を識別【詳細参照】
Slice: Unordered, Open by value:system
.... identifier:insurerNumber SΣC 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 1..1 uri 保険者番号の名前空間を示すURIを指定
Fixed Value: http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber
..... value SΣ 1..1 string 保険者番号
.... identifier:publicPayer SΣC 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 1..1 uri 公費負担者番号
Fixed Value: urn:oid:1.2.392.100495.20.3.71
..... value SΣ 0..1 string 公費負担者番号
... type SΣ 1..1 CodeableConcept 組織の種類【詳細参照】
Binding: OrganizationType (example): 組織を分類するために使用されます。
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 1..1 Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 1..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... version Σ 0..1 string システムのバージョン - 関連する場合 / Version of the system - if relevant
..... code SΣ 1..1 code 施設種別コード
Fixed Value: ins
..... display Σ 0..1 string システムによって定義された表現 / Representation defined by the system
..... userSelected Σ 0..1 boolean このコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
.... text Σ 0..1 string コンセプトの単純なテキスト表現 / Plain text representation of the concept
... name SΣC 1..1 string 保険者、公費受給者の名称文字列

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
From the FHIR Standard
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Organization.text.statusrequiredNarrativeStatus
http://hl7.org/fhir/ValueSet/narrative-status|4.0.1
From the FHIR Standard
Organization.identifier:medicalInstitutionCode.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Organization.identifier:medicalInstitutionCode.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
From the FHIR Standard
Organization.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
From the FHIR Standard
Organization.address.userequiredAddressUse
http://hl7.org/fhir/ValueSet/address-use|4.0.1
From the FHIR Standard
Organization.address.typerequiredAddressType
http://hl7.org/fhir/ValueSet/address-type|4.0.1
From the FHIR Standard
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationもしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (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-3errorOrganizationもしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。
: 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-4errorOrganizationもしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOrganizationもしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。
: contained.meta.security.empty()
dom-6best practiceOrganization資源は堅牢な管理のために物語を持つべきである。
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsextensionまたはvalue[x]のいずれかが必要です。両方ではありません。
: extension.exists() != value.exists()
org-1errorOrganization組織は少なくとも名前またはidentifierを持つ必要があり、おそらく1つ以上のものもあるかもしれません
: (identifier.count() + name.count()) > 0
txt-1errorOrganization.text.div叙述(Narative)には、HTML 4.0標準<a>要素(名前またはHREFのいずれか)、画像、および内部に含まれるスタイルの第7〜11章(第9章のセクション4を除く)および15で説明した基本的なHTMLフォーマット要素と属性のみが含まれます。
: htmlChecks()
txt-2errorOrganization.text.div叙述(Narative)には、いくつかの空白でないコンテンツがあります / The narrative SHALL have some non-whitespace content
: htmlChecks()

This structure is derived from JP_Organization

Summary

Mandatory: 8 elements(2 nested mandatory elements)
Must-Support: 12 elements
Fixed: 3 elements
Prohibited: 21 elements

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* JP_Organization 共通の目的を持った人や組織の集まり【詳細参照】
Constraints: org-1
... meta Σ 1..1 Meta リソースに関するMetadata
.... lastUpdated SΣ 1..1 instant リソースのバージョンが最後に変更されたとき
.... profile SΣ 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... text 0..1 Narrative 本リソースをテキストで表現したものを入れてもよい。
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... status 1..1 code 生成|拡張機能|追加|空の / generated | extensions | additional | empty
Binding: NarrativeStatus (required): リソースの叙述(Narative)のステータス。 / The status of a resource narrative.
.... div C 1..1 xhtml 限られたXHTMLコンテンツ / Limited xhtml content
Constraints: txt-1, txt-2
... Slices for extension Content/Rules for all slices
... modifierExtension ?! 0..* Extension 無視できない拡張機能
... Slices for identifier ΣC 0..* Identifier 複数のシステムでこの組織を識別【詳細参照】
Slice: Unordered, Open by value:system
.... identifier:insurerNumber SΣC 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... system SΣ 1..1 uri 保険者番号の名前空間を示すURIを指定
Fixed Value: http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber
..... value SΣ 1..1 string 保険者番号
.... identifier:publicPayer SΣC 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... system SΣ 1..1 uri 公費負担者番号
Fixed Value: urn:oid:1.2.392.100495.20.3.71
..... value SΣ 0..1 string 公費負担者番号
... type SΣ 1..1 CodeableConcept 組織の種類【詳細参照】
Binding: OrganizationType (example): 組織を分類するために使用されます。
.... coding Σ 1..1 Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... system SΣ 1..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... code SΣ 1..1 code 施設種別コード
Fixed Value: ins
... name SΣC 1..1 string 保険者、公費受給者の名称文字列

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.text.statusrequiredNarrativeStatus
http://hl7.org/fhir/ValueSet/narrative-status|4.0.1
From the FHIR Standard
Organization.identifier:medicalInstitutionCode.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
From the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
From the FHIR Standard
Organization.address.userequiredAddressUse
http://hl7.org/fhir/ValueSet/address-use|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationもしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (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-3errorOrganizationもしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。
: 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-4errorOrganizationもしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOrganizationもしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。
: contained.meta.security.empty()
dom-6best practiceOrganization資源は堅牢な管理のために物語を持つべきである。
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsextensionまたはvalue[x]のいずれかが必要です。両方ではありません。
: extension.exists() != value.exists()
org-1errorOrganization組織は少なくとも名前またはidentifierを持つ必要があり、おそらく1つ以上のものもあるかもしれません
: (identifier.count() + name.count()) > 0
txt-1errorOrganization.text.div叙述(Narative)には、HTML 4.0標準<a>要素(名前またはHREFのいずれか)、画像、および内部に含まれるスタイルの第7〜11章(第9章のセクション4を除く)および15で説明した基本的なHTMLフォーマット要素と属性のみが含まれます。
: htmlChecks()
txt-2errorOrganization.text.div叙述(Narative)には、いくつかの空白でないコンテンツがあります / The narrative SHALL have some non-whitespace content
: htmlChecks()

Differential View

This structure is derived from JP_Organization

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization JP_Organization
... meta 1..1 Meta リソースに関するMetadata
.... lastUpdated S 1..1 instant リソースのバージョンが最後に変更されたとき
.... profile S 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
... text 0..1 Narrative 本リソースをテキストで表現したものを入れてもよい。
.... status 1..1 code 生成|拡張機能|追加|空の / generated | extensions | additional | empty
.... div 1..1 xhtml 限られたXHTMLコンテンツ / Limited xhtml content
... Slices for extension Content/Rules for all slices
.... extension:prefectureNo 0..0
.... extension:organizationCategory 0..0
.... extension:organizationNo 0..0
... Slices for identifier Content/Rules for all slices
.... identifier:medicalInstitutionCode 0..0
.... identifier:insurerNumber S 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... id 0..0
..... use 0..0
..... type 0..0
..... system S 1..1 uri 保険者番号の名前空間を示すURIを指定
..... value S 1..1 string 保険者番号
..... period 0..0
..... assigner 0..0
.... identifier:publicPayer S 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... id 0..0
..... use 0..0
..... type 0..0
..... system S 1..1 uri 公費負担者番号
Fixed Value: urn:oid:1.2.392.100495.20.3.71
..... value S 0..1 string 公費負担者番号
..... period 0..0
..... assigner 0..0
... active 0..0
... type S 1..1 CodeableConcept 組織の種類【詳細参照】
.... coding 1..1 Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... system S 1..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... code S 1..1 code 施設種別コード
Fixed Value: ins
... name S 1..1 string 保険者、公費受給者の名称文字列
... alias 0..0
... telecom 0..0
... address 0..0
... partOf 0..0
... contact 0..0
... endpoint 0..0

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Organization C 0..* JP_Organization 共通の目的を持った人や組織の集まり【詳細参照】
Constraints: org-1
... id Σ 0..1 id このアーティファクトの論理ID
... meta Σ 1..1 Meta リソースに関するMetadata
.... id 0..1 string エレメント相互参照のためのユニークID
.... extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id バージョン固有のidentifier (Baajon koyū no shikibetsu-shi)
.... lastUpdated SΣ 1..1 instant リソースのバージョンが最後に変更されたとき
.... source Σ 0..1 uri リソースがどこから来たかを特定する
.... profile SΣ 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
.... security Σ 0..* Coding このリソースに適用されたセキュリティラベル
Binding: All Security Labels (extensible): 医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。
.... tag Σ 0..* Coding このリソースに適用されたタグ
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... language 0..1 code リソースコンテンツの言語
Binding: CommonLanguages (preferred): 人間の言語。
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 本リソースをテキストで表現したものを入れてもよい。
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... status 1..1 code 生成|拡張機能|追加|空の / generated | extensions | additional | empty
Binding: NarrativeStatus (required): リソースの叙述(Narative)のステータス。 / The status of a resource narrative.
.... div C 1..1 xhtml 限られたXHTMLコンテンツ / Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource 含まれている、インラインのリソース
... Slices for extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
... modifierExtension ?! 0..* Extension 無視できない拡張機能
... Slices for identifier ΣC 0..* Identifier 複数のシステムでこの組織を識別【詳細参照】
Slice: Unordered, Open by value:system
.... identifier:insurerNumber SΣC 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 1..1 uri 保険者番号の名前空間を示すURIを指定
Fixed Value: http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber
..... value SΣ 1..1 string 保険者番号
.... identifier:publicPayer SΣC 0..1 Identifier 複数のシステムでこの組織を識別【詳細参照】
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 1..1 uri 公費負担者番号
Fixed Value: urn:oid:1.2.392.100495.20.3.71
..... value SΣ 0..1 string 公費負担者番号
... type SΣ 1..1 CodeableConcept 組織の種類【詳細参照】
Binding: OrganizationType (example): 組織を分類するために使用されます。
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 1..1 Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
..... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 1..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... version Σ 0..1 string システムのバージョン - 関連する場合 / Version of the system - if relevant
..... code SΣ 1..1 code 施設種別コード
Fixed Value: ins
..... display Σ 0..1 string システムによって定義された表現 / Representation defined by the system
..... userSelected Σ 0..1 boolean このコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
.... text Σ 0..1 string コンセプトの単純なテキスト表現 / Plain text representation of the concept
... name SΣC 1..1 string 保険者、公費受給者の名称文字列

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Organization.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
From the FHIR Standard
Organization.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Organization.text.statusrequiredNarrativeStatus
http://hl7.org/fhir/ValueSet/narrative-status|4.0.1
From the FHIR Standard
Organization.identifier:medicalInstitutionCode.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Organization.identifier:medicalInstitutionCode.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Organization.typeexampleOrganizationType
http://hl7.org/fhir/ValueSet/organization-type
From the FHIR Standard
Organization.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
Organization.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
From the FHIR Standard
Organization.address.userequiredAddressUse
http://hl7.org/fhir/ValueSet/address-use|4.0.1
From the FHIR Standard
Organization.address.typerequiredAddressType
http://hl7.org/fhir/ValueSet/address-type|4.0.1
From the FHIR Standard
Organization.contact.purposeextensibleContactEntityType
http://hl7.org/fhir/ValueSet/contactentity-type
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationもしリソースが他のリソースに含まれている場合、そのリソースにはネストされたリソースを含めてはなりません (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-3errorOrganizationもしリソースが他のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含まれるリソースに参照されるべきです。
: 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-4errorOrganizationもしリソースが別のリソースの中に含まれる場合、meta.versionIdまたはmeta.lastUpdatedを持つべきではありません。
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOrganizationもしリソースが他のリソースに含まれている場合、セキュリティラベルを持つべきではありません。
: contained.meta.security.empty()
dom-6best practiceOrganization資源は堅牢な管理のために物語を持つべきである。
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsextensionまたはvalue[x]のいずれかが必要です。両方ではありません。
: extension.exists() != value.exists()
org-1errorOrganization組織は少なくとも名前またはidentifierを持つ必要があり、おそらく1つ以上のものもあるかもしれません
: (identifier.count() + name.count()) > 0
txt-1errorOrganization.text.div叙述(Narative)には、HTML 4.0標準<a>要素(名前またはHREFのいずれか)、画像、および内部に含まれるスタイルの第7〜11章(第9章のセクション4を除く)および15で説明した基本的なHTMLフォーマット要素と属性のみが含まれます。
: htmlChecks()
txt-2errorOrganization.text.div叙述(Narative)には、いくつかの空白でないコンテンツがあります / The narrative SHALL have some non-whitespace content
: htmlChecks()

This structure is derived from JP_Organization

Summary

Mandatory: 8 elements(2 nested mandatory elements)
Must-Support: 12 elements
Fixed: 3 elements
Prohibited: 21 elements

 

Other representations of profile: CSV, Excel, Schematron