{
  "resourceType": "Observation",
  "id": "{id}",
  "text": {
    "status": "generated",
    "div": "<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>"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9",
        "display": "Blood pressure panel with all children optional"
      }
    ],
    "text": "Blood pressure systolic & diastolic"
  },
  "subject": {
    "reference": "Patient/{pid}"
  },
  "encounter": {
    "reference": "Encounter/{eid}"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11378-7",
            "display": "Intravascular systolic"
          }
        ],
        "text": "到院收縮壓(Systolic)"
      },
      "valueQuantity": {
        "value": "{值1}",
        "unit": "mmHg"
      },
      "referenceRange": [
        {
          "low": {
            "value": "{值2}",
            "unit": "mmHg"
          },
          "high": {
            "value": "{值3}",
            "unit": "mmHg"
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11377-9",
            "display": "Intravascular diastolic"
          }
        ],
        "text": "到院舒張壓(Diastolic)"
      },
      "valueQuantity": {
        "value": "{值4}",
        "unit": "mmHg"
      },
      "referenceRange": [
        {
          "low": {
            "value": "{值5}",
            "unit": "mmHg"
          },
          "high": {
            "value": "{值6}",
            "unit": "mmHg"
          }
        }
      ]
    }
  ]
}