hl7-be / lab

Creative Commons Zero v1.0 Universal
6 stars 9 forks source link

Multilevel titles on protocols #26

Closed tomto66 closed 2 years ago

tomto66 commented 3 years ago

Our laboratory reports have up to 3 levels of titles. Here is a proposal on how to deal with these:

 A title is a dummy observation which is nothing but text
 Under a title, several other observations are found with .hasMember.  Each such member can be either another title (sublevel) (which in only text and has members), or a lab result.

Is this OK? If not then how? If OK, should be make this a standard?

kjau commented 3 years ago

Quote from the meeting minutes from the HL7 BE FHIR workgroup: https://wiki.hl7belgium.org/index.php?title=Minutes_-_Referral_WG_2020-04-19 (note: meeting was on 19-04-2021)

how to link an observation to a title?

  • within one observation you have hasMember to add member observations to create a hierarchy in your observations

So I think your remark is correct/ok.

bdc-ehealth commented 3 years ago

Is correct

bdc-ehealth commented 2 years ago

Decision of the workgroup: Any parent/child relationship will be handled using the .hasMember of the Observation. There is no difference between panels/titles/subtitles