{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "EncounterNoteTemplatesVS",
  "id": "encounter-note-templates",
  "title": "Encounter Note Templates",
  "description": "The templates a note may declare it was opened from, bound `extensible` from the\n`composition-note-setup` extension on `Composition`.\n\n**Extensible rather than required.** The set is closed in the application -- every writer is typed\nagainst the same fourteen codes, and no producer emits anything outside them -- so a required\nbinding would have been additive. It is still not the right strength: required would make this guide\na release gate on the note editor, so that shipping a fifteenth template makes every note carrying\none nonconformant until the guide cuts a release. The catalogue has a known gap today (there is no\npaediatric template), so the set is expected to grow on the product's cadence.\n\n**These are note structures, not stored templates.** For the per-tenant registry of template `List`\nresources a letter is composed from, see `CodeSystem/nexus-template`, which is a different value\nspace answering a different question.\n\n**A reader meeting an unfamiliar code writes it back unchanged.** This is editor state; normalising\nan unknown template to a familiar one -- or to `blank-note` -- destroys the record of what the\nprovider started from.",
  "url": "https://fhir.apps.health/ValueSet/encounter-note-templates",
  "experimental": false,
  "date": "2026-09-07",
  "compose": {
    "include": [
      {
        "system": "https://fhir.apps.health/CodeSystem/encounter-note-template"
      }
    ]
  }
}
