{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "http://pchalliance.org/phdfhir/StructureDefinition/PhdCompoundNumericObservation"
    ]
  },
  "identifier": [
    {
      "value": "sisansarahId-urn:oid:1.2.3.4.5.6.7.8.10~01040302f0000000~150020~20171212091343~104~3872~66~92"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "150020",
        "display": "MDC_PRESS_BLD_NONINV"
      },
      {
        "system": "http://loinc.org",
        "code": "55284-4",
        "display": "Blood Pressure"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientId-sisansarahId"
  },
  "effectiveDateTime": "2017-12-12T14:13:43+00:00",
  "performer": [
    {
      "reference": "Patient/PatientId-sisansarahId"
    }
  ],
  "device": {
    "reference": "DeviceComponent/SysId-01040302f0000000"
  },
  "related": [
    {
      "id": "coincidentTimeStampRelated",
      "type": "qualified-by",
      "target": {
        "reference": "urn:oid:3.14159.20171212091339"
      }
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "urn:iso:std:iso:11073:10101",
            "code": "150021",
            "display": "MDC_PRESS_BLD_NONINV_SYS"
          },
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 104,
        "unit": "mmHg",
        "system": "urn:iso:std:iso:11073:10101",
        "code": "266016"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "urn:iso:std:iso:11073:10101",
            "code": "150022",
            "display": "MDC_PRESS_BLD_NONINV_DIA"
          },
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 66,
        "unit": "mmHg",
        "system": "urn:iso:std:iso:11073:10101",
        "code": "266016"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "urn:iso:std:iso:11073:10101",
            "code": "150023",
            "display": "MDC_PRESS_BLD_NONINV_MEAN"
          }
        ]
      },
      "valueQuantity": {
        "value": 92,
        "unit": "mmHg",
        "system": "urn:iso:std:iso:11073:10101",
        "code": "266016"
      }
    }
  ]
}