LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Patient Importance Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "patient-importance",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/patient-importance</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">bad-debt<a name=\"patient-importance-bad-debt\"> </a></td><td>Bad Debt</td><td>Patient is in collections or has uncollected or overdue payments on account</td></tr><tr><td style=\"white-space:nowrap\">do-not-contact<a name=\"patient-importance-do-not-contact\"> </a></td><td>Do Not Contact</td><td>Patient is flagged to prevent automated communications</td></tr><tr><td style=\"white-space:nowrap\">no-comm-health-reminder<a name=\"patient-importance-no-comm-health-reminder\"> </a></td><td>No Communication - Health Reminders</td><td>Patient is falgged to prevent the communication of health reminders</td></tr><tr><td style=\"white-space:nowrap\">no-comm-privacy<a name=\"patient-importance-no-comm-privacy\"> </a></td><td>No Communication - Specific Privacy Concerns</td><td>Patient is flagged with specific privary concerns (example HIV, Mental Health, patients)</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/patient-importance",
"version" : "8.0.0",
"name" : "PatientImportanceCodeSystem",
"title" : "Patient Importance Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Patient status code examples",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "bad-debt",
"display" : "Bad Debt",
"definition" : "Patient is in collections or has uncollected or overdue payments on account"
},
{
"code" : "do-not-contact",
"display" : "Do Not Contact",
"definition" : "Patient is flagged to prevent automated communications"
},
{
"code" : "no-comm-health-reminder",
"display" : "No Communication - Health Reminders",
"definition" : "Patient is falgged to prevent the communication of health reminders"
},
{
"code" : "no-comm-privacy",
"display" : "No Communication - Specific Privacy Concerns",
"definition" : "Patient is flagged with specific privary concerns (example HIV, Mental Health, patients)"
}
]
}