健診結果報告FHIR記述仕様 実装ガイド v1.7.0-preR1
1.7.0-preR1 - release

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

Resource Profile: JP_ObservationGroup_eCheckupGeneral

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

JP_ObservationGroup_eCheckupGeneral

Status Active ( 2026-02-01 )
Copyright

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


この実装ガイドは、今後正式リリースされる予定の公開準備版です。
この公開準備版は正式リリースまでさらに今後も内容が変更される可能性があります。

健診結果報告書 ObservationGroupリソースGroup仕様共通定義

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation C 0..* JP_Observation_Common 健診・検診検査結果
Constraints: obs-6, obs-7
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールのセット / A set of rules under which this content was created
... modifierExtension ?! 0..* Extension 無視できない拡張機能 / Extensions that cannot be ignored
... identifier SΣ 0..* Identifier 当該検査結果に対して、施設内で割り振られる一意の識別子
.... use ?!Σ 0..1 code 通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): 既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .
.... system Σ 0..1 uri identifier値の名前空間 / The namespace for the identifier value
Required Pattern: http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier
.... value SΣ 1..1 string 一意の値 / The value that is unique
... status ?!SΣ 1..1 code 結果値の状態。健診結果報告でグループ親項目では常に"fianl"を設定する。
Binding: ObservationStatus (required): 観察のステータスを提供するコード。 / Codes providing the status of an observation.
Required Pattern: final
... code SΣ 1..1 CodeableConcept 検査グループ項目を表す識別IDと検査名称の情報。コード化されていること。必須項目。
Binding: LOINCCodes (example): 単純な観測の名前を識別するコード。 / Codes identifying names of simple observations.
... subject SΣ 1..1 Reference(JP_Patient_eCheckupGeneral) このObservationの対象となる患者や患者群、機器、場所に関する情報【詳細参照】
... effective[x] SΣ 1..1 dateTime 検体検査の場合は、検体採取日時。すべて健診実地日で代用してもよい。yyyy-mm-dd
... hasMember SΣ 0..* Reference(JP_Observation_eCheckupGeneral) 健診項目グループを表現する場合に、グループ内の健診項目に対応するObservationリソースへの参照。
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:obsGroupRelationship 1..1 code Extension
URL: http://jpfhir.jp/fhir/Common/Extension/StructureDefinition/observatioGroupRelationship
Binding: 健診一連検査グループコードの関連コードValueSet (required)
.... reference SΣC 1..1 string Observationリソースへの参照。

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Observation.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Observation.status Base required ObservationStatus 📍4.0.1 FHIR Std.
Observation.code Base example LOINC Codes 📦4.0.1 FHIR Std.
Observation.component.​code Base example LOINC Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Observation リソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation リソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Observation リソースが別のリソースに含まれている場合、meta.versionidもmeta.lastupdatedも持ってはならない。 / If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Observation 別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Observation リソースには、堅牢な管理のための叙述(Narative)が存在することが望ましい / A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReasonは、Observation.value [x]が存在しない場合にのみ存在するものとします / dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation Observation.codeがObservation.component.codeと同じ場合、そのcodeに関連付くvalueは存在してはならない。 / If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

