{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "PatientRecordInactiveReasonCS",
  "id": "nexus-emr-patient-record-inactive-reason",
  "title": "Patient Record Inactive Reason CodeSystem",
  "description": "Why a retired patient record is inactive. Death is deliberately not a code here — Patient.deceased[x] is FHIR's native element for it, and there must not be two ways to say it.",
  "url": "https://fhir.apps.health/CodeSystem/nexus-emr-patient-record-inactive-reason",
  "concept": [
    {
      "code": "moved",
      "display": "Moved",
      "definition": "The patient moved away (e.g. out of the geographic area or province)."
    },
    {
      "code": "transferred",
      "display": "Transferred",
      "definition": "The patient's care was transferred to another practice."
    },
    {
      "code": "duplicate",
      "display": "Duplicate",
      "definition": "The record duplicates another record for the same patient and was retired in its favour."
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "count": 3
}
