{
  "resourceType": "Observation",
  "id": "numeric-pain-severity-example",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72514-3",
        "display": "Pain severity - 0-10 verbal numeric rating [Score] - Reported"
      }
    ]
  },
  "effectiveDateTime": "2025-12-08",
  "valueQuantity": {
    "value": 4,
    "unit": "{score}",
    "system": "http://unitsofmeasure.org",
    "code": "{score}"
  }
}