FHIR Chat · Patient Form of Sport · implementers

Stream: implementers

Topic: Patient Form of Sport


view this post on Zulip Sandro Zbinden (Mar 10 2020 at 10:25):

Is there a place where we could store additional patient information for a form of sport (for example: Archery, Badminton, Cricket, Bowling.)
We would need this for hospitals specialized in sport injuries.

These are a few places where we can imagine putting this information but would like to know what the best approach would be.

  • Create a new basic resource with a custom code system
  • Using the group resource (does not really feel like the correct fit)
  • Create a patient resource extension.

At this stage we would only need this information for intraoperability reasons (within our systems) but would love to model it at the right place if we would need this in the future for interoperability aswell

view this post on Zulip Lloyd McKenzie (Mar 10 2020 at 14:49):

Presumably this would be on an Observation or Condition? ICD-10 codes get incredibly precise sometimes, so you may find what you need there. Otherwise, I expect you're looking at an extension.

view this post on Zulip Sandro Zbinden (Mar 10 2020 at 15:51):

Hi @Lloyd McKenzie thanks a lot for your response.

Perhaps I did not express myself clearly in the first message. The sports are used as information for scientific evaluations and are not directly related to hospitalisation. Therefore, we believe that Condition is the wrong resource because only clinically relevant information should be stored there.

As we try to achieve intraoperability of different hospitals, we would like to avoid extensions. Otherwise we have separate extensions for all hospitals with extra patient attributes.

We have now read that observations can also be used for demographic characteristics. However, we fear that we are modelling something that does not belong here. Observations are intended to record measurements and subjective points in time assasments. And we think this information isn't a measurement or an assasment.

Would it be better to create a new profile for a basic resource in this case.

view this post on Zulip Lloyd McKenzie (Mar 10 2020 at 15:54):

So you're just interested in "what sports does this individual play" and correlating that with what issues they have?

view this post on Zulip Lloyd McKenzie (Mar 10 2020 at 15:54):

If so, Observation would be the correct way to capture that information.

view this post on Zulip René Spronk (Mar 10 2020 at 15:55):

In my mind it is an Observation, and it is of clinical relevance. Observations act as supporting-information for Conditions (sports injury) or Procedures (treatment thereof).

view this post on Zulip Sandro Zbinden (Mar 10 2020 at 16:05):

We are talking about top athletes. These people are practicing a sport. The information is comparable to a profession. The data is usually collected by a patient administration system (ERP). It is not health professionals who ask this question.

Usually these values come from a patient administration system (ERP) interface. Should such systems not only write to administrative resources and not to clinical ones like Observation?

view this post on Zulip Lloyd McKenzie (Mar 10 2020 at 16:19):

Observation isn't necessarily clinical. It's about capturing point-in-time assertions about the subject, particularly where the assertions are time-bound or may have subjectivity.

view this post on Zulip Lloyd McKenzie (Mar 10 2020 at 16:21):

If you have a complex model that describes the details of the sport and multiple different aspects, then looking at Basic might be appropriate, but if you just want to capture some basic information like "what do you play?", "how many hours a week do you play?", etc. then Observation would be appropriate.

view this post on Zulip Sandro Zbinden (Mar 10 2020 at 17:56):

Ok got it. Thanks a lot for your help!


Last updated: Apr 12 2022 at 19:14 UTC