This commit is contained in:
Tadgh 2021-04-09 10:51:12 -04:00
parent 961c996ea9
commit 82fc7b7457
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Once you have MDM enabled, and you have many linked resources, it can be useful
Patient/1 --> Patient/3
Patient/2 --> Patient/3
```
This indicates that both Patient/1 and Patient/2 are MDM-mathed to the same golden resource (Patient/3).
This indicates that both Patient/1 and Patient/2 are MDM-matched to the same golden resource (Patient/3).
What if you want to get all observations from Patient/1, but also include any observations from all of their linked resources. You could do this by first querying the [$mdm-query-links](/docs/server_jpa_mdm/mdm_operations.html) endpoint, and then making a subsequent call like the following
```http request
GET http://example.com:8000/Observation?subject=Patient/1,Patient/2,Patient/3