{
  "resourceType": "StructureDefinition",
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Enter you narrative here</div>"
  },
  "url": "https://test.yu/fhir/StructureDefinition/MyAccount",
  "name": "MyAccount",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Account",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Account",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Account.extension",
        "path": "Account.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Account.extension:myExtension",
        "path": "Account.extension",
        "sliceName": "myExtension",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://test.yu/fhir/StructureDefinition/MyExtension"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Account.identifier",
        "path": "Account.identifier",
        "min": 1
      },
      {
        "id": "Account.type",
        "path": "Account.type",
        "min": 1
      },
      {
        "id": "Account.name",
        "path": "Account.name",
        "min": 1
      },
      {
        "id": "Account.subject",
        "path": "Account.subject",
        "min": 1
      },
      {
        "id": "Account.servicePeriod",
        "path": "Account.servicePeriod",
        "min": 1
      },
      {
        "id": "Account.coverage",
        "path": "Account.coverage",
        "min": 1
      },
      {
        "id": "Account.owner",
        "path": "Account.owner",
        "min": 1
      },
      {
        "id": "Account.guarantor",
        "path": "Account.guarantor",
        "min": 1
      },
      {
        "id": "Account.partOf",
        "path": "Account.partOf",
        "min": 1
      }
    ]
  }
}