In Bundle [uscore_bundle_patient_355.json](https://github.com/inferno-framework/inferno-reference-server-data/blob/main/resources/uscore_bundle_patient_355.json) I found Observation `"id": "3c766796-d8a0-480f-8215-f1e7e3afab21"`, that contains "[effectivePeriod](https://github.com/inferno-framework/inferno-reference-server-data/blob/8588158f45c961df6ac93a21225f85cdc9f84578/resources/uscore_bundle_patient_355.json#L18907C1-L18908C1)": ``` "effectivePeriod": { "start": "1994-05-19T19:33:18-04:00", "stop": "1994-05-19T20:33:18-04:00" }, ``` And I believe we can not use `stop` in Period (https://hl7.org/fhir/R4/datatypes.html#Period), it should be `end` instead. <img width="1293" height="656" alt="Image" src="https://github.com/user-attachments/assets/47488526-f05b-4302-9ac1-bf7840cf25dc" />
In Bundle uscore_bundle_patient_355.json I found Observation
"id": "3c766796-d8a0-480f-8215-f1e7e3afab21", that contains "effectivePeriod":And I believe we can not use
stopin Period (https://hl7.org/fhir/R4/datatypes.html#Period), it should beendinstead.