Stream: CCDA / FHIR mapping stream
Topic: map CDA PQ to FHIR data type
AJ Chen (Nov 28 2020 at 21:03):
when mapping cda observation value to fhir, how to tell whether PQ type refers to a number or string or boolean? for example, theis CDA value xml element has data type PQ, but no additional info about the actual data type. Do I miss anything?
<value xsi:type="PQ" value="13.2" unit="g/dL" />
Jean Duteau (Nov 28 2020 at 21:58):
PQ is the datatype - it is a Physical Quantity and has a decimal value and a coded units. It maps to FHIR Quantity.
AJ Chen (Nov 29 2020 at 04:47):
@Jean Duteau I got it. thanks.
Last updated: Apr 12 2022 at 19:14 UTC