Machine-Learning-for-Medical-Language / ctakes-client-py

Apache License 2.0
4 stars 1 forks source link

text2fhir: add nlp_fhir() as an all-in-one FHIR resource generator #45

Closed mikix closed 1 year ago

mikix commented 1 year ago

We previously just had each category of FHIR resource be its own call (like nlp_observation()). But it is useful for some use cases to just generate all the FHIR and spit it out.