Follow-up question regarding the Provenance data for Vitals. Is the ETT always expecting the <author> for the Provenance to be in the <observation> and not the <organizer>?
We group the vitals together based on the single collection of the data, within the <organizer> For example, user collects 5 pieces of vitals data, we have a single <organizer> with the 1 Provenance <author> but have five (5) individual <observations> without the <author> becuase it's reported in the <organizer>.
<organizer classCode="CLUSTER" moodCode="EVN">
<!-- ** Vital signs organizer (V3) ** -->
<templateId root="2.16.840.1.113883.10.20.22.4.26" extension="2015-08-01" />
<templateId root="2.16.840.1.113883.10.20.22.4.26" />
<id root="638dc54e-1f29-474a-8a60-e3307dd96130" />
<code code="46680005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Vital signs">
<translation code="74728-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Vital signs" />
</code>
<statusCode code="completed" />
<effectiveTime value="20150622101500-0600" />
<!-- The author represents the person who provides the content in the document -->
<author>
<templateId root="2.16.840.1.113883.10.20.22.5.6" extension="2019-10-01" />
<!-- datetime of when the information was recorded -->
<time value="20210429124300-0600" />
<assignedAuthor>
<!-- The physician's NPI number where root identifies National Provider Identifier -->
<id root="2.16.840.1.113883.4.6" nullFlavor="UNK" />
<assignedPerson>
<name>
<given>User1</given>
<family>Healthland</family>
<suffix>IV</suffix>
</name>
</assignedPerson>
<representedOrganization>
<!-- Tax Identifier of Company Record -->
<id root="2.16.840.1.113883.4.2" extension="12-1222222" />
<name>Centriq Hospitals</name>
</representedOrganization>
</assignedAuthor>
</author>
<component>
<observation classCode="OBS" moodCode="EVN">
<!-- ** Vital sign observation (V2) ** -->
<templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09" />
<templateId root="2.16.840.1.113883.10.20.22.4.27" />
<id root="f5d59ded-8b52-44c5-9f1a-569d701c7daf" />
<code code="8302-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Height" />
<statusCode code="completed" />
<effectiveTime value="20150622100500-0600" />
<value xsi:type="PQ" value="69.69" unit="[in_i]" />
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<!-- ** Vital sign observation (V2) ** -->
<templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09" />
<templateId root="2.16.840.1.113883.10.20.22.4.27" />
<id root="35ef9b8b-96d7-4364-a6ed-058477597bb9" />
<code code="29463-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Weight measured" />
<statusCode code="completed" />
<effectiveTime value="20150622100500-0600" />
<value xsi:type="PQ" value="194" unit="[lb_av]" />
</observation>
</component>