Regulatory Correspondence
0.1.0 - ci-build

Regulatory Correspondence, published by Gravitate Health and HL7 Vulcan. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cander2/rfi-ig/ and changes regularly. See the Directory of published versions

Use Case

Problem Statement

Health authorities issue RFIs as DOCX/PDF documents, requiring MAHs to manually:

  • Extract questions and metadata.
  • Categorize questions.
  • Route to teams.
  • Check prior responses.

This is error-prone and inefficient.

Solution

A FHIR-based RFI standard offers:

  • JSON Structure: Automates parsing.
  • Metadata: Identifies issuer, application, recipient, categories.
  • Rich Content: Markdown for text, Attachment for images.
  • Interoperability: FHIR-compatible.
  • Tracking: Links responses for querying.

Workflow

  1. Health authority issues RFI as a FHIR Bundle (Communication, Questionnaire).
  2. MAH parses Bundle, renders in UI, routes, and categorizes.
  3. MAH responds with QuestionnaireResponse (text, images).
  4. Authority processes response.
  5. MAH queries historical RFIs/responses.