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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file FHIR Patient Summary-0.9.6.tar.gz.
File metadata
- Download URL: FHIR Patient Summary-0.9.6.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe8a0ac8432119dbceb7cc4db1291765e73d50bba964b659992b841d0dbaa335
|
|
| MD5 |
295c3843d83499a3a6c0adb02c24ed9b
|
|
| BLAKE2b-256 |
7cc33645d8d92b432404a62db7cb9d3344d311a9e4483c017ba8e0f4bffe192c
|
File details
Details for the file FHIR_Patient_Summary-0.9.6-py3-none-any.whl.
File metadata
- Download URL: FHIR_Patient_Summary-0.9.6-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
690eb95b8c150e332d2be3e80ed6ef8da506612583e03621c58b940ea6d3fe0e
|
|
| MD5 |
1880fc05c58215907bff4b8f0f9b2de3
|
|
| BLAKE2b-256 |
1e86ab16e72b2ccef885c9bb437ac67d4ca3f440642971ea8e4582a59a1cc971
|