Jack Meyer

Results 23 comments of Jack Meyer

Yes, @Fibii! I've assigned this to you!

I think the best way is to pass the current patient id using react-router. When doing `history.push` you can pass state with the second param. ```ts history.push('/imagings/new', { patientId: currentPatientId...

@JDarke I've assigned this to you! One thing to consider is supporting addresses globally. So long as our form can do that, should be good.

@fox1t looks good to me. For reference, FHIR's address type is: ``` use : code [0..1] « AddressUse! » type : code [0..1] « AddressType! » text : string [0..1]...

@yuktashres Should be good to work on. I've assigned it to you. An address is the following format: ```ts { name: string address1: string address2?: string city: string region?: string...

> @jackcmeyer did you want to keep the 'Type' as well with 'home, mobile, work, temporary and old' in the address section? @yuktashres yes

I don't think so! This code is to do a refactor of how the save of the patient works. I wasn't aware of any any bugs related to saving a...

go for it @roy-stewart!

You can get the current user from the redux store, which currently has mock data inside of it. You can see an example of how to do that in the...