Stream: implementers
Topic: Encounter reasons
Cooper Thompson (Feb 17 2021 at 21:15):
The Patient Admin WG has been working on updating the Encounter resource to restructure the Encounter.diagnosis, Encounter.procedure, Encounter.reason, and (previously removed) Encounter.indication properties. There are a whole slew of Jira trackers against these properties. We have a project page with our notes and the tracker list here.
We are hoping to avoid listing the full set of encounter diagnoses on Encounter, as those really should be Conditions that refer to Encounter. However, the issue of ranking (more on that below) may force that decision.
Our current proposal is to remove Encounter.diagnosis and Encounter.procedure, and instead have an Encounter.reason 0..* BackboneElement, with a child node that would be a CodeableReference(Condition | Procedure | Observation | ImmunizationRecommendation | HealthcareService). There will also be a use code with values like Chief Complaint, Admitting Diagnosis, Reason For Visit, etc. The proposed structure is here.
We have had much discussion on whether this new Encounter.reason property should have a rank. We'd like broader community input on whether Encounter reasons need a rank.
Things to consider:
- Condition has a severity property, so the concept of acuity can be represented there, rather than as a rank relative to other conditions.
- Ranking for reimbursement is out of scope, as that is very realm-specific, and typically coded on other records than the encounter.
- Having a use code of "Chief Complaint" does provide an option for an implicit rank without a discrete rank property.
Feedback on our proposal is welcome on chat.fhir, however there is a lot of background (we've been debating this overall structure for 4+ WGMs), and we'd encourage interested parties to join our PA WG call next Wednesday (2/24) at 3pm ET. We are hoping to put this to bed so we can take Encounter normative.
René Spronk (Feb 18 2021 at 07:44):
+1 on encounter.reason without a rank, IMHO condition.severity should be sufficient. If implementers are desperate, they can use an extension for rank. Not part of the 80% IMHO.
Lloyd McKenzie (Feb 18 2021 at 15:15):
Rank matters for billing, but Rank exists on Claim. Only question is where clinicians capture that determination for billing. (My guess is that rank is often determined by billing coders, in which case only having it on Claim is fine.)
Last updated: Apr 12 2022 at 19:14 UTC