Skip to content

waymarksystems/au-ps-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AU Patient Summary (AU PS) Generator

In FHIR, a Patient Summary (IPS et al) is expressed as a FHIR Document. The HAPI FHIR JPA server supports the automated generation of Patient Summary documents via the $summary operation.

This project is a plugin for the HAPI FHIR JPA server that implements the AU Patient Summary FHIR IG and generates an AU Patient Summary document.

Getting Started

Via Maven:

The generator is published as a Maven package and can be added to your HAPI-FHIR server as a dependency.

In your pom.xml:



Via a JAR

You can also download the jar and add it to your project build that way: <<>>

Configuration

Once installed, enable the generator. In your application.properties, set:

hapi.fhir.aups_enabled = true

Narrative

This generator includes a basic narrative generator for each of the section types within the Patient Summary document. This narrative can be customised to suit your needs without breaking the conformance of the patient summary.

Example:

aups-allergyintolerance.resourceType=Bundle
aups-allergyintolerance.profile=https://hl7.org/fhir/uv/ips/StructureDefinition-Composition-uv-ips-definitions.html#Composition.section:sectionAllergies
aups-allergyintolerance.narrative=classpath:ca/uhn/fhir/jpa/ips/narrative/allergyintolerance.html

About

AU Patient Summary (AU PS) Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors