The Standard Health Record Initiative is working to create a single, high-quality health record for every individual in the United States. For more information, see standardhealthrecord.org.
This GitHub repository represents an evolving computable definition of the Standard Health Record and its contents. It represents SHR namespaces,elements, valusets, and mappings via the CIMPL format, as formally defined in shr-grammar. The SHR definitions (and CIMPL format) are works in progress and subject to change.
There are a number of projects based on the SHR, but the following projects are most closely related to the CIMPL definitional files:
- shr-grammar: The formal ANTLR4 grammar definition for the SHR format
- shr-text-import: ES6 library for importing CIMPL files into ES6 models using the ANTLR4 grammar.
- shr-cli: A Node.js-based command-line tool for importing a folder of CIMPL files and exporting into other formats. This is particularly useful to SHR authors since it will report out any errors in the definition files.