Lee Surprenant
Lee Surprenant
> why was the record not inserted into 'Location_RESOURCE_TOKEN_REFS' and similar tables like for device, practitioner, organization, medication during data creation whereas, they were inserted into all other Patient compartment...
Sorry, that idea/proposal is not clear to me. When a resource is created/updated, we store: 1. the resource payload as a JSON blob. other than adding server-assigned meta info, the...
The number 1 issue to highlight is that any existing Evidence or EvidenceVariable could prevent a successful upgrade... these are the only two resource types that exist in both R4...
I believe Robin used the SingleResourceResult resource field to implement https://github.com/LinuxForHealth/FHIR/pull/3815 and so I'm not sure this one is possible any more (or at least may not be worth the...
this sounds a lot like https://github.com/IBM/FHIR/issues/2687
> Patient.generalPractitioner.is(FHIR.generalPractitioner) This expression doesn't look valid to me. did you mean `Patient.generalPractitioner.is(FHIR.Practitioner)`? I'd expect that to behave the same as `Patient.generalPractitioner.resolve() is Practitioner` As for why our validator thinks...
We opened #4004 for the feature request part of this one.
@punktilious this work is now in main, correct?
The bulk of this is covered through fhir server tests. Maybe eyeball one resource that has at least one parameter of each type (system-level and instance-level). Also a combination of...
We reviewed some of the search parameter tables after ingestion and everything seems ok.