FHIR Chat · Contactpoint · implementers

Stream: implementers

Topic: Contactpoint


view this post on Zulip Martijn Harthoorn (Dec 01 2017 at 11:30):

We are looking at building a token from a ContactPoint. https://www.hl7.org/fhir/search.html#token. The spec here says that we should form it by combining "http://hl7.org/fhir/contact-point-system/ " + ContactPoint.use +"|" + ContactPoint.value
To us it seems more logical that this should be ContactPoint.system (code) instead of ContactPoint.use.

view this post on Zulip Lloyd McKenzie (Dec 01 2017 at 15:08):

It says for ContactPoints ths system is not used. So when searching a system, you'd just have [base]?contact=someone@somewhere.org or [base\?contact=123-456-7890

view this post on Zulip Lloyd McKenzie (Dec 01 2017 at 15:42):

I've added GF#14237 to improve the documentation

view this post on Zulip Brian Postlethwaite (Dec 07 2017 at 09:03):

Use and system are both useful in searching.


Last updated: Apr 12 2022 at 19:14 UTC