{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "NexusEmrAttachmentStatusCS",
  "id": "nexus-emr-attachment-status",
  "title": "Primary Care Attachment Status CodeSystem",
  "description": "Status of a patient's formal primary-care attachment/enrollment.",
  "url": "https://fhir.apps.health/CodeSystem/nexus-emr-attachment-status",
  "concept": [
    {
      "code": "pending",
      "display": "Pending",
      "definition": "Attachment proposed/requested, not yet confirmed."
    },
    {
      "code": "enrolled",
      "display": "Enrolled",
      "definition": "Patient is formally enrolled/rostered to the provider."
    },
    {
      "code": "attached",
      "display": "Attached",
      "definition": "Patient is attached to the provider (e.g. an Alberta shared panel) without a distinct enrollment act."
    },
    {
      "code": "terminated",
      "display": "Terminated",
      "definition": "The attachment has ended."
    },
    {
      "code": "not-enrolled",
      "display": "Not Enrolled",
      "definition": "Patient is deliberately not enrolled/rostered ('don't bother'). A decided negative -- distinct from #pending (enrolment in progress) and from an absent attachment (unknown / not recorded). Abbrev: NE."
    },
    {
      "code": "fee-for-service",
      "display": "Fee for Service",
      "definition": "Patient is seen on a fee-for-service basis: not attached, and not due to termination or a failed attachment (e.g. high outside use, or otherwise not desirable to roster). Abbrev: FS."
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "count": 6
}
