{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "EncounterVisitTypeCS",
  "id": "encounter-visit-type",
  "title": "Encounter Visit Type CodeSystem",
  "description": "The visit types a provider can open an encounter note on.\n\nThe note editor asks which kind of visit this is before any words are typed, and the answer selects\nwhich note templates are offered. The chosen code travels on the note in the\n`composition-note-setup` extension, so a draft reopens on the footing it was left on.\n\n**Not `Encounter.class`, and not an appointment reason.** `Encounter.class` says where care happened\nand is bound to a published v3 system; a visit type says what the provider is about to write about.\nTwo notes in the same setting routinely carry different visit types, and a visit type asserts nothing\nabout the setting.\n\n**Minted locally because it describes the authoring surface, not medicine.** No published system\nnames the picker entry a provider chose before writing, and coding one as a SNOMED procedure would\nassert a clinical meaning it does not have.\n\nContent is `complete`: this system lists all of its own codes. The binding from\n`composition-note-setup` is **extensible**, so a visit type this guide has not named yet is still\nconformant on the wire -- the application's catalogue grows on its own cadence, and this system\ncatching up is a documentation lag rather than a break.\n\nThe eight below are the eight the application offers, in display order.",
  "url": "https://fhir.apps.health/CodeSystem/encounter-visit-type",
  "concept": [
    {
      "code": "prenatal-checkup",
      "display": "Prenatal checkup",
      "definition": "A scheduled visit in an ongoing pregnancy. Offers the antenatal templates."
    },
    {
      "code": "annual-physical",
      "display": "Annual physical",
      "definition": "A periodic health review. Offers the adult periodic health and preventive health templates."
    },
    {
      "code": "diabetes-follow-up",
      "display": "Diabetes follow-up",
      "definition": "A review visit for an established diabetic patient. Offers the diabetes review and flow sheet templates."
    },
    {
      "code": "same-day-urgent",
      "display": "Same-day urgent",
      "definition": "The generic same-day or walk-in problem visit. This is the visit type a note opens on when nothing chooses one, so it may have been selected deliberately or defaulted into -- nothing on the wire distinguishes the two."
    },
    {
      "code": "phone-call",
      "display": "Phone call",
      "definition": "A visit conducted by telephone. Offers the brief phone note template."
    },
    {
      "code": "mental-health",
      "display": "Mental health",
      "definition": "A mental health visit. Offers the assessment and follow-up templates."
    },
    {
      "code": "procedure",
      "display": "Procedure",
      "definition": "A visit in which a procedure is performed. Offers the procedure note template."
    },
    {
      "code": "form-visit",
      "display": "Form visit",
      "definition": "A visit whose purpose is completing a form for the patient. Offers the form-supporting note template."
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "count": 8
}
