{
  "resourceType": "StructureDefinition",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Enter your narrative here</div>"
  },
  "url": "https://example.org/fhir/StructureDefinition/MyModel",
  "name": "MyModel",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "logical",
  "abstract": false,
  "type": "https://example.org/fhir/StructureDefinition/MyModel",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "MyModel",
        "path": "MyModel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "MyModel.Identifier",
        "path": "MyModel.Identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/string"
            ]
          }
        ]
      },
      {
        "id": "MyModel.Parents",
        "path": "MyModel.Parents",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "MyModel.Parents.father",
        "path": "MyModel.Parents.father",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "MyModel.Parents.element",
        "path": "MyModel.Parents.element",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "MyModel.name",
        "path": "MyModel.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/string"
            ]
          }
        ]
      }
    ]
  }
}