Stream: argonaut
Topic: CMS FHIR Connectathon - Epic server
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)
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?
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
Cooper Thompson (Jan 07 2020 at 20:56):
This should be fixed now.
Michele Mottini (Jan 07 2020 at 21:04):
Is the patient id eroCd17NbCffM3E3WXi7eOQ3
?
Michele Mottini (Jan 07 2020 at 21:04):
Getting Required search parameter has an invalid value.(further diagnostics: Invalid Value: eroCd17NbCffM3E3WXi7eOQ3)
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