FHIR Chat · Social History Observation example · implementers

Stream: implementers

Topic: Social History Observation example


view this post on Zulip Gaurav Daga (Jan 26 2017 at 19:47):

Disclaimer : I asked this question on stackoverflow as well.

I want to see example social history FHIR sample for alcohol, drug use, smoking etc. I understand it is supposed to get mapped to Observation but I could not find an example which will help me understand it better.
Thanks

view this post on Zulip Michelle (Moseman) Miller (Jan 26 2017 at 20:17):

We have a tobacco example (using DSTU2): http://fhir.cerner.com/dstu2/observation/, which leverages the Observation.related structure to reference each related Q&A (e.g. tobacco use, tobacco type, started at age). Due to an ugly invariant in DSTU2, we had to represent each answer as its own related observation.

Observation.code = Tobacco Type
Observation.valueCodeableConcept = Cigarettes
Observation.code = TobaccoType
Observation.valueCodeableConcept = Chewing Tobacco

Alternatively, going forward (after the observation invariant was modified in the current build), we could use a single observation per question.
Observation.code = Tobacco Type
Observation.component[1].code = TobaccoType
Observation.component[1].valueCodeableConcept = Cigarettes
Observation.component[2].code = TobaccoType
Observation.component[2].valueCodeableConcept = Chewing Tobacco

view this post on Zulip Eric Haas (Jan 26 2017 at 22:22):

also see here for smoking examples in DSTU2 and STU3

view this post on Zulip Gaurav Daga (Jan 27 2017 at 15:16):

Thank you for sharing example. It is really helpful, appreciate it.

view this post on Zulip Gaurav Daga (Jan 27 2017 at 15:16):

Thank you for sharing example. It is really helpful, appreciate it.


Last updated: Apr 12 2022 at 19:14 UTC