Closed niquola closed 1 year ago
Almost everybody agrees that refs should be pre-parsed into some kind of id/resourceType for easier joins. The question is in detail:
Starting proposal is
resourceType: Encounter patient: reference 'Patient/pt-1'
resourceType: Encounter patient: reference: ..... type: Patient id: pt-1
patient: @id: 'pt1' type: 'Patient'
If we use type and id we clash with id, but json is still valid FHIR and this is a good property! Can we estimate how often id is used in references?
type
id
Almost everybody agrees that refs should be pre-parsed into some kind of id/resourceType for easier joins. The question is in detail:
Starting proposal is