FHIR Chat · US Core Location Profile References · argonaut

Stream: argonaut

Topic: US Core Location Profile References


view this post on Zulip Fred Harmon (Dec 21 2020 at 16:40):

First, I apologize if this has been answered before but in my searching it still wasn't clear. I'm looking at the US Core Location Profile - https://www.hl7.org/fhir/us/core/StructureDefinition-us-core-location.html and trying to understand how it is actually referenced. The opening paragraph talks about being used by patient, provider or organization.

**"This profile sets minimum expectations for the Location resource for recording, searching for and fetching a Location associated with a patient, provider or organization."
**
I believe this may just be a relic that needs updating as none of those US Core Profiles use the location reference. Additionally, later in the profile, I see the following which confirms that:

**"Additional Profile specific implementation guidance:
As a result of implementation feedback, the US Core Location and PractitionerRole Profiles are not explicitly referenced in any US Core Profile. However they SHOULD be used as the default profile if referenced by another US Core profile. See this guidance on Referencing US Core Profiles."**

I understand that first sentence of that, but the second sentence has me scratching my head a bit. If I were implementing US Core in order to meet CMS guidelines, wouldn't it be the case that since nothing references this profile, it is basically unused and dead? Even if I loaded data into Location resources using the US Core Profile, it seems like it would just be siloed information that nothing refers to. I guess technically you could search it but to what end....

I was going to enter a Jira ticket but I figured I'd start here first.

Thanks for any guidance that can be provided.

Fred

view this post on Zulip Vassil Peytchev (Dec 21 2020 at 17:34):

There are two parts to your question:

  1. Reference to location from patient, provider, or organization
  2. References to the US Core Location profile

Here is my understanding on that:
For part 1, Patient is linked to Location through Encounter. Practitioner is linked to Location through PractitionerRole. Organization has a reverse link - from Location to Organization. This is how the base resources work.

For part 2, US Core has chosen not to profile the references to Location in the US Core Profiles of Encounter, and PractitionerRole, even though there is a US Core Location Profile. The additional implementation guidance states that when these non-profiled references are populated they SHOULD (but not MUST) be populated with references to the US Core Profiled Location. Also note that the US Core Profile for Location references the US Core Profile of Organization.

view this post on Zulip Eric Haas (Dec 21 2020 at 18:38):

specific text is here in the most current version that is in ballot: http://hl7.org/fhir/us/core/2021JAN/general-guidance.html#referencing-us-core-profiles


Last updated: Apr 12 2022 at 19:14 UTC