issues Search Results · repo:fhirbase/fhirbase.py language:Python
Filter by
2 results
(67 ms)2 results
infhirbase/fhirbase.py (press backspace or delete to remove)Hi,
I tried to follow the example in this repository.
` try: fb = fhirbase.FHIRBase(conn)
print( Create patient )
patient = fb.create({ resourceType : Patient })
print(patient)`
This throws ...
ShaikhSuf
- Opened on Mar 12, 2021
- #2
_ init _.py row_to_resource() meta.update() #76 line
Should be:
meta.update({ lastUpdated : row[ ts ], versionId : str(row[ txid ]) })
Because txid in Fhirbase DB has bigint type, but Fhir requires ...
abookin
- Opened on May 27, 2019
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.