{
  "resourceType": "ValueSet",
  "id": "list-codes",
  "url": "https://fhir.synapxe.sg/ValueSet/list-codes",
  "version": "1.0.0",
  "name": "ListCodesValueSet",
  "title": "List Codes Value Set",
  "status": "draft",
  "publisher": "Synapxe",
  "experimental": true,
  "date": "2026-03-30",
  "description": "Example use codes for the List resource using LOINC codes - typical kinds of use. LOINC-based equivalent of http://hl7.org/fhir/ValueSet/list-example-codes.",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "10160-0",
            "display": "Medication List",
            "designation": [
              {
                "language": "en",
                "value": "A list of medication statements for the patient."
              }
            ]
          },
          {
            "code": "11450-4",
            "display": "Problem List",
            "designation": [
              {
                "language": "en",
                "value": "A list of problems that the patient is known to have (or have had in the past)."
              }
            ]
          }
        ]
      }
    ]
  }
}