Skip to main content

Create a FHIR patient summary document in docx or pdf format.

Project description

FHIR-Patient-Summary

Python package that creates patient summary documents in docx or pdf from FHIR records

Prerequisites

The following dotnet application must be running for the library to work.

https://github.com/goshdrive/FHIRworks_2020

Usage

from fhir_patient_summary import createPatientSummaryDocument, createPatientSummaryDocumentFromPatientIDList

outputDir = ""  # desired output directory of created documents
patientID = ""  # patient ID for which a summary document should be created
patientIDs = [] # list of patient IDs for which summary documents should be created

# single patient docx format
createPatientSummaryDocument(patientID, "docx", outputDir)

# single patient pdf format
createPatientSummaryDocument(patientID, "pdf", outputDir)

# multiple patient docx format
createPatientSummaryDocumentFromPatientIDList(patientIDs, "docx", outputDir)

# multiple patient pdf format
createPatientSummaryDocumentFromPatientIDList(patientIDs, "pdf", outputDir)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FHIR Patient Summary-0.9.6.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

FHIR_Patient_Summary-0.9.6-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page