{
  "resourceType" : "Observation",
  "id" : "de-identified-income-with-quantity-example",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-income-observation"]
  },
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "63586-2"
    }]
  },
  "subject" : {
    "reference" : "Patient/de-identified-example"
  },
  "effectiveDateTime" : "2018",
  "valueQuantity" : {
    "value" : 200,
    "comparator" : ">",
    "unit" : "percent",
    "system" : "http://unitsofmeasure.org",
    "code" : "%"
  }
}