📉
IFHP
  • Home Page
  • Model ZOO
    • Search AI Models and Download
    • Upload AI Models
    • Implementation Details and FAQs
  • Community Data
    • Search Community Data
    • Analytics for Data
    • Download Community Data
    • Implementation Details and FAQs
  • Patient Data
    • NDHM registration of Hospital
    • Patient Visit Registration for a Hospital
    • Record collection for a patient
    • Record Transfer from platform to mobile app
    • Search Hospital's Data
    • Request Patient's Data
    • Approval of Patient Data
    • Consent of Patient
    • Download Patient Data
    • Implementation Details and FAQs
  • FHIR
    • Introduction
    • Prescription Record
    • Diagnostic Report Record
    • OP Consultation Record
    • Discharge Summary Record
    • Immunization Record
    • Implementation Details and FAQs
Powered by GitBook
On this page

Was this helpful?

  1. FHIR

Introduction

PreviousImplementation Details and FAQsNextPrescription Record

Last updated 4 years ago

Was this helpful?

Fast Healthcare Interoperability Resources (FHIR) is a standard describing data formats and elements and an application programming interface for exchanging electronic health records. The standard was created by the Health Level Seven International healthcare standards organization. Data must be packaged according to the FHIR guidelines to ensure a smooth transfer. The Nation Resource Centre for EHR Standards in India has given implementation guidelines () which are in sync with NDHM. The Health Information types supported by NDHM currently are Prescription Record, Diagnostic Report, OP Consultation Record, Discharge Summary Record and Immunization Record.

Each of the Health Information Types has some mandatory, must support and fixed value elements that need to be implemented in order to generate a valid JSON String which can then be used for Data Transfer after it has been encrypted. The convention followed by FHIR for the Health Information Types are:

  • Cardinality (a..b) indicates the minimum (a) and maximum (b) number of times an element can occur in the instance. So the elements with cardinality (1..1) or (1..*) indicate Mandatory Elements.

  • Must Support Elements are flagged by a Red Box with an 'S' inside it.

  • Fixed Value Elements are those whose value cannot be changed and need to remain constant. For example: " Composition.type.coding.system " has a fixed value " ".

  • Each instance might have nested instances in which case all the nested instances will follow the above convention.

https://www.nrces.in/ndhm/fhir/r4/index.html
http://snomed.info/sct