{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "CareSatisfierReasonCS",
  "id": "care-satisfier-reason",
  "title": "Care Satisfier Reason CodeSystem",
  "description": "Why a care-gap recommendation was not carried out, carried on the `statusReason` of a\n`not-done` Procedure.\n\nThe status reason carries **two** codings: a code from this system, and a SNOMED CT concept from\nR4's `procedure-not-performed-reason` value set beside it. The SNOMED coding is what an outside\nreader interprets; this one is what the recording surface reads back, because the SNOMED concepts\nare the nearest available rather than exact equivalents and reading the recorded reason off them\nwould be an inference. A `not-done` Procedure carrying only a SNOMED reason was written by some\nother path and is not interpreted against this system.\n\nThe clinician's own words are in `statusReason.text`, and are patient information.",
  "url": "https://fhir.apps.health/CodeSystem/care-satisfier-reason",
  "concept": [
    {
      "code": "declined",
      "display": "Declined",
      "definition": "The patient declined. Also coded `416432009 |Procedure not wanted|` in SNOMED CT on the same status reason."
    },
    {
      "code": "not-applicable",
      "display": "Not applicable",
      "definition": "The recommendation does not apply to this patient. Also coded `428119001 |Procedure not indicated|` in SNOMED CT on the same status reason."
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "count": 2
}
