{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "PatientFlagTypeCS",
  "id": "nexus-emr-patient-flag-type",
  "title": "Patient Flag Type Code System",
  "description": "Singleton administrative patient-flag types used by Nexus EMR; the flag's free text is carried on Flag.code.text.",
  "url": "https://fhir.apps.health/CodeSystem/nexus-emr-patient-flag-type",
  "concept": [
    {
      "code": "booking-alert",
      "display": "Booking alert",
      "definition": "A short administrative alert for booking and front-desk staff (e.g. scheduling preferences)."
    },
    {
      "code": "patient-note",
      "display": "Patient note",
      "definition": "A general administrative free-text note about the patient."
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "count": 2
}
