Vanna Health IG
0.0.2 - ci-build

Vanna Health IG - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Vanna Member Status Code System - JSON Representation

Draft as of 2024-05-03

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "member-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://vanna.health/fhir/CodeSystem/member-status</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\">unassigned<a name=\"member-status-unassigned\"> </a></td><td>Unassigned</td><td>Default status for members that have yet to engaged by Vanna</td></tr><tr><td style=\"white-space:nowrap\">outreach<a name=\"member-status-outreach\"> </a></td><td>Outreach</td><td>Status for Members who Vanna is actively trying to engage and enroll.</td></tr><tr><td style=\"white-space:nowrap\">enrolled<a name=\"member-status-enrolled\"> </a></td><td>Enrolled</td><td>Status for Members who are enrolled with Vanna and receiving support and services. Implies but does not guarantee that the Member signed Consent forms.</td></tr><tr><td style=\"white-space:nowrap\">closed<a name=\"member-status-closed\"> </a></td><td>Closed</td><td>Members that are no longer engaged with Vanna</td></tr></table></div>"
  },
  "url" : "http://vanna.health/fhir/CodeSystem/member-status",
  "version" : "0.0.2",
  "name" : "VannaMemberStatusCodeSystem",
  "title" : "Vanna Member Status Code System",
  "status" : "draft",
  "date" : "2024-05-03T17:27:25+00:00",
  "publisher" : "Vanna Health Engineering",
  "contact" : [
    {
      "name" : "Vanna Health Engineering",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://vanna.health"
        }
      ]
    }
  ],
  "description" : "A local code system defined within the context of the Vanna IG to hold the custom codes for Member Status.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "unassigned",
      "display" : "Unassigned",
      "definition" : "Default status for members that have yet to engaged by Vanna"
    },
    {
      "code" : "outreach",
      "display" : "Outreach",
      "definition" : "Status for Members who Vanna is actively trying to engage and enroll."
    },
    {
      "code" : "enrolled",
      "display" : "Enrolled",
      "definition" : "Status for Members who are enrolled with Vanna and receiving support and services. Implies but does not guarantee that the Member signed Consent forms."
    },
    {
      "code" : "closed",
      "display" : "Closed",
      "definition" : "Members that are no longer engaged with Vanna"
    }
  ]
}