FHIR Chat · CMS FHIR Connectathon - Epic server · argonaut

Stream: argonaut

Topic: CMS FHIR Connectathon - Epic server


view this post on Zulip Michele Mottini (Jan 07 2020 at 16:24):

@Cooper Thompson there is a problem in the CapabilityStatement:

        {
          "type": "Patient",
          "readHistory": false,
          "updateCreate": false,
          "conditionalCreate": false,
          "conditionalRead": "not-supported",
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "interaction": [
            { "code": "create" },
            { "code": "operation" },
            { "code": "read" },
            { "code": "search-type" }
          ],

operation is not an allowed value there (see http://hl7.org/fhir/R4/valueset-type-restful-interaction.html)

view this post on Zulip Cooper Thompson (Jan 07 2020 at 18:17):

@Michele Mottini Thanks for the heads up. That was actually due to some hacking I did with Patient.merge last connectathon, so this is an issue only in the connectathon environment. Is it holding up any testing?

view this post on Zulip Michele Mottini (Jan 07 2020 at 18:20):

Yes - the client gets stuck there, if it cannot get the capability statement it does not do anything else

view this post on Zulip Cooper Thompson (Jan 07 2020 at 20:56):

This should be fixed now.

view this post on Zulip Michele Mottini (Jan 07 2020 at 21:04):

Is the patient id eroCd17NbCffM3E3WXi7eOQ3 ?

view this post on Zulip Michele Mottini (Jan 07 2020 at 21:04):

Getting Required search parameter has an invalid value.(further diagnostics: Invalid Value: eroCd17NbCffM3E3WXi7eOQ3)

view this post on Zulip Brett Marquard (Jan 08 2020 at 00:32):

I was able to get this to work: https://connectathon.epic.com/Interconnect-Fhir-Unsecure/api/FHIR/R4/Patient/eroCd17NbCffM3E3WXi7eOQ3


Last updated: Apr 12 2022 at 19:14 UTC