Stream: implementers
Topic: Observation.component vs Observation.hasMember
Shovan Roy (Jul 03 2019 at 01:16):
Hi All,
I'm currently working on drafting a Observation profile to capture few details on tobacco comsumptions by a Patient. As per our requirement, we have to capture the status (e.g.: "Former smoker") and few additional details like "Cigarettes per day" and "Smoking - Quit date" as applicable. I looked at the IPS profile and planning to model the status using 'Observation.valueCodeableConcept' However I'm unsure about modelling the other associated details ("Cigarettes per day" and "Smoking - Quit date")
Looking at the FHIR guideline at section http://hl7.org/fhir/observation.html#gr-comp point 3: "reporting the types of alcohol consumed by a patient", I was thinking of modelling it as "Observation.component". However, further reading, I can see Observation.hasMember is another option. May I request the group to provide me some guidance on what's the better option (Observation.component vs Observation.hasMember) in this context.
Lloyd McKenzie (Jul 03 2019 at 01:50):
If the information makes sense and is useful by itself, then it should be a separate Observation (possibly linked by 'hasMember'). If it qualifies another Observation or doesn't make sense based on common medical convention to ever interpret separately from another Observation, then component is appropriate. Examples of component would be the pieces of an APGAR or diastolic, systolic and cuff size values for blood pressure. On the other hand, the parts of a complete blood count would be handled using hasMember to distinct observations.
Farhan Ahmad (Mar 04 2020 at 22:52):
@Shovan Roy were you looking up the smoking status or are you deciding how to design FHIR representation of data in your system? Any chance you can share what you ended up doing? I am asking to learn more about this representation because it seems like the implementation of smoking status is quite different across vendors.
Craig Newman (Mar 05 2020 at 13:17):
If you haven't seen it, the Common Clinical Registry Framework ballot from Sept 2019 contains data elements, questions and value sets regarding tobacco/nicotine usage. They are hoping to get this included as part of US Core or some other FHIR work.
Shovan Roy (Mar 22 2020 at 07:59):
@Farhan Ahmad extremely sorry I missed your message.. It's kind of what is required in our stream.. you can have a look at let me know if you need any further information.. http://build.fhir.org/ig/hl7au/au-fhir-childhealth/StructureDefinition-ncdhc-observation-bi-tobacco-usage.html
Last updated: Apr 12 2022 at 19:14 UTC