<Observation xmlns="http://hl7.org/fhir">
  <!--FHIR Server上的唯一識別碼(通常由系統自動產生)-->
  <id value="{id}" />
  <!--使用者看得懂的文字說明-->
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <table>
        <tr>
          <b>到院血壓量測:</b>
        </tr>
        <tr>收縮壓:OO mmHg 正常範圍值:OO-OO mmHg</tr>
        <tr>舒張壓:OO mmHg 正常範圍值:OO-OO mmHg</tr>
      </table>
    </div>
  </text>
  <status value="final" />
  <code>
    <coding>
      <system value="http://loinc.org" />
      <code value="85354-9" />
      <display value="Blood pressure panel with all children optional" />
    </coding>
    <text value="Blood pressure systolic &amp; diastolic" />
  </code>
  <subject>
    <reference value="Patient/{pid}" />
  </subject>
  <encounter>
    <reference value="Encounter/{eid}" />
  </encounter>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org" />
        <code value="11378-7" />
        <display value="Intravascular systolic" />
      </coding>
      <text value="到院收縮壓(Systolic)" />
    </code>
    <valueQuantity>
      <value value="{值1}" />
      <unit value="mmHg" />
    </valueQuantity>
    <referenceRange>
      <low>
        <value value="{值2}" />
        <unit value="mmHg" />
      </low>
      <high>
        <value value="{值3}" />
        <unit value="mmHg" />
      </high>
    </referenceRange>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org" />
        <code value="11377-9" />
        <display value="Intravascular diastolic" />
      </coding>
      <text value="到院舒張壓(Diastolic)" />
    </code>
    <valueQuantity>
      <value value="{值4}" />
      <unit value="mmHg" />
    </valueQuantity>
    <referenceRange>
      <low>
        <value value="{值5}" />
        <unit value="mmHg" />
      </low>
      <high>
        <value value="{值6}" />
        <unit value="mmHg" />
      </high>
    </referenceRange>
  </component>
</Observation>