{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "ContactPurposeCS",
  "id": "nexus-emr-contact-purpose",
  "title": "Contact Purpose Code System",
  "description": "Purposes an alternative contact can serve for a patient, used by the Nexus EMR Patient Profile Relationships section.",
  "url": "https://fhir.apps.health/CodeSystem/nexus-emr-contact-purpose",
  "concept": [
    {
      "code": "emergency",
      "display": "Emergency Contact",
      "definition": "Person to contact in an emergency."
    },
    {
      "code": "substitute-decision-maker",
      "display": "Substitute Decision Maker",
      "definition": "Person authorized to make care decisions on the patient's behalf when the patient is unable to."
    },
    {
      "code": "next-of-kin",
      "display": "Next of Kin",
      "definition": "The patient's nearest relative."
    },
    {
      "code": "care-giver",
      "display": "Care Giver",
      "definition": "Person who provides care or day-to-day support to the patient."
    },
    {
      "code": "power-of-attorney",
      "display": "Power of Attorney",
      "definition": "Person holding power of attorney for the patient."
    },
    {
      "code": "guarantor",
      "display": "Guarantor",
      "definition": "Person financially responsible for the patient's account."
    },
    {
      "code": "insurance",
      "display": "Insurance",
      "definition": "Insurance contact associated with the patient."
    },
    {
      "code": "administrative-staff",
      "display": "Administrative Staff",
      "definition": "Administrative contact associated with the patient's care."
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "count": 8
}
