{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NexusCompositionKindVS",
  "id": "nexus-composition-kind",
  "title": "Composition Kind Value Set",
  "description": "Which kind of note, or which kind of summary, for `Composition.category`.\n\nThe document CLASS -- note, summary or letter -- is a separate and coarser question, lives on\n`Composition.type`, and uses `nexus-emr-composition-classification`. This set is the finer axis\nunderneath it: a progress note is LOINC 11506-3, a generated day-sheet summary is\n`nexus-daysheet-summary`.\n\n**This set contains the three class codes too**, so repeating the `type` code on `category` always\nvalidates. A producer with no finer kind than the class may do exactly that, or may leave `category`\nabsent.\n\n**Bound `preferred`**, weaker than the class binding on purpose. LOINC's document axis is large and\nthis set does not enumerate it; a producer holding a more precise code should use it rather than\nfall back to a coarser one to satisfy a binding.\n\nA section is a third question again, and uses `nexus-composition-section`.",
  "url": "https://fhir.apps.health/ValueSet/nexus-composition-kind",
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "34109-9",
            "display": "Note"
          },
          {
            "code": "34133-9",
            "display": "Summary of Episode Note"
          },
          {
            "code": "51852-2",
            "display": "Letter"
          },
          {
            "code": "11506-3",
            "display": "Progress Note"
          },
          {
            "code": "11488-4",
            "display": "Consult Note"
          },
          {
            "code": "18842-5",
            "display": "Discharge Summary"
          },
          {
            "code": "34117-2",
            "display": "History and physical note"
          },
          {
            "code": "34748-4",
            "display": "Telephone Encounter Note"
          }
        ]
      },
      {
        "system": "https://fhir.apps.health/CodeSystem/nexus-composition-type"
      }
    ]
  }
}
