chronic-care / mcc-project

MCC eCare Plan project planning and documentation
Apache License 2.0
0 stars 1 forks source link

Add Provenance to ServiceRequestList and ImmunizationList #437

Closed drdavec closed 1 month ago

drdavec commented 1 month ago

We should be able to look up and display Provenance, if available, to each entry in the ServiceRequestList and ImmunizationList.

FHIRData already contains the Provenence resources in this Map, so we should be able to look up each resource ID to find its Provenance, and display the transmitter organization as Source for each row.

// key = Resource.id, values = 0..* Provenance provenanceMap?: Map<string,Provenance[]>,

drdavec commented 1 month ago

Provenance is now displayed in ServiceRequst and Immunization lists, if it is available. The From and Source rows are combined, as with all other tabs.