Stream: implementers
Topic: Patient's place of work
Nata Samarina (Oct 08 2021 at 13:56):
Hello. In which resource is it better to store the patient's place of work?
Yunwei Wang (Oct 08 2021 at 14:12):
Patient.address where address.use = 'work'
Nata Samarina (Oct 11 2021 at 04:50):
Yunwei Wang said:
Patient.address where address.use = 'work'
Thanks for the reply @Yunwei Wang . The address of the organization where the patient works will be stored here. And to store the organization itself in the Organization resource? How then to connect the patient and the organization in which he works?
Lloyd McKenzie (Oct 11 2021 at 13:08):
@Brian Postlethwaite
Yunwei Wang (Oct 11 2021 at 13:25):
You can use Patient.contact.organization
. You can take a look http://build.fhir.org/organization.html#bnr to decide if you want to saved the address using Organization.
Brian Postlethwaite (Oct 11 2021 at 21:44):
This has been covered is the occupational data for health, which I believe went with observations. But would have to go look.
It's not in patient, as there's possibly many of them of different types and with different ranges.
As Yunwei points out you can have the work address in the patient but that's more around preferences for delivery/attendance/contacting the patient than recording places of work.
Nata Samarina (Oct 13 2021 at 08:29):
Thanks. And the position of the patient in the organization where is it better to store?
Last updated: Apr 12 2022 at 19:14 UTC