{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "HrmSendEnabledCS",
  "id": "hrm-send-enabled",
  "title": "HRM Send Enabled Tag CodeSystem",
  "description": "Records whether a location is configured to send reports over Health Report Manager. Carried as a\ntag on `Location.meta.tag`, where this is the tag's `system`.\n\n**A tag, not an extension.** The address identifies the system of a `Coding` in `meta.tag`, which is\nwhy it is declared as a code system. The vocabulary is the unusual part: the codes are the literal\nstrings `true` and `false`.\n\n**Absent means not enabled.** A missing tag and the code `false` mean the same thing; `false` exists\nso a writer can clear the flag in place rather than remove the coding. Compare case-insensitively,\nand treat anything that is not `true` as not enabled rather than as an error.\n\n**It describes a site's configuration, not a report.** Nothing about an individual\n`DiagnosticReport` -- whether it was sent, when, or to whom -- follows from this tag.\n\n**Nexus EMR writes this today at\n`http://services.well.com/fhir/tags/location/hrm-send-enabled` (FHIR-372)**: it is live in stored\n`Location.meta.tag` codings and in code, and is under migration to the canonical declared here.\nWrite the canonical; expect both until the migration completes.",
  "url": "https://fhir.apps.health/CodeSystem/hrm-send-enabled",
  "concept": [
    {
      "code": "true",
      "display": "Enabled",
      "definition": "The location is configured to send reports over Health Report Manager."
    },
    {
      "code": "false",
      "display": "Not enabled",
      "definition": "The location is not configured to send reports over Health Report Manager. Carries nothing an absent tag does not -- it exists so the flag can be cleared in place."
    }
  ],
  "experimental": false,
  "caseSensitive": false,
  "count": 2
}
