Stream: implementers
Topic: USCDI to US Core for previous name/address, email, SpO2
Daniel Tam (Jul 14 2021 at 20:27):
Tagging @Brett Marquard because he previously provided http://hl7.org/fhir/us/core/general-guidance.html in another thread, and hoping he might have answers to questions below:
I'm checking for USCDI compliance, and was unclear how to identify previous name and previous address.
Do we simply use the tag 'use': "old" to identify a previous name or previous address?
If so, should that be added to the URL above for clarity?
And would current address and current name utilize 'use': "current" ?
USCDI also requires email address for the patient, but I don't see that mentioned in the general guidance for FHIR. I am guessing we would use patient.telecom, with 'system' = "email" ? If so should we add this to the general guidance? It's probably obvious if you're already familiar with the telecom field, but I had to look at the profile to find this.
Lastly, USCDI's Inhaled oxygen concentration and Pulse oximetry are both mapped to US Core Pulse Oximetry. Anyone know the difference between Inhaled oxygen vs pulse oximetry? I'll also ask ONC but was curious if anyone here knows.
Daniel Venton (Jul 14 2021 at 20:37):
Because inhaled oxygen concentration is a component of a O2 Saturation observation (of which pulse oximetry is a style of measuring).
ie O2 Sat = 92% with 0 inhaled oxygen
vs O2 Sat = 99% with 5 inhaled oxygen
inhaled oxygen is not an observation in itself, it is a factor that modifies the base observation, O2 sat via pulse oximetry in this case.
Robert Scanlon (Jul 14 2021 at 20:56):
The General Guidance section on USCDI links to the Patient Profile for "Previous Address", which states "Previous name is represented by providing an end date in the Patient.name.period element for a previous name." Does that help?
Robert Scanlon (Jul 14 2021 at 20:57):
(though I'm a little confused why "period" isn't flagged as "must support" in this case)
Lloyd McKenzie (Jul 14 2021 at 22:12):
@Daniel Venton - I think your comment above is in the wrong thread, but not sure which thread you intended it to be in - if you tell me, I can move it.
Eric Haas (Jul 15 2021 at 01:42):
it is a correct response to :
Lastly, USCDI's Inhaled oxygen concentration and Pulse oximetry are both mapped to US Core Pulse Oximetry. Anyone know the difference between Inhaled oxygen vs pulse oximetry? I'll also ask ONC but was curious if anyone here knows.
Brett Marquard (Jul 15 2021 at 12:38):
USCDI also requires email address for the patient, but I don't see that mentioned in the general guidance for FHIR. I am guessing we would use patient.telecom, with 'system' = "email" ? If so should we add this to the general guidance? It's probably obvious if you're already familiar with the telecom field, but I had to look at the profile to find this.
If you think this would help others, please log a tracker.
Brett Marquard (Jul 15 2021 at 12:40):
Inhaled oxygen concentration is the percent of oxygen inhaled vs oxygen saturation in your blood! both are captured in the one observation
Daniel Tam (Jul 15 2021 at 23:09):
Robert Scanlon said:
The General Guidance section on USCDI links to the Patient Profile for "Previous Address", which states "Previous name is represented by providing an end date in the Patient.name.period element for a previous name." Does that help?
Robert, yes that is very helpful. I missed that note. That said, the name field also has the "use" field, with one value being "old". Could institutions choose to simply use this rather than period if they wanted to? I'm thinking we will generally not know when the previous name stopped being in use -- might be simply to just tag it with the "old" flag.
Daniel Tam (Jul 16 2021 at 18:11):
I'd like to suggest that we flag previous names by using name.'use' = "old", rather than using the period field. Reasoning is we are very unlikely to know the legal end date for the previous name.
I also think we should be consistent and do the same thing for previous address.
Who should I provide this suggestion to, so that we can have this added to the US Core pages, and also to the USCDI to US Core mapping page? Or is there a process or ticketing system by which I need to submit this?
I know this may seem like a small thing, but it is relates to USCDI and I think it would be good to provide uniform guidance to implementers on US Core.
Robert Scanlon (Jul 16 2021 at 19:53):
Who should I provide this suggestion to, so that we can have this added to the US Core pages, and also to the USCDI to US Core mapping page? Or is there a process or ticketing system by which I need to submit this?
At the bottom of each page is a link to Propose a Change
, which is the HL7 Jira instance that is used to manage changes to the spec. If it is your first time using the system, you'll need to create an account, I believe.
Cooper Thompson (Jul 16 2021 at 20:15):
(deleted)
Robert Scanlon (Jul 16 2021 at 20:32):
Reasoning is we are very unlikely to know the legal end date for the previous name.
One potential solution is to use a DataAbsentReason on period.end
, but that doesn't feel quite right. I'm also interested in the right way of handling this. Also, what if the period.end
is in the future? Is it still a previous name, or a current name?
Cooper Thompson (Jul 16 2021 at 22:42):
I don't think there is such a thing as a "legal" end date for a name. You can do a legal name change, but that isn't the same thing as previous names necessarily. I agree that use=old is a much better option than a name.period. Name usage doesn't really have a firm start and end date. They might on legal documents, but that is just one use context for names.
Cooper Thompson (Jul 16 2021 at 22:42):
DAR for period.end seems like a perfectly reasonable workaround to me, given that period.end seems like the wrong solution to start with.
Eric Haas (Jul 17 2021 at 00:39):
Note that any changes to USCore would be published in a future version ( likely V5.0.0). Also note that US Core 3.1.1 (based on FHIR R4) is named in ONC Cures Update Certification regulation
Daniel Tam (Jul 22 2021 at 17:49):
Thanks all. I submitted a couple small change requests. I know these seem insignificant, but these fields are specified by USCDI, so I think it will be good for the US Core community to be consistent on these fields.
https://jira.hl7.org/browse/FHIR-33080 -- Requesting previous names and previous address are flagged as patient.name.use = "old" and patient.address.use = "old", rather than relying the on period and end date elements. Also asked that we include notes in the USCDI mapping page.
https://jira.hl7.org/browse/FHIR-33079 -- Asked that we include instructions for capturing patient email in the USCDI mapping page.
Last updated: Apr 12 2022 at 19:14 UTC