FHIR Chat · HSPC Sandbox · implementers

Stream: implementers

Topic: HSPC Sandbox


view this post on Zulip Kevin Olbrich (May 17 2018 at 06:24):

Does anyone know how to file a bug report for the HSPC Sandbox? @Nikolai Schwertner perhaps?

view this post on Zulip Jeffrey Danford (May 17 2018 at 07:52):

@Travis Cummings ??

view this post on Zulip Travis Cummings (May 18 2018 at 23:02):

Hi @Kevin Olbrich you can file a bug report on the HSPC Developers google group at: https://groups.google.com/a/hspconsortium.org/forum/#!forum/developer

view this post on Zulip Kevin Olbrich (May 19 2018 at 14:56):

@Travis Cummings Is there a way to edit a Provider record in the sandbox? Mostly I'm trying to get a Practitioner with a specific ID because the CDS Hooks sandbox currently uses the same one all the time (Practitioner/COREPRACTITIONER1).

view this post on Zulip Kevin Olbrich (May 19 2018 at 14:58):

@Travis Cummings Actually, can I edit a Practitioner at all? There doesn't appear to be a UI for it.

view this post on Zulip Travis Cummings (May 21 2018 at 21:59):

Currently the way to edit a practitioner resource is to use the FHIR API. If your sandbox has an open endpoint, you can use any FHIR editor (or Postman). You can use the Data Manager section's Import screen to paste a FHIR Bundle containing your updated practitioner resource.

view this post on Zulip Kevin Olbrich (May 21 2018 at 22:00):

Thanks.

view this post on Zulip Kevin Olbrich (May 21 2018 at 22:03):

@Travis Cummings another question... is it possible to import a bundle of resources into a sandbox instance for something like PlanDefinitions? If so, how should I structure the bundle for that to work? (I tried a 'collection' bundle with a bunch of PlanDefinitions and that failed).

view this post on Zulip Travis Cummings (May 21 2018 at 22:06):

you can use a transaction bundle

view this post on Zulip Travis Cummings (May 21 2018 at 22:07):

here is an example from the SMART dataset (what is loaded into the HSPC sandboxes) even though it doesn't include a plandefintion resource:

view this post on Zulip Travis Cummings (May 21 2018 at 22:07):

https://github.com/smart-on-fhir/generated-sample-data/blob/master/DSTU-2/SMART/patient-1032702.fhir-bundle.xml

view this post on Zulip Travis Cummings (May 21 2018 at 22:08):

I believe the Data Manager import tool is requiring JSON, but you could use JSON or XML via your open FHIR API endpoint.


Last updated: Apr 12 2022 at 19:14 UTC