FHIR Chat · Favorite resource · social

Stream: social

Topic: Favorite resource


view this post on Zulip Brendan Keeler (Jul 20 2021 at 06:00):

What's the best FHIR resource?

view this post on Zulip Brendan Keeler (Jul 20 2021 at 06:01):

I'm going to get wild and say Subscription

view this post on Zulip Brendan Keeler (Jul 20 2021 at 06:02):

The pendulum has swung too far. Pure query/REST is wasteful and we must atone for our sins

view this post on Zulip Jim Steel (Jul 20 2021 at 06:02):

Terminology guy says ValueSet :)

view this post on Zulip Brian Postlethwaite (Jul 20 2021 at 06:11):

It's definitely the Patient resource - since we don't have an impatient resource :grinning_face_with_smiling_eyes:

view this post on Zulip Ewout Kramer (Jul 20 2021 at 09:04):

StructureDefinition - it gives me purpose and structures my life and thinking since 2010.

view this post on Zulip John Moehrke (Jul 20 2021 at 12:22):

Provenance

view this post on Zulip Cooper Thompson (Jul 20 2021 at 13:28):

OperationOutcome. It is how everyone tells everyone else they are using their favorite resources the wrong way.

view this post on Zulip Josh Mandel (Jul 20 2021 at 13:39):

CapabilityStatement: we engage in the collective fiction that it's possible to describe how our FHIR servers work, but reality is always more complex. It's a carefully constructed exercise to help ease software developers into the challenges of working with clinical data models.

;-)

view this post on Zulip David Pyke (Jul 20 2021 at 13:47):

Bundle, it keeps us all together.

view this post on Zulip Paul Church (Jul 20 2021 at 13:51):

DomainResource, it has extensions and contained so it can already do everything.

view this post on Zulip Paul Church (Jul 20 2021 at 13:51):

Honestly don't know why we bother with all the other ones.

view this post on Zulip John Moehrke (Jul 20 2021 at 14:05):

except DomainResource also has modifier extensions...

view this post on Zulip David Pyke (Jul 20 2021 at 14:06):

That means if it's not your favourite, you can modify it to be your favourit

view this post on Zulip John Moehrke (Jul 20 2021 at 14:07):

DomainResource with a profile that forbids modifierExtension might be my favorite.

view this post on Zulip John Moehrke (Jul 20 2021 at 14:08):

but without Provenance... none of the other resources can prove where they came from.

view this post on Zulip David Pyke (Jul 20 2021 at 14:09):

Sometimes a Patient may want a fresh start and Provenance prevents that. I don't want a resource to tell my history if I change cities

view this post on Zulip Josh Mandel (Jul 20 2021 at 14:10):

(deleted -- accidental repost)

view this post on Zulip John Moehrke (Jul 20 2021 at 14:31):

okay, @Josh Mandel wins...

view this post on Zulip Kumar Satyam (Jul 20 2021 at 14:36):

CapabilityStatement for me. No fhir server without capability statement hence my vote for it.

view this post on Zulip Lloyd McKenzie (Jul 20 2021 at 15:10):

Basic - no limits!!

view this post on Zulip Lloyd McKenzie (Jul 20 2021 at 15:10):

Plus, my programming life started with Basic :)

view this post on Zulip Elliot Silver (Jul 20 2021 at 15:54):

John Moehrke said:

Provenance

Really? Where did that come from?

view this post on Zulip David Pyke (Jul 20 2021 at 15:55):

That's a good question. If I want to know what changes happening in a Provenance resource, how do I structure that query? How many levels of Provenance should I be monitoring?

view this post on Zulip Elliot Silver (Jul 20 2021 at 15:57):

Provenance all the way down.

view this post on Zulip John Moehrke (Jul 20 2021 at 16:29):

yes, Turtles (Provenance) all the way down.

view this post on Zulip Brian Postlethwaite (Jul 21 2021 at 05:14):

If only there was a way to capture this, and some resource to help with that?

{
  "resourceType": "Questionnaire",
  "id": "fav-resource",
  "url": "http://sqlonfhir-r4.azurewebsites.net/fhir/Questionnaire/fav-resource",
  "status": "active",
  "item": [
    {
      "linkId": "root",
      "text": "Favourite Resource",
      "type": "group",
      "item": [
        {
          "linkId": "note",
          "text": "When there are so many great FHIR resources out there, how can we possibly find a favourite resource. Well let's find out!",
          "type": "display"
        },
        {
          "linkId": "best-resource",
          "text": "What's the bet FHIR resource?",
          "type": "choice",
          "repeats": false,
          "answerValueSet": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      ]
    }
  ]
}

view this post on Zulip Venu Gopal (Jul 21 2021 at 05:29):

Patient - identifying the right patient is key

view this post on Zulip Jose Costa Teixeira (Jul 21 2021 at 07:13):

I think ElementDefinition is proud to see how its magic is everywhere :wink:

view this post on Zulip Gino Canessa (Jul 21 2021 at 16:13):

Ahh, there's a typo in the question! I believe it's supposed to read: "What is your favorite resource, and why is it Subscription?" :-P

view this post on Zulip Paul Church (Jul 21 2021 at 16:19):

There's a typo in the subject too, it should be "Favourite resource". My Accept-Language header was en-CA.

view this post on Zulip Yunwei Wang (Jul 21 2021 at 16:45):

Parameter, the only resource (?) without an id

view this post on Zulip Diane (Jul 24 2021 at 01:33):

I like Questionnaire and Questionnaire Response. They can provide answers to the big questions like the meaning of life.

view this post on Zulip Elliot Silver (Jul 24 2021 at 03:57):

Diane said:

I like Questionnaire and Questionnaire Response. They can provide answers to the big questions like the meaning of life.

Right, we just need to check http://deepthought.net/fhir/QuestionnaireResponse/42, and hope we don't time out before 7.5 million years.

view this post on Zulip Grahame Grieve (Aug 17 2021 at 03:34):

I want to vote for Task, it generates the most argument

view this post on Zulip Lloyd McKenzie (Aug 17 2021 at 03:46):

I thought that was Observation? ;)

view this post on Zulip Grahame Grieve (Aug 17 2021 at 04:23):

I certainly considered that. But you're more involved in Task l-)

view this post on Zulip Lloyd McKenzie (Aug 17 2021 at 04:47):

:laughter_tears:

view this post on Zulip Espen Stranger Seland (Sep 20 2021 at 20:15):

I must say Flag. Do you have a flag?

https://www.youtube.com/watch?v=hYeFcSq7Mxg

view this post on Zulip Raheel Sayeed (Sep 29 2021 at 19:17):

At the risk of being dumb, favorite resource: Patient!
Make once then ... forget about it... (well, most of the times)

view this post on Zulip nicola (RIO/SS) (Sep 30 2021 at 17:00):

Basic for 80%

view this post on Zulip Elliot Silver (Sep 30 2021 at 17:16):

Raheel Sayeed said:

At the risk of being dumb, favorite resource: Patient!
Make once then ... forget about it... (well, most of the times)

I was wondering when someone would mention this one, and, naturally, in due course, they did. In other words, be... Patient.


Last updated: Apr 12 2022 at 19:14 UTC