FHIR Chat · OxygenSat · implementers

Stream: implementers

Topic: OxygenSat


view this post on Zulip Jayashree Surnar (Jul 27 2017 at 06:31):

in this profile(http://build.fhir.org/oxygensat.html) which field represents the amount of oxygen providing to the patient. is it component.valueQantity ? or else

view this post on Zulip Eric Haas (Jul 27 2017 at 16:46):

None. This profile doesn't address it. you can derive a profile based on it and add it. I would use:

1) a .related with a type of qualified-by for a inspired O2 measurement.

or

2) Also consider a code translation to a narrower scoped LOINC

view this post on Zulip Pranitha Sruthi (Jul 28 2017 at 04:54):

@Eric Haas can you please elaborate?

view this post on Zulip Robert McClure (Jul 28 2017 at 18:25):

Honestly, inspired O2 should be in core for this.

view this post on Zulip Eric Haas (Jul 29 2017 at 18:42):

@Robert McClure The issue was brought up but the implementation community elected not to.

view this post on Zulip Jayashree Surnar (Jul 31 2017 at 05:30):

thank you @Eric Haas for your response, but i didn't understand the 2nd point and do i need to create 2 observatons here?

view this post on Zulip Eric Haas (Jul 31 2017 at 15:54):

thank you @Eric Haas for your response, but i didn't understand the 2nd point and do i need to create 2 observatons here?

Its just like the BP example in spec. there is a local translation and the LOINC in Observation.code. What I meant is you can add as a translation another more specific LOINC like:

59410-1 Oxygen saturation in Arterial blood by Pulse oximetry --on room air

view this post on Zulip Jayashree Surnar (Aug 01 2017 at 04:22):

@Eric Haas here my doubt is shall i take two componets one for result and one for amount of oxygen providing to the patient or
observation.valuequantity for result and component.valuequantity for amount providing?


Last updated: Apr 12 2022 at 19:14 UTC