question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ndjson file names for location, Organization, Practitioner and PractitionerRole contains an numeric data

See original GitHub issue

What happened?

Hi @jawalonoski , thank you for your guidance on bypassing CCDA test.

I generated a set of patients targetting ndjson output. As shown in the screenshot below, I see that ndjson file names for location, Organization, Practitioner and PractitionerRole contains a numeric data unlike other ndjson names.

Any particular reason for that?

image

Thank you

Environment

- OS: Win 11 64bit
- Java: 
openjdk 17.0.4.1 2022-08-12
OpenJDK Runtime Environment Temurin-17.0.4.1+1 (build 17.0.4.1+1)
OpenJDK 64-Bit Server VM Temurin-17.0.4.1+1 (build 17.0.4.1+1, mixed mode, sharing)

Relevant log output

See the attached screenshot under "what happened section"

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jawalonoskicommented, Sep 27, 2022
  1. What are the values RNG & Clinician RNG indicating?

RNG is the number of times the population-level random number generator (RNG) was called.

Clinician RNG is the number of times the Clinician-level random number generator (RNG was called.

It is debugging information.

  1. There are 1089 records in all ndjson files for Organization, Practitioner & PractitionerRole but Location has one more record (1090 total) as shown below. Is it a location to denote home health service?

Yes. The Location is the abstract location of any patient’s home.

If so, how do we associate any address (patient’s address) ?

The actual data is in Patient.address.

0reactions
jawalonoskicommented, Sep 27, 2022

I want to create the data with One Organization having n Locations and a Provider working at n Locations operated by an organization. Likewise, an independent provider / specialist (consultant) / consulting group providing services at multiple locations that are owned by more than one organization.

How to achieve this data setup?

Currently we do not support this. The only way to do that is post-process the data to create those relationships.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PractitionerRole - FHIR v5.0.0-cibuild
The PractitionerRole describes the types of services that practitioners provide for an organization at specific location(s). The PractitionerRole resource can ...
Read more >
Issues · synthetichealth/synthea - GitHub
ndjson file names for location, Organization, Practitioner and PractitionerRole contains an numeric data bug.
Read more >
PractitionerRole - FHIR v4.0.1
PractitionerRole covers the recording of the location and types of services that Practitioners are able to provide for an organization.
Read more >
Connectathon 29: IBM FHIR Server and the Bulk Data Track
The bulk data track tests the FHIR Bulk Data Access Implementation Guide (IG) ... These flat files are in the NDJSON format, such...
Read more >
What is the FHIR Bulk Data Extract? - OH Blog
The client submits a request for data, and the server will create a file containing the data for the client to consume.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found