HealthLake 的 FHIR 設定檔驗證 - AWS HealthLake

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

HealthLake 的 FHIR 設定檔驗證

AWS HealthLake 支援基本 FHIR R4 規格。基本 FHIR R4 規格中包含 FHIR 設定檔。設定檔用於 FHIR 資源類型,以使用基本資源類型的限制條件和/或延伸來定義更具體的資源類型定義。例如,FHIR 設定檔可以識別必要欄位,例如延伸項目和值集。資源可以支援多個設定檔。所有 HealthLake 資料存放區都支援使用 FHIR Profiles。

注意

將資料新增至 HealthLake 資料存放區時,不需要新增 FHIR 設定檔。如果在新增或更新資源時未指定 FHIR 描述檔,則資源只會根據基本 FHIR R4 結構描述進行驗證。

FHIR 資源符合的 FHIR 描述檔會在匯入 HealthLake 之前包含在資源中。因此,FHIR 設定檔會在匯入期間由 HealthLake 驗證。

FHIR 設定檔在實作指南中指定。FHIR 實作指南 (IG) 是一組說明,說明如何將 FHIR 標準用於特定用途。HealthLake 會驗證下列實作指南中定義的 FHIR 設定檔。

支援的 FHIR 設定檔 AWS HealthLake
名稱 版本 實作指南 功能
美國核心

3.1.1

http://hl7.org/fhir/us/core/STU3.1.1/ 預設
美國核心

4.0.0

https://hl7.org/fhir/us/core/STU4/index.html 支援
美國核心

5.0.1

https://hl7.org/fhir/us/core/STU5.0.1/index.html 支援
美國核心

6.1.0

https://hl7.org/fhir/us/core/STU6.1/index.html 支援
美國核心

7.0.0

https://hl7.org/fhir/us/core/STU7/ 支援
英國核心

2.0.1

https://simplifier.net/guide/uk-core-implementation-guide-stu2/Home/ProfilesandExtensions/ProfilesIndex?version=2.0.1 支援
CARIN 藍色按鈕 1.1.0 http://hl7.org/fhir/us/carin-bb/STU1.1/ 預設
CARIN 藍色按鈕 1.0.0 https://hl7.org/fhir/us/carin-bb/STU1/ 支援
Da Vinci 付款人資料交換

1.0.0

https://hl7.org/fhir/us/davinci-pdex/ 預設
Da Vinci 運作狀態記錄交換 (HRex)

0.2.0

https://hl7.org/fhir/us/davinci-hrex/2020Sep/ 預設
DaVinci PDEX 計畫淨額

1.1.0

https://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/ 預設
DaVinci PDEX 計畫淨額

1.0.0

https://hl7.org/fhir/us/davinci-pdex-plan-net/STU1/ 支援
DaVinci Payer Data Exchange (PDex) 美國藥物配方

1.1.0

https://hl7.org/fhir/us/davinci-drug-formulary/STU1.1/ 預設
DaVinci Payer Data Exchange (PDex) 美國藥物配方

1.0.1

https://hl7.org/fhir/us/davinci-drug-formulary/STU1.0.1/ 支援
NCQA HEDIS® 實作指南

0.3.1

https://www.ncqa.org/resources/hedis-ig-resource-page/ 預設
國際病患摘要 (IPS)

2.0.0 選票

https://hl7.org/fhir/uv/ips/2024Sep/ 預設
品質指標

5.0.0

https://registry.fhir.org/package/hl7.fhir.us.cqfmeasures%7C5.0.0 預設
基因體報告

3.0.0

https://build.fhir.org/ig/HL7/genomics-reporting/index.html 預設

國家衛生局的 Ayushman Bharat Digital Mission (ABDM)

2.0 https://www.nrces.in/ndhm/fhir/r4/index.html 預設

驗證資源中指定的 FHIR 設定檔

若要驗證 FHIR 設定檔,請使用實作指南中指定的設定檔 URL,將其新增至個別資源的 profile 元素。

當您將新資源新增至資料存放區時,會驗證 FHIR 設定檔。若要新增資源,您可以使用 StartFHIRImportJob API 操作、提出新增資源的POST請求,或提出 PUT 以更新現有資源。

範例 – 查看在資源中參考哪些 FHIR 設定檔

設定檔 URL 會新增至"meta" : "profile"鍵/值對中的 profile元素。為了清楚起見,已截斷此資源。

{ "resourceType": "Patient", "id": "abcd1234efgh5678hijk9012", "meta": { "lastUpdated": "2023-05-30T00:48:07.8443764-07:00", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ] } }
範例 – 如何參考非預設支援的 FHIR 設定檔

若要驗證受支援的非預設設定檔 (例如 CarinBB 1.0.0) - 在 meta.profile元素中新增具有版本 (以 '|' 分隔) 和基本設定檔 URL 的設定檔 URL。為了清楚起見,已截斷此範例資源。

{ "resourceType": "ExplanationOfBenefit", "id": "sample-EOB", "meta": { "lastUpdated": "2024-02-02T05:56:09.4+00:00", "profile": [ "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Pharmacy|1.0.0", "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Pharmacy“ ] } }