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

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

Resource Profile(リソースプロファイル): JP_OrganizationInsurer_eCheckupGeneral

項目内容
定義URL http://jpfhir.jp/fhir/eCheckup/StructureDefinition/JP_OrganizationInsurer_eCheckupGeneral
Version 1
Name

JP_OrganizationInsurer_eCheckupGeneral

Status Active ( 2024-09-29 )
Copyright

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

健診結果報告書 Organizationリソース 保険者組織情報

Usage:

Formal Views of Profile Content

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

This structure is derived from JP_Organization_eCS_coveragePayer

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* JP_Organization_eCS_coveragePayer 共通の目的を持った人や組織の集まり【詳細参照】
org-1: 「組織は少なくとも名前または識別子を持つ必要があり、おそらく1つ以上のものもあるかもしれません」
... meta Σ 0..1 Meta 「リソースに関するメタデータ」
.... lastUpdated SΣ 1..1 instant 「リソースのバージョンが最後に変更されたとき」
.... profile SΣ 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... Slices for extension Content/Rules for all slices
... modifierExtension ?! 0..* Extension 無視できない拡張機能 (Mushi dekinai kakuchou kinou)
... 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Σ 0..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 SΣ 1..1 Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... system SΣ 0..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
... name SΣC 0..1 string 保険者、公費受給者の名称文字列

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
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** extensions「拡張機能または値[x]のいずれかが必要です。両方ではありません。」
: extension.exists() != value.exists()
org-1errorOrganization「組織は少なくとも名前または識別子を持つ必要があり、おそらく1つ以上のものもあるかもしれません」
: (identifier.count() + name.count()) > 0
NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* JP_Organization_eCS_coveragePayer 共通の目的を持った人や組織の集まり【詳細参照】
org-1: 「組織は少なくとも名前または識別子を持つ必要があり、おそらく1つ以上のものもあるかもしれません」
... id Σ 0..1 id このアーティファクトの論理ID
... meta Σ 0..1 Meta 「リソースに関するメタデータ」
.... id 0..1 string エレメント相互参照のためのユニークID
.... extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id バージョン固有の識別子 (Baajon koyū no shikibetsu-shi)
.... lastUpdated SΣ 1..1 instant 「リソースのバージョンが最後に変更されたとき」
.... source Σ 0..1 uri 「リソースがどこから来たかを特定する」(Risōsu ga doko kara kita ka o tokutei suru)
.... profile SΣ 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
.... security Σ 0..* Coding このリソースに適用されたセキュリティラベル
Binding: All Security Labels (extensible): 医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。


.... tag Σ 0..* Coding このリソースに適用されたタグ
Binding: CommonTags (example): 「様々なタグを表すコードで、一般的にはワークフローに関連しています。


... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... language 0..1 code 「リソースコンテンツの言語」(Risōsukontentsu no gengo)
Binding: CommonLanguages (preferred): 「人間の言語。」(Ningen no gengo.)

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 本リソースをテキストで表現したものを入れてもよい。
.... 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
txt-1: 叙述(Narative)には、HTML 4.0標準<a>要素(名前またはHREFのいずれか)、画像、および内部に含まれるスタイルの第7〜11章(第9章のセクション4を除く)および15で説明した基本的なHTMLフォーマット要素と属性のみが含まれます。属性 / The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes
txt-2: 叙述(Narative)には、いくつかの非白人コンテンツがあります / The narrative SHALL have some non-whitespace content
... contained 0..* Resource 「含まれている、インラインのリソース」(Fukuma rete iru, inrain no risōsu)
... Slices for extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
... modifierExtension ?! 0..* Extension 無視できない拡張機能 (Mushi dekinai kakuchou kinou)
... 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Σ 0..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 SΣ 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Σ 0..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... version Σ 0..1 string システムのバージョン - 関連する場合 / Version of the system - if relevant
..... code Σ 0..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 0..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.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
from the FHIR Standard
Organization.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
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** extensions「拡張機能または値[x]のいずれかが必要です。両方ではありません。」
: extension.exists() != value.exists()
org-1errorOrganization「組織は少なくとも名前または識別子を持つ必要があり、おそらく1つ以上のものもあるかもしれません」
: (identifier.count() + name.count()) > 0
txt-1errorOrganization.text.div叙述(Narative)には、HTML 4.0標準<a>要素(名前またはHREFのいずれか)、画像、および内部に含まれるスタイルの第7〜11章(第9章のセクション4を除く)および15で説明した基本的なHTMLフォーマット要素と属性のみが含まれます。属性 / The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes
: htmlChecks()
txt-2errorOrganization.text.div叙述(Narative)には、いくつかの非白人コンテンツがあります / The narrative SHALL have some non-whitespace content
: htmlChecks()

