Aidbox/aidbox-python

The example in Readme is incorrect

Closed this issue · 1 comments

Currentlly under example it shows

Example

from aidbox.resource.appointment import Appointment, Appointment_Participant
_from aidbox.resource import Patient, Practitioner_
from aidbox.base import Reference, HumanName

I this should be replaced with as this resource available in the packages within the resources 
----
from aidbox.resource.patient import Patient
from aidbox.resource.practitioner import Practitioner
----

Could you please update the readme ?

Thanks! We missed this piece, it's updated now!