{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MyAccount",
  "version": "v1.0",
  "name": "MyAccount",
  "status": "active",
  "date": "2023-06-01T14:22:16.0511965+00:00",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Account",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Account",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Account.identifier.use",
        "path": "Account.identifier.use",
        "max": "0"
      },
      {
        "id": "Account.identifier.type.coding",
        "path": "Account.identifier.type.coding",
        "max": "0"
      },
      {
        "id": "Account.identifier.type.text",
        "path": "Account.identifier.type.text",
        "max": "0",
        "fixedString": "Account"
      },
      {
        "id": "Account.identifier.system",
        "path": "Account.identifier.system",
        "max": "0"
      },
      {
        "id": "Account.identifier.value",
        "path": "Account.identifier.value",
        "fixedString": "Account"
      },
      {
        "id": "Account.identifier.period",
        "path": "Account.identifier.period",
        "max": "0"
      },
      {
        "id": "Account.identifier.assigner",
        "path": "Account.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Account.type",
        "path": "Account.type",
        "max": "0"
      },
      {
        "id": "Account.name",
        "path": "Account.name",
        "max": "0"
      },
      {
        "id": "Account.subject",
        "path": "Account.subject",
        "max": "0"
      },
      {
        "id": "Account.servicePeriod",
        "path": "Account.servicePeriod",
        "max": "0"
      },
      {
        "id": "Account.coverage.coverage.type",
        "path": "Account.coverage.coverage.type",
        "fixedUri": "Coverage"
      },
      {
        "id": "Account.coverage.coverage.identifier.use",
        "path": "Account.coverage.coverage.identifier.use",
        "max": "0"
      },
      {
        "id": "Account.coverage.coverage.identifier.type",
        "path": "Account.coverage.coverage.identifier.type",
        "max": "0"
      },
      {
        "id": "Account.coverage.coverage.identifier.system",
        "path": "Account.coverage.coverage.identifier.system",
        "max": "0"
      },
      {
        "id": "Account.coverage.coverage.identifier.value",
        "path": "Account.coverage.coverage.identifier.value",
        "max": "0"
      },
      {
        "id": "Account.coverage.coverage.identifier.period",
        "path": "Account.coverage.coverage.identifier.period",
        "max": "0"
      },
      {
        "id": "Account.coverage.coverage.identifier.assigner",
        "path": "Account.coverage.coverage.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Account.coverage.coverage.display",
        "path": "Account.coverage.coverage.display",
        "fixedString": "Apólice"
      },
      {
        "id": "Account.coverage.priority",
        "path": "Account.coverage.priority",
        "max": "0"
      },
      {
        "id": "Account.owner",
        "path": "Account.owner",
        "max": "0"
      },
      {
        "id": "Account.description",
        "path": "Account.description",
        "max": "0"
      },
      {
        "id": "Account.guarantor",
        "path": "Account.guarantor",
        "max": "0"
      },
      {
        "id": "Account.partOf",
        "path": "Account.partOf",
        "max": "0"
      }
    ]
  }
}