We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encountered several cases after generating data using run_synthea -p 10000000.
[ec2-user@ip-172-30-2-101 fhir]$ jq -c '.' < MedicationRequest.ndjson > /dev/null jq: parse error: Unmatched ']' at line 22141561, column 812 [ec2-user@ip-172-30-2-101 fhir]$ sed -i '22141561d' MedicationRequest.ndjson [ec2-user@ip-172-30-2-101 fhir]$ jq -c '.' < MedicationRequest.ndjson > /dev/null jq: parse error: Invalid numeric literal at line 22145473, column 301 [ec2-user@ip-172-30-2-101 fhir]$ sed -i '22145473d' MedicationRequest.ndjson [ec2-user@ip-172-30-2-101 fhir]$ jq -c '.' < MedicationRequest.ndjson > /dev/null
- OS: aws linux 2023 - Java: aws jdk 17
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I encountered several cases after generating data using run_synthea -p 10000000.
Environment
Relevant log output
No response
The text was updated successfully, but these errors were encountered: