I'm trying to run the
https://github.com/medplum/medplum-provider
I'm running into issues opening up the edit page on individual patients.
Specifically, these structure definitions were missing from our medplum project. So I uploaded these definitions into our medplum project
us-core-birthsex
us-core-ethnicity
us-core-genderldentity
us-core-patient
us-core-race
us-core-sex
us-core-tribal-affiliation
Now I'm hitting errors when trying to expand these valuesets referenced in the above definitions.
https://api.medplum.com/fhir/R4/ValueSet/$expand?url=http%3A%2F%2Fcts.nlm.nih.gov%2Ffhir%2FValueSet%2F2.16.840.1.113762.1.4.1021.24&filter=
Is there a better/more systematic way to get these loaded?