FHIR Chat · Connectathon 24 · catalogs

Stream: catalogs

Topic: Connectathon 24


view this post on Zulip François Macary (Apr 14 2020 at 07:32):

This is the stream that will be used by the Order catalog track of virtual FHIR connectathon 24

view this post on Zulip Gary Randman (May 13 2020 at 20:49):

We'll connect to you tomorrow!

view this post on Zulip Gary Randman (May 14 2020 at 03:11):

Phase team. This URL is returning exception https://jade.phast.fr/resources-server/api/FHIR/ObservationDefinition/2 {
"resourceType": "OperationOutcome",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1> Exception </h1><h2> Error </h2><p> Too many ObservationDefinition with parameters : _id=2 </p></div>"
},
"issue": [
{
"severity": "error",
"code": "exception",
"diagnostics": "Too many ObservationDefinition with parameters : _id=2"
}
]
}

view this post on Zulip Gary Randman (May 14 2020 at 03:11):

Sorry meant to say Phast team. :-)

view this post on Zulip Gary Randman (May 14 2020 at 03:14):

Phast team. The samples you sent me for POST/PUT are in a XML format. Any chance you can convert to JSON? Would just want to code to one format. Thanks

view this post on Zulip Gary Randman (May 14 2020 at 03:19):

Phast team. Just to confirm. This is how someone would query a compendium , with a URL with /PlanDefinition and passing catalog as parameter? https://jade.phast.fr/resources-server/API/FHIR/PlanDefinition?catalog=Composition/Quest&billingCode=0070 We wouldn't expect to query with a URL containing /Composition/Quest?

view this post on Zulip François Macary (May 14 2020 at 09:48):

1) Problem of duplicate resources (like Observation/2) fixed
2) I'll resend you json samples shortly
3) Our server has two catalogs: CIOlab and Quest. we created the latter empty for you to play with, and feed it. So a consumer looking for a service may want to indicate from which catalog he wants to get it. Hence this kind of request:
GET https://jade.phast.fr/resources-server/api/FHIR/PlanDefinition?&catalog=Composition/Quest&_summary=true

view this post on Zulip François Macary (May 14 2020 at 10:11):

But you are also free to play with the other catalog Composition/CIOlab. You can browse its content, create, update, delete. These are test databases so no risk to break anything of value :smile:

view this post on Zulip François Macary (May 14 2020 at 11:30):

Correcting the syntax of above:
https://jade.phast.fr/resources-server/api/FHIR/PlanDefinition?catalog=Composition/Quest&_summary=true

view this post on Zulip Gary Randman (May 14 2020 at 15:29):

Francois this example still has a XML version. https://jade.phast.fr/resources-server/API/FHIR/Composition/Quest?_format=application/json create Quest catalog header by PUT

view this post on Zulip François Macary (May 14 2020 at 18:57):

Just sent you a new version fixing this.

view this post on Zulip François Macary (May 14 2020 at 18:57):

order catalog zoom room is reopened.

view this post on Zulip François Macary (May 14 2020 at 20:10):

Talk to you tomorrow 9am EST


Last updated: Apr 12 2022 at 19:14 UTC