You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HAPI FHIR
Hi All,
Is there a python library that i can use to quickly parse FHIR JSON and extract all resource types and values inside instead of implementing the hapi fhir server and a db?
Rafael Weingartner-Ortner
unread,
Feb 10, 2023, 9:58:05 AM2/10/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HAPI FHIR
You could use fhir.resources which implements all FHIR resource types as pydantic models and supports data validation, serialization, and deserialization.