Skip to content

Commit 9130fef

Browse files
authored
Update patient-everything.md
1 parent febab79 commit 9130fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/fhir/patient-everything.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GET {FHIRURL}/Patient/{ID}/$everything
2727
FHIR service validates that it can find the patient matching the provided patient ID. If a result is found, the response is a bundle of type `searchset` with the following information:
2828

2929
* [Patient resource](https://www.hl7.org/fhir/patient.html).
30-
* Resources that are directly referenced by the patient resource, except [link](https://www.hl7.org/fhir/patient-definitions.html#Patient.link) references that aren't of [see also](https://www.hl7.org/fhir/codesystem-link-type.html#content) or if the `seealso` link references a `RelatedPerson`.
30+
* Resources that are directly referenced by the patient resource
3131
* If there are `seealso` link references to other patients, the results include Patient-everything operation against the `seealso` patients listed.
3232
* Resources in the [Patient Compartment](https://www.hl7.org/fhir/compartmentdefinition-patient.html).
3333
* [Device resources](https://www.hl7.org/fhir/device.html) that reference the patient resource.

0 commit comments

Comments
 (0)