HRM Send Enabled Tag CodeSystem Code system¶
| Canonical | ../CodeSystem/hrm-send-enabled |
|---|---|
| Status | draft · 1.26.0 |
| Content | complete |
| Source | FSH · JSON |
Records whether a location is configured to send reports over Health Report Manager. Carried as a
tag on Location.meta.tag, where this is the tag's system.
A tag, not an extension. The address identifies the system of a Coding in meta.tag, which is
why it is declared as a code system. The vocabulary is the unusual part: the codes are the literal
strings true and false.
Absent means not enabled. A missing tag and the code false mean the same thing; false exists
so a writer can clear the flag in place rather than remove the coding. Compare case-insensitively,
and treat anything that is not true as not enabled rather than as an error.
It describes a site's configuration, not a report. Nothing about an individual
DiagnosticReport -- whether it was sent, when, or to whom -- follows from this tag.
Nexus EMR writes this today at
http://services.well.com/fhir/tags/location/hrm-send-enabled (FHIR-372): it is live in stored
Location.meta.tag codings and in code, and is under migration to the canonical declared here.
Write the canonical; expect both until the migration completes.
| Code | Display | Definition |
|---|---|---|
true |
Enabled | The location is configured to send reports over Health Report Manager. |
false |
Not enabled | 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. |