This structure is derived from JP_Observation_Common

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation 0..* JP_Observation_Common 健診・検診検査結果
... identifier S 0..* Identifier 当該検査結果に対して、施設内で割り振られる一意の識別子
.... system 0..1 uri identifier値の名前空間 / The namespace for the identifier value
Required Pattern: http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier
.... value S 1..1 string 一意の値 / The value that is unique
... basedOn 0..0 このObservationが実施されることになった依頼や計画、提案に関する情報
... partOf 0..0 このObservationが親イベントの一部を成す要素であるとき、その親イベントに関する情報【詳細参照】
... status S 1..1 code 結果値の状態。健診結果報告でグループ親項目では常に"fianl"を設定する。
Required Pattern: final
... category 0..0 このObservationを分類するコード【詳細参照】
... code S 1..1 CodeableConcept 検査グループ項目を表す識別IDと検査名称の情報。コード化されていること。必須項目。
... subject S 1..1 Reference(JP_Patient_eCheckupGeneral) このObservationの対象となる患者や患者群、機器、場所に関する情報【詳細参照】
... effective[x] S 1..1 dateTime 検体検査の場合は、検体採取日時。すべて健診実地日で代用してもよい。yyyy-mm-dd
... performer 0..0 このObservationの責任者/実施者に関する情報【詳細参照】
... value[x] 0..0 取得された結果
... dataAbsentReason 0..0 このObservationのvalue[x]要素に期待される結果が存在しなかった場合、その理由【詳細参照】
... interpretation 0..0 高、低、正常等の結果のカテゴリ分けした評価【詳細参照】
... method 0..0 このObservationの実施方法
... specimen 0..0 このObservationに使われた検体/標本に関する情報【詳細参照】
... referenceRange 0..0 基準範囲との比較による結果の解釈方法のガイダンス【詳細参照】
... hasMember S 0..* Reference(JP_Observation_eCheckupGeneral) 健診項目グループを表現する場合に、グループ内の健診項目に対応するObservationリソースへの参照。
.... extension 1..* Extension Extension
.... Slices for extension Content/Rules for all slices
..... extension:obsGroupRelationship 1..1 code Extension
URL: http://jpfhir.jp/fhir/Common/Extension/StructureDefinition/observatioGroupRelationship
Binding: 健診一連検査グループコードの関連コードValueSet (required)
.... reference S 1..1 string Observationリソースへの参照。
... component S 0..0 複合的な結果。例えば、血圧測定値ではそれを構成する収縮期および拡張期の値の組み合わせ【詳細参照】

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation C 0..* JP_Observation_Common 健診・検診検査結果
Constraints: obs-6, obs-7
... id Σ 0..1 id このアーティファクトの論理ID / Logical id of this artifact
... meta Σ 0..1 Meta リソースに関するMetadata / Metadata about the resource
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールのセット / A set of rules under which this content was created
... language 0..1 code リソースコンテンツの言語 / Language of the resource content
Binding: CommonLanguages (preferred): 人間の言語。 / A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 人間の解釈のためのリソースのテキスト概要 / Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource インラインリソースが含まれています / Contained, inline Resources
... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
... modifierExtension ?! 0..* Extension 無視できない拡張機能 / Extensions that cannot be ignored
... identifier SΣ 0..* Identifier 当該検査結果に対して、施設内で割り振られる一意の識別子
.... 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
.... use ?!Σ 0..1 code 通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): 既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept identifierの説明 / Description of identifier
Binding: Identifier Type Codes (extensible): 特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri identifier値の名前空間 / The namespace for the identifier value
Required Pattern: http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier
.... value SΣ 1..1 string 一意の値 / The value that is unique
.... period Σ 0..1 Period IDが使用に有効だった時間期間 / Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) IDを発行した組織(単なるテキストである可能性があります) / Organization that issued id (may be just text)
... status ?!SΣ 1..1 code 結果値の状態。健診結果報告でグループ親項目では常に"fianl"を設定する。
Binding: ObservationStatus (required): 観察のステータスを提供するコード。 / Codes providing the status of an observation.
Required Pattern: final
... code SΣ 1..1 CodeableConcept 検査グループ項目を表す識別IDと検査名称の情報。コード化されていること。必須項目。
Binding: LOINCCodes (example): 単純な観測の名前を識別するコード。 / Codes identifying names of simple observations.
... subject SΣ 1..1 Reference(JP_Patient_eCheckupGeneral) このObservationの対象となる患者や患者群、機器、場所に関する情報【詳細参照】
... focus Σ 0..* Reference(Resource) 配偶者、親、胎児、ドナーなど、このObservationのsubject要素が実際の対象でない場合、その実際の対象に関する情報【詳細参照】
... encounter Σ 0..1 Reference(JP Core Encounter Profile) 診察や入院など、このObservationが実施されるきっかけとなった診療イベントに関する情報【詳細参照】
... effective[x] SΣ 1..1 dateTime 検体検査の場合は、検体採取日時。すべて健診実地日で代用してもよい。yyyy-mm-dd
... issued Σ 0..1 instant このバージョンのObservationが医療者に提供された日時。通常、結果を確認し検証後に提供される日時【詳細参照】
... note 0..* Annotation このObservationに関するコメント【詳細参照】
... bodySite 0..1 CodeableConcept 対象となった身体部位
Binding: SNOMEDCTBodyStructures (example): 解剖学的場所を説明するコード。左右性が含まれる場合があります。 / Codes describing anatomical locations. May include laterality.
... device 0..1 Reference(Device | DeviceMetric) このObservationでデータを得るために使われた測定機器に関する情報【詳細参照】
... hasMember SΣ 0..* Reference(JP_Observation_eCheckupGeneral) 健診項目グループを表現する場合に、グループ内の健診項目に対応するObservationリソースへの参照。
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:obsGroupRelationship 1..1 code Extension
URL: http://jpfhir.jp/fhir/Common/Extension/StructureDefinition/observatioGroupRelationship
Binding: 健診一連検査グループコードの関連コードValueSet (required)
.... reference SΣC 1..1 string Observationリソースへの参照。
.... type Σ 0..1 uri 入力リファレンスを指す(例:「患者」) / Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): AAリソース(または、論理モデルの場合、論理モデルのURI)。 / Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier 文字通りの参照が不明な場合、論理的参照 / Logical reference, when literal reference is not known
.... display Σ 0..1 string リソースのテキスト代替 / Text alternative for the resource
... derivedFrom Σ 0..* Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | JP Core Observation Common Profile | MolecularSequence) このObservationの結果の導出元に関する情報。例えば、画像検査から取得された結果となる場合その導出元となる画像検査結果を示すImagingStudyリソース【詳細参照】

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Observation.language Base preferred Common Languages 📦4.0.1 FHIR Std.
Observation.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Observation.identifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
Observation.status Base required ObservationStatus 📍4.0.1 FHIR Std.
Observation.code Base example LOINC Codes 📦4.0.1 FHIR Std.
Observation.bodySite Base example SNOMED CT Body Structures 📦4.0.1 FHIR Std.
Observation.referenceRange.​type Base preferred Observation Reference Range Meaning Codes 📦4.0.1 FHIR Std.
Observation.referenceRange.​appliesTo Base example Observation Reference Range Applies To Codes 📦4.0.1 FHIR Std.
Observation.hasMember.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
Observation.component.​code Base example LOINC Codes 📦4.0.1 FHIR Std.
Observation.component.​dataAbsentReason Base extensible DataAbsentReason 📦4.0.1 FHIR Std.
Observation.component.​interpretation Base extensible Observation Interpretation Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Observation リソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation リソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Observation リソースが別のリソースに含まれている場合、meta.versionidもmeta.lastupdatedも持ってはならない。 / If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Observation 別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Observation リソースには、堅牢な管理のための叙述(Narative)が存在することが望ましい / A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReasonは、Observation.value [x]が存在しない場合にのみ存在するものとします / dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation Observation.codeがObservation.component.codeと同じ場合、そのcodeに関連付くvalueは存在してはならない。 / If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

This structure is derived from JP_Observation_Common

Summary

Mandatory: 2 elements(4 nested mandatory elements)
Must-Support: 9 elements
Prohibited: 11 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation C 0..* JP_Observation_Common 健診・検診検査結果
Constraints: obs-6, obs-7
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールのセット / A set of rules under which this content was created
... modifierExtension ?! 0..* Extension 無視できない拡張機能 / Extensions that cannot be ignored
... identifier SΣ 0..* Identifier 当該検査結果に対して、施設内で割り振られる一意の識別子
.... use ?!Σ 0..1 code 通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): 既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .
.... system Σ 0..1 uri identifier値の名前空間 / The namespace for the identifier value
Required Pattern: http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier
.... value SΣ 1..1 string 一意の値 / The value that is unique
... status ?!SΣ 1..1 code 結果値の状態。健診結果報告でグループ親項目では常に"fianl"を設定する。
Binding: ObservationStatus (required): 観察のステータスを提供するコード。 / Codes providing the status of an observation.
Required Pattern: final
... code SΣ 1..1 CodeableConcept 検査グループ項目を表す識別IDと検査名称の情報。コード化されていること。必須項目。
Binding: LOINCCodes (example): 単純な観測の名前を識別するコード。 / Codes identifying names of simple observations.
... subject SΣ 1..1 Reference(JP_Patient_eCheckupGeneral) このObservationの対象となる患者や患者群、機器、場所に関する情報【詳細参照】
... effective[x] SΣ 1..1 dateTime 検体検査の場合は、検体採取日時。すべて健診実地日で代用してもよい。yyyy-mm-dd
... hasMember SΣ 0..* Reference(JP_Observation_eCheckupGeneral) 健診項目グループを表現する場合に、グループ内の健診項目に対応するObservationリソースへの参照。
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:obsGroupRelationship 1..1 code Extension
URL: http://jpfhir.jp/fhir/Common/Extension/StructureDefinition/observatioGroupRelationship
Binding: 健診一連検査グループコードの関連コードValueSet (required)
.... reference SΣC 1..1 string Observationリソースへの参照。

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Observation.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Observation.status Base required ObservationStatus 📍4.0.1 FHIR Std.
Observation.code Base example LOINC Codes 📦4.0.1 FHIR Std.
Observation.component.​code Base example LOINC Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Observation リソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation リソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Observation リソースが別のリソースに含まれている場合、meta.versionidもmeta.lastupdatedも持ってはならない。 / If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Observation 別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Observation リソースには、堅牢な管理のための叙述(Narative)が存在することが望ましい / A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReasonは、Observation.value [x]が存在しない場合にのみ存在するものとします / dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation Observation.codeがObservation.component.codeと同じ場合、そのcodeに関連付くvalueは存在してはならない。 / If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

Differential View

This structure is derived from JP_Observation_Common

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation 0..* JP_Observation_Common 健診・検診検査結果
... identifier S 0..* Identifier 当該検査結果に対して、施設内で割り振られる一意の識別子
.... system 0..1 uri identifier値の名前空間 / The namespace for the identifier value
Required Pattern: http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier
.... value S 1..1 string 一意の値 / The value that is unique
... basedOn 0..0 このObservationが実施されることになった依頼や計画、提案に関する情報
... partOf 0..0 このObservationが親イベントの一部を成す要素であるとき、その親イベントに関する情報【詳細参照】
... status S 1..1 code 結果値の状態。健診結果報告でグループ親項目では常に"fianl"を設定する。
Required Pattern: final
... category 0..0 このObservationを分類するコード【詳細参照】
... code S 1..1 CodeableConcept 検査グループ項目を表す識別IDと検査名称の情報。コード化されていること。必須項目。
... subject S 1..1 Reference(JP_Patient_eCheckupGeneral) このObservationの対象となる患者や患者群、機器、場所に関する情報【詳細参照】
... effective[x] S 1..1 dateTime 検体検査の場合は、検体採取日時。すべて健診実地日で代用してもよい。yyyy-mm-dd
... performer 0..0 このObservationの責任者/実施者に関する情報【詳細参照】
... value[x] 0..0 取得された結果
... dataAbsentReason 0..0 このObservationのvalue[x]要素に期待される結果が存在しなかった場合、その理由【詳細参照】
... interpretation 0..0 高、低、正常等の結果のカテゴリ分けした評価【詳細参照】
... method 0..0 このObservationの実施方法
... specimen 0..0 このObservationに使われた検体/標本に関する情報【詳細参照】
... referenceRange 0..0 基準範囲との比較による結果の解釈方法のガイダンス【詳細参照】
... hasMember S 0..* Reference(JP_Observation_eCheckupGeneral) 健診項目グループを表現する場合に、グループ内の健診項目に対応するObservationリソースへの参照。
.... extension 1..* Extension Extension
.... Slices for extension Content/Rules for all slices
..... extension:obsGroupRelationship 1..1 code Extension
URL: http://jpfhir.jp/fhir/Common/Extension/StructureDefinition/observatioGroupRelationship
Binding: 健診一連検査グループコードの関連コードValueSet (required)
.... reference S 1..1 string Observationリソースへの参照。
... component S 0..0 複合的な結果。例えば、血圧測定値ではそれを構成する収縮期および拡張期の値の組み合わせ【詳細参照】

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation C 0..* JP_Observation_Common 健診・検診検査結果
Constraints: obs-6, obs-7
... id Σ 0..1 id このアーティファクトの論理ID / Logical id of this artifact
... meta Σ 0..1 Meta リソースに関するMetadata / Metadata about the resource
... implicitRules ?!Σ 0..1 uri このコンテンツが作成されたルールのセット / A set of rules under which this content was created
... language 0..1 code リソースコンテンツの言語 / Language of the resource content
Binding: CommonLanguages (preferred): 人間の言語。 / A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative 人間の解釈のためのリソースのテキスト概要 / Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource インラインリソースが含まれています / Contained, inline Resources
... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
... modifierExtension ?! 0..* Extension 無視できない拡張機能 / Extensions that cannot be ignored
... identifier SΣ 0..* Identifier 当該検査結果に対して、施設内で割り振られる一意の識別子
.... 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
.... use ?!Σ 0..1 code 通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): 既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept identifierの説明 / Description of identifier
Binding: Identifier Type Codes (extensible): 特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri identifier値の名前空間 / The namespace for the identifier value
Required Pattern: http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier
.... value SΣ 1..1 string 一意の値 / The value that is unique
.... period Σ 0..1 Period IDが使用に有効だった時間期間 / Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) IDを発行した組織(単なるテキストである可能性があります) / Organization that issued id (may be just text)
... status ?!SΣ 1..1 code 結果値の状態。健診結果報告でグループ親項目では常に"fianl"を設定する。
Binding: ObservationStatus (required): 観察のステータスを提供するコード。 / Codes providing the status of an observation.
Required Pattern: final
... code SΣ 1..1 CodeableConcept 検査グループ項目を表す識別IDと検査名称の情報。コード化されていること。必須項目。
Binding: LOINCCodes (example): 単純な観測の名前を識別するコード。 / Codes identifying names of simple observations.
... subject SΣ 1..1 Reference(JP_Patient_eCheckupGeneral) このObservationの対象となる患者や患者群、機器、場所に関する情報【詳細参照】
... focus Σ 0..* Reference(Resource) 配偶者、親、胎児、ドナーなど、このObservationのsubject要素が実際の対象でない場合、その実際の対象に関する情報【詳細参照】
... encounter Σ 0..1 Reference(JP Core Encounter Profile) 診察や入院など、このObservationが実施されるきっかけとなった診療イベントに関する情報【詳細参照】
... effective[x] SΣ 1..1 dateTime 検体検査の場合は、検体採取日時。すべて健診実地日で代用してもよい。yyyy-mm-dd
... issued Σ 0..1 instant このバージョンのObservationが医療者に提供された日時。通常、結果を確認し検証後に提供される日時【詳細参照】
... note 0..* Annotation このObservationに関するコメント【詳細参照】
... bodySite 0..1 CodeableConcept 対象となった身体部位
Binding: SNOMEDCTBodyStructures (example): 解剖学的場所を説明するコード。左右性が含まれる場合があります。 / Codes describing anatomical locations. May include laterality.
... device 0..1 Reference(Device | DeviceMetric) このObservationでデータを得るために使われた測定機器に関する情報【詳細参照】
... hasMember SΣ 0..* Reference(JP_Observation_eCheckupGeneral) 健診項目グループを表現する場合に、グループ内の健診項目に対応するObservationリソースへの参照。
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:obsGroupRelationship 1..1 code Extension
URL: http://jpfhir.jp/fhir/Common/Extension/StructureDefinition/observatioGroupRelationship
Binding: 健診一連検査グループコードの関連コードValueSet (required)
.... reference SΣC 1..1 string Observationリソースへの参照。
.... type Σ 0..1 uri 入力リファレンスを指す(例:「患者」) / Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): AAリソース(または、論理モデルの場合、論理モデルのURI)。 / Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier 文字通りの参照が不明な場合、論理的参照 / Logical reference, when literal reference is not known
.... display Σ 0..1 string リソースのテキスト代替 / Text alternative for the resource
... derivedFrom Σ 0..* Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | JP Core Observation Common Profile | MolecularSequence) このObservationの結果の導出元に関する情報。例えば、画像検査から取得された結果となる場合その導出元となる画像検査結果を示すImagingStudyリソース【詳細参照】

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Observation.language Base preferred Common Languages 📦4.0.1 FHIR Std.
Observation.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Observation.identifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
Observation.status Base required ObservationStatus 📍4.0.1 FHIR Std.
Observation.code Base example LOINC Codes 📦4.0.1 FHIR Std.
Observation.bodySite Base example SNOMED CT Body Structures 📦4.0.1 FHIR Std.
Observation.referenceRange.​type Base preferred Observation Reference Range Meaning Codes 📦4.0.1 FHIR Std.
Observation.referenceRange.​appliesTo Base example Observation Reference Range Applies To Codes 📦4.0.1 FHIR Std.
Observation.hasMember.​type Base extensible ResourceType 📍4.0.1 FHIR Std.
Observation.component.​code Base example LOINC Codes 📦4.0.1 FHIR Std.
Observation.component.​dataAbsentReason Base extensible DataAbsentReason 📦4.0.1 FHIR Std.
Observation.component.​interpretation Base extensible Observation Interpretation Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Observation リソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation リソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Observation リソースが別のリソースに含まれている場合、meta.versionidもmeta.lastupdatedも持ってはならない。 / If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Observation 別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Observation リソースには、堅牢な管理のための叙述(Narative)が存在することが望ましい / A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReasonは、Observation.value [x]が存在しない場合にのみ存在するものとします / dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation Observation.codeがObservation.component.codeと同じ場合、そのcodeに関連付くvalueは存在してはならない。 / If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

This structure is derived from JP_Observation_Common

Summary

Mandatory: 2 elements(4 nested mandatory elements)
Must-Support: 9 elements
Prohibited: 11 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron