MyHealtheVet use of PGHD - Local Development build (v0.2.10-beta) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example of an MHV blood pressure R4 observation, like Apple produes - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="ex-MHV-bloodPressure-apple"/>
<meta>
<source value="#43f74378-a8bf-41"/>
<tag>
<system value="https://wiki.mobilehealth.va.gov/x/Onc1C"/>
<code value="49d985b4-6f9d-47e3-bbc9-a56c840ba4a6"/>
<display value="Sync My Health Data"/>
</tag>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="ex-MHV-bloodPressure-apple"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "ex-MHV-bloodPressure-apple" </p><p style="margin-bottom: 0px">Information Source: #43f74378-a8bf-41!</p><p style="margin-bottom: 0px">Tag: <span title="{https://wiki.mobilehealth.va.gov/x/Onc1C https://wiki.mobilehealth.va.gov/x/Onc1C}">https://wiki.mobilehealth.va.gov/x/Onc1C</span></p></div><p><b>status</b>: final</p><p><b>code</b>: Blood pressure systolic and diastolic <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#55284-4)</span></p><p><b>subject</b>: <a href="Patient-ex-patient.html">Patient/ex-patient: John Jacob Jingleheimer Schmidt</a> " SCHMIDT"</p><p><b>effective</b>: 2022-11-02 15:43:57-0400 --> 2022-11-02 15:43:57-0400</p><p><b>note</b>: bluetooth omron bp7250</p><p><b>hasMember</b>: <a href="Observation-ex-MHV-heartRate-1.html">Observation/ex-MHV-heartRate-1</a></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8480-6)</span></p><p><b>value</b>: 140 mm[Hg]<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8462-4)</span></p><p><b>value</b>: 90 mm[Hg]<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="55284-4"/>
<display value="Blood pressure systolic and diastolic"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/ex-patient"/>
<display value="John Jacob Jingleheimer Schmidt"/>
</subject>
<effectivePeriod>
<start value="2022-11-02T15:43:57.000-04:00"/>
<end value="2022-11-02T15:43:57.000-04:00"/>
</effectivePeriod>
<note>
<text value="bluetooth omron bp7250"/>
</note>
<hasMember>🔗
<reference value="Observation/ex-MHV-heartRate-1"/>
</hasMember>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8480-6"/>
<display value="Systolic blood pressure"/>
</coding>
</code>
<valueQuantity>
<value value="140"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8462-4"/>
<display value="Diastolic blood pressure"/>
</coding>
</code>
<valueQuantity>
<value value="90"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
</Observation>