Stream: implementers
Topic: HealthcareService.CoverageArea
Tim Berezny (Jun 11 2018 at 20:10):
I notice in the HealthcareService resource there is a "coverageArea" field referencing a Location resource, https://hl7.org/fhir/2018Jan/healthcareservice.html
However, the location resource (from what I can tell) just handles points, and not areas (which could be expressed in a variety of formats such as KML). How is coverageArea to be used to describe areas?
Lloyd McKenzie (Jun 11 2018 at 20:46):
@Brian Postlethwaite
Brian Postlethwaite (Jun 25 2018 at 07:28):
There is an approved change request incoming that covers an extension for the KML (or similar) boundary.
Tim Berezny (Jun 27 2018 at 01:24):
Will it be 1..1 or 1..*?
Lloyd McKenzie (Jun 27 2018 at 05:18):
MinOccurs should be 0
Last updated: Apr 12 2022 at 19:14 UTC