Stream: python
Topic: my fhirclient r4models
Eric Haas (May 07 2019 at 13:15):
@ Bob Milius Here are my personal fhirclient r4models which I generated from the fhir-parser. They run all the models I used so far except for Bundles.
I just add the folder in my virtual env library next to the fhirclient models installed using pip
like so:
.../Python/Venv/venv37/lib/python3.7/site-packages/fhirclient/r4models
and then import
from fhirclient.r4models.fhirabstractbase import FHIRValidationError from fhirclient.r4models import searchparameter as SP ...
Last updated: Apr 12 2022 at 19:14 UTC