This structure is derived from JP_Organization_eCS_coveragePayer

Summary

Differential View

This structure is derived from JP_Organization_eCS_coveragePayer

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* JP_Organization_eCS_coveragePayer 共通の目的を持った人や組織の集まり【詳細参照】
org-1: 「組織は少なくとも名前または識別子を持つ必要があり、おそらく1つ以上のものもあるかもしれません」
... meta Σ 0..1 Meta 「リソースに関するメタデータ」
.... lastUpdated SΣ 1..1 instant 「リソースのバージョンが最後に変更されたとき」
.... profile SΣ 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... Slices for extension Content/Rules for all slices
... modifierExtension ?! 0..* Extension 無視できない拡張機能 (Mushi dekinai kakuchou kinou)
... 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Σ 0..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 SΣ 1..1 Coding 用語システムによって定義されたコード / Code defined by a terminology system
..... system SΣ 0..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
... name SΣC 0..1 string 保険者、公費受給者の名称文字列

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
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** extensions「拡張機能または値[x]のいずれかが必要です。両方ではありません。」
: extension.exists() != value.exists()
org-1errorOrganization「組織は少なくとも名前または識別子を持つ必要があり、おそらく1つ以上のものもあるかもしれません」
: (identifier.count() + name.count()) > 0

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C 0..* JP_Organization_eCS_coveragePayer 共通の目的を持った人や組織の集まり【詳細参照】
org-1: 「組織は少なくとも名前または識別子を持つ必要があり、おそらく1つ以上のものもあるかもしれません」
... id Σ 0..1 id このアーティファクトの論理ID
... meta Σ 0..1 Meta 「リソースに関するメタデータ」
.... id 0..1 string エレメント相互参照のためのユニークID
.... extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id バージョン固有の識別子 (Baajon koyū no shikibetsu-shi)
.... lastUpdated SΣ 1..1 instant 「リソースのバージョンが最後に変更されたとき」
.... source Σ 0..1 uri 「リソースがどこから来たかを特定する」(Risōsu ga doko kara kita ka o tokutei suru)
.... profile SΣ 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
.... security Σ 0..* Coding このリソースに適用されたセキュリティラベル
Binding: All Security Labels (extensible): 医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。


.... tag Σ 0..* Coding このリソースに適用されたタグ
Binding: CommonTags (example): 「様々なタグを表すコードで、一般的にはワークフローに関連しています。


... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールセット
... language 0..1 code 「リソースコンテンツの言語」(Risōsukontentsu no gengo)
Binding: CommonLanguages (preferred): 「人間の言語。」(Ningen no gengo.)

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 本リソースをテキストで表現したものを入れてもよい。
.... 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
txt-1: 叙述(Narative)には、HTML 4.0標準<a>要素(名前またはHREFのいずれか)、画像、および内部に含まれるスタイルの第7〜11章(第9章のセクション4を除く)および15で説明した基本的なHTMLフォーマット要素と属性のみが含まれます。属性 / The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes
txt-2: 叙述(Narative)には、いくつかの非白人コンテンツがあります / The narrative SHALL have some non-whitespace content
... contained 0..* Resource 「含まれている、インラインのリソース」(Fukuma rete iru, inrain no risōsu)
... Slices for extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
... modifierExtension ?! 0..* Extension 無視できない拡張機能 (Mushi dekinai kakuchou kinou)
... 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Σ 0..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 SΣ 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Σ 0..1 uri 施設種別コードのコード体系を識別するURI
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... version Σ 0..1 string システムのバージョン - 関連する場合 / Version of the system - if relevant
..... code Σ 0..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 0..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.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
from the FHIR Standard
Organization.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
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** extensions「拡張機能または値[x]のいずれかが必要です。両方ではありません。」
: extension.exists() != value.exists()
org-1errorOrganization「組織は少なくとも名前または識別子を持つ必要があり、おそらく1つ以上のものもあるかもしれません」
: (identifier.count() + name.count()) > 0
txt-1errorOrganization.text.div叙述(Narative)には、HTML 4.0標準<a>要素(名前またはHREFのいずれか)、画像、および内部に含まれるスタイルの第7〜11章(第9章のセクション4を除く)および15で説明した基本的なHTMLフォーマット要素と属性のみが含まれます。属性 / The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes
: htmlChecks()
txt-2errorOrganization.text.div叙述(Narative)には、いくつかの非白人コンテンツがあります / The narrative SHALL have some non-whitespace content
: htmlChecks()

This structure is derived from JP_Organization_eCS_coveragePayer

Summary

 

Other representations of profile: CSV, Excel, Schematron