Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terser has odd behaviour #6403

Open
tadgh opened this issue Oct 25, 2024 · 0 comments · Fixed by #6402
Open

Terser has odd behaviour #6403

tadgh opened this issue Oct 25, 2024 · 0 comments · Fixed by #6402

Comments

@tadgh
Copy link
Collaborator

tadgh commented Oct 25, 2024

Currently, if you create a bundle with two resources, each with an identical contained resource, the JSON Parser will produce a garbled response, such as the following:

{
	"resourceType": "Observation",
	"id": "1348",
	"contained": [
		{
			"resourceType": "Practitioner",
			"id": "1"
		}
	],
	"status": "final",
	"effectiveDateTime": "2024-10-11T15:24:00-06:00",
	"issued": "2024-10-11T15:24:00-07:00",
	"performer": [
		{
			"reference": "#1"
		}
	],
	"valueString": "0.032",
	"specimen": {
		"reference": "#1"
	}
}
@tadgh tadgh mentioned this issue Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant