{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/FactsList",
  "name": "FactsList",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List.entry.item.extension:module",
        "path": "List.entry.item.extension",
        "sliceName": "module",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/originalText"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "List.entry.item.extension:title",
        "path": "List.entry.item.extension",
        "sliceName": "title",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/originalText"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "List.entry.item.extension:body",
        "path": "List.entry.item.extension",
        "sliceName": "body",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/originalText"
            ]
          }
        ],
        "isModifier": false
      }
    ]
  }
}