{
  "resourceType": "Observation",
  "id": "ArthristisFeedbackObservation Instance Example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bser/StructureDefinition/ArthristisFeedbackObservation"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/observation-category",
          "code": "therapy",
          "display": "Therapy"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "31007100",
        "display": "Pain management service"
      }
    ]
  },
  "effectiveDateTime": "2018-09-26"
}