Stream: implementers
Topic: Address: no fixed address
Brett Esler (Apr 18 2017 at 04:13):
Would there be any good advice on how to represents 'no fixed address' using Address datatype? Would like to make a positive assertion that a persion has no fixed address
Grahame Grieve (Apr 18 2017 at 05:16):
typically, NFPOA in the first line of the address
Alexander Henket (Apr 18 2017 at 05:23):
I do not know what NFPOA means, but I'd expect that systems here would populate a phys and/or postal address and may or may not mark that temp. Explicitly asserting "no fixed address" is something I think we do not do.
Grahame Grieve (Apr 18 2017 at 09:35):
NFPOA = No Fixed Place of Abode. I think about 1% of the patients I dealt with had this status
Brett Esler (Apr 18 2017 at 22:08):
thanks was looking for a more assertive way of doing this - this is very common is some nursing and outreach programs (e.g. homeless persons program). Am thinking of some kind of flag or coding extension on Address to indicate this.
Sarah Gaunt (Oct 31 2019 at 21:08):
@Brett Esler did you ever add a flag or extension for this - looking to do the same thing would like to re-use if possible...
Brett Esler (Oct 31 2019 at 23:36):
Hi @Sarah Gaunt this is our STU3 profile in AU Base - will also appear in R4 version soon http://build.fhir.org/ig/hl7au/au-fhir-base-stu3/StructureDefinition-au-address.html - includes a no fixed address flag (extension); we decided to constrain text content and force address to be physical when set; we still allow suburb, state, country and postalcode etc to allow for things like no fixed address - west melbourne
Sarah Gaunt (Nov 01 2019 at 01:23):
Thanks @Brett Esler
Shamil Nizamov (Dec 19 2019 at 22:48):
Hi Sarah Gaunt this is our STU3 profile in AU Base - will also appear in R4 version soon http://build.fhir.org/ig/hl7au/au-fhir-base-stu3/StructureDefinition-au-address.html - includes a no fixed address flag (extension); we decided to constrain text content and force address to be physical when set; we still allow suburb, state, country and postalcode etc to allow for things like no fixed address - west melbourne
We are facing the same issue. What was the rational to use a boolean extension over nullFlavor extension? In my mind the latter may provide better granularity.
Richard Townley-O'Neill (Dec 20 2019 at 06:06):
No fixed address is different to any of the null flavours relevant to address: no information, not known, not asked, not applicable, etc. are all in meaning different.
Frank Oemig (Dec 20 2019 at 07:34):
'no fixed address' sounds like a 'moving address'. Is it more like precision?
precision=city
Lloyd McKenzie (Dec 20 2019 at 16:01):
No fixed address generally means the person is homeless
Shamil Nizamov (Dec 20 2019 at 16:34):
No fixed address generally means the person is homeless
So may be to include it as a FHIR standard defined extension rather than each country creates their own?
Lloyd McKenzie (Dec 20 2019 at 16:42):
Feel free to submit a change request
Shamil Nizamov (Dec 20 2019 at 19:50):
Feel free to submit a change request
Last updated: Apr 12 2022 at 19:14 UTC