Skip to main content

FHIR extensions for SparkAutoMapper

Project description

SparkAutoMapper.FHIR

Add custom FHIR data types to SparkAutoMapper.

Usage

pip install sparkautomapper.fhir

Example

from spark_auto_mapper.automappers.automapper import AutoMapper
from spark_auto_mapper.helpers.automapper_helpers import AutoMapperHelpers as A
mapper = AutoMapperFhir(
    view="members",
    source_view="patients",
    keys=["member_id"]
).withResource(
    resource=F.patient(
        id_=A.column("a.member_id"),
        birthDate=A.date(
            A.column("date_of_birth")
        ),
        name=A.list(
            F.human_name(
                use="usual",
                family=A.column("last_name")
            )
        ),
        gender="female"
    )
)

Publishing a new package

  1. Create a new release
  2. The GitHub Action should automatically kick in and publish the package
  3. You can see the status in the Actions tab

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

sparkautomapper.fhir-0.1.69.tar.gz (62.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sparkautomapper.fhir-0.1.69-py3-none-any.whl (199.2 kB view details)

Uploaded Python 3

File details

Details for the file sparkautomapper.fhir-0.1.69.tar.gz.

File metadata

  • Download URL: sparkautomapper.fhir-0.1.69.tar.gz
  • Upload date:
  • Size: 62.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1

File hashes

Hashes for sparkautomapper.fhir-0.1.69.tar.gz
Algorithm Hash digest
SHA256 2392dc7be36d0e16d483cad8d25d19bb4bb5f661cbd5b855a2b175c7db85d921
MD5 355608ce80e26496d90a29a994487552
BLAKE2b-256 ffed17744865b2636ebba449f2f706dac1199db5ba45db01d4f7114646675764

See more details on using hashes here.

File details

Details for the file sparkautomapper.fhir-0.1.69-py3-none-any.whl.

File metadata

  • Download URL: sparkautomapper.fhir-0.1.69-py3-none-any.whl
  • Upload date:
  • Size: 199.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1

File hashes

Hashes for sparkautomapper.fhir-0.1.69-py3-none-any.whl
Algorithm Hash digest
SHA256 4f3da3e7aeb9eb6a7297bfef70e6d8f9098fc43d1eb98701fdb157d302980ed6
MD5 ffc637d8b466ae7b9dfb7b1252bbbdc2
BLAKE2b-256 2d8bd81f878376b41459c0920d00286fe762ea85d21239b891a0f8e9b8e34de5

See more details on using hashes here.

Supported by

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