Skip to content

An OpenMRS module to render a FHIR Questionnaire as a Web Form

Notifications You must be signed in to change notification settings

dermatologist/openmrs-module-fhirform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openmrs-module-fhirform

FHIR (Fast Healthcare Interoperability Resources) Specification, is a standard for exchanging healthcare information electronically. The FHIR Questionnaire resource is intended to guide the collection of answers from end-users and provide control over presentation, semantics, and grouping to allow consistent data collection.

openMRS is a highly customizable EMR platform that can be extended and customized by user-contributed modules. More details here: http://openmrs.org

openmrs-module-fhirform is an OpenMRS module for rendering a FHIR questionnaire. The submission can be stored as JSON locally and sent to a FHIR compliant server as a QuestionnaireResponse.

Approach:

Status

  • Work in progress.

Contributing

Installation

  • Work in progress. Not yet ready for installation.