1. 驗證模組 ( Validate module )

    選擇使用的 FHIR 驗證器模組,如 HAPI FHIR Instance Validator 等。
  2. 模組參數 ( Module parameter )

    驗證模組相關參數,如驗證使用的 HAPI FHIR 伺服器等。
  3. 驗證資源 ( Resource )

    輸入待驗證的 FHIR 資源 ( Resource ),可由檔案或剪貼簿匯入。
    > 請確保 Resource 為正確的 JSON 格式,並填寫正確的 resourceType
    > 請於 meta.profile 欄位中填入該 Resource 所使用 Profile Official URL,以確保驗證正確性。
    > 驗證 Resource 範例:
    { "resourceType": "Bundle", "id": "bun-10", "meta": { "profile": [ "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Bundle-EP" ] } }