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

Bundle processing duplicate pages #6

Open
c-schuler opened this issue Sep 1, 2017 · 0 comments
Open

Bundle processing duplicate pages #6

c-schuler opened this issue Sep 1, 2017 · 0 comments

Comments

@c-schuler
Copy link
Contributor

As the publisher processes the bundles specified in the ig, it creates html pages for each resource. If the same resource is present in more than one of the bundles, then it will throw an error stating the resource is being generated twice. The work to generate those files using the ig.json and ig xml is expensive, so I removed the duplicate resources from the bundles. This leads to incomplete bundle examples. Need to find a reasonable workaround or reconfigure the bundle processing to not err when duplicate resources are encountered.

Here is a list of the resources removed from each bundle (and where the resource can be found):

  • load-patient-12215
    • Practitioner-12208 (located in load-patient-12214)
    • Organization-2002 (located in load-patient-12214)
  • load-patient-12216
    • Practitioner-12208
    • Organization-2002
  • load-patient-12217
    • Practitioner-12208
    • Organization-2002
  • load-patient-12218
    • Practitioner-12208
    • Organization-2002
  • load-patient-12219
    • Practitioner-12208
    • Organization-2002
  • load-patient-12235
    • Encounter-51 (located in load-patient-12217)
    • Encounter-52 (located in load-patient-12217)
  • load-patient-12236
    • Practitioner-12226 (located in load-patient-12235)
    • Encounter-69 (located in load-patient-12218)
    • Encounter-70 (located in load-patient-12218)
    • Encounter-71 (located in load-patient-12218)
    • Condition-79 (located in load-patient-12218)
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

No branches or pull requests

1 participant