FHIR Chat · Atlanta cthon testing · argonaut

Stream: argonaut

Topic: Atlanta cthon testing


view this post on Zulip Michele Mottini (Sep 11 2019 at 22:27):

Latest version of our test server is up at https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-r4 - it implements most resource, including Provenance - see docs at https://fhir.careevolution.com/Master.Adapter1.WebClient/fhir?prefix=fhir-r4
Patient login CEPatient / CEPatient2018
If you want a provider login let me know your email and I'll create one for you

view this post on Zulip Michele Mottini (Sep 12 2019 at 13:36):

@Andrew Torres : I am trying to connect our app to your R4 server and it fails because the capability statement does not list any supported resource

view this post on Zulip Michele Mottini (Sep 12 2019 at 13:38):

  "resource": [
    {
      "type": "CapabilityStatement",
      "interaction": [ { "code": "read" } ]
    },
    {
      "type": "OperationDefinition",
      "interaction": [ { "code": "read" } ]
    },
    {
      "type": "StructureDefinition",
      "interaction": [ { "code": "read" } ]
    }
  ]

view this post on Zulip Josh Mandel (Sep 12 2019 at 13:39):

It's CapabilityStatements all the way down! Now I want to work on a flavor of FHIR that represents all data as extensions on capability statements :p

view this post on Zulip Drew Torres (Sep 12 2019 at 13:47):

Which endpoint?

view this post on Zulip Drew Torres (Sep 12 2019 at 13:50):

We don't support the patient endpoint on R4. You would have to use the fhir-ehr endpoint.

view this post on Zulip Michele Mottini (Sep 12 2019 at 13:51):

https://fhir-myrecord.sandboxcerner.com/r4/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/ - that is the end point listed in https://docs.google.com/spreadsheets/d/121Gxjr5h6DHG_Is4hoKwNurTxyc6yYYXPFuE1Xfkr54/edit#gid=0

view this post on Zulip Drew Torres (Sep 12 2019 at 14:00):

Just updated

view this post on Zulip Drew Torres (Sep 12 2019 at 14:00):

https://fhir-ehr.sandboxcerner.com/r4/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/

view this post on Zulip Michele Mottini (Sep 12 2019 at 14:04):

OK, thanks. Cannot use that from our app because it is a patient one. I'll test some other way

view this post on Zulip Drew Torres (Sep 12 2019 at 14:39):

You could use open endpoint or register for a new client id.

view this post on Zulip Michele Mottini (Sep 12 2019 at 14:41):

Would launch/patient work on the ehr end point?

view this post on Zulip Drew Torres (Sep 12 2019 at 14:43):

Fair point.


Last updated: Apr 12 2022 at 19:14 UTC