{
  "resourceType": "StructureDefinition",
  "id": "ce-account",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Enter your narrative here</div>"
  },
  "url": "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-account",
  "name": "Account",
  "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",
        "mustSupport": true
      },
      {
        "id": "Account.modifierExtension",
        "path": "Account.modifierExtension",
        "mustSupport": true
      },
      {
        "id": "Account.identifier",
        "path": "Account.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-identifier"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Account.status",
        "path": "Account.status",
        "mustSupport": true
      },
      {
        "id": "Account.type",
        "path": "Account.type",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Account.name",
        "path": "Account.name",
        "mustSupport": true
      },
      {
        "id": "Account.subject",
        "path": "Account.subject",
        "mustSupport": true
      },
      {
        "id": "Account.servicePeriod",
        "path": "Account.servicePeriod",
        "mustSupport": true
      },
      {
        "id": "Account.coverage.extension",
        "path": "Account.coverage.extension",
        "mustSupport": true
      },
      {
        "id": "Account.coverage.modifierExtension",
        "path": "Account.coverage.modifierExtension",
        "mustSupport": true
      },
      {
        "id": "Account.coverage.coverage",
        "path": "Account.coverage.coverage",
        "mustSupport": true
      },
      {
        "id": "Account.coverage.priority",
        "path": "Account.coverage.priority",
        "mustSupport": true
      },
      {
        "id": "Account.owner",
        "path": "Account.owner",
        "mustSupport": true
      },
      {
        "id": "Account.description",
        "path": "Account.description",
        "mustSupport": true
      },
      {
        "id": "Account.guarantor",
        "path": "Account.guarantor",
        "mustSupport": true
      },
      {
        "id": "Account.guarantor.extension",
        "path": "Account.guarantor.extension",
        "mustSupport": true
      },
      {
        "id": "Account.guarantor.modifierExtension",
        "path": "Account.guarantor.modifierExtension",
        "mustSupport": true
      },
      {
        "id": "Account.guarantor.party",
        "path": "Account.guarantor.party",
        "mustSupport": true
      },
      {
        "id": "Account.guarantor.onHold",
        "path": "Account.guarantor.onHold",
        "mustSupport": true
      },
      {
        "id": "Account.guarantor.period",
        "path": "Account.guarantor.period",
        "mustSupport": true
      },
      {
        "id": "Account.guarantor.period.start",
        "path": "Account.guarantor.period.start",
        "mustSupport": true
      },
      {
        "id": "Account.guarantor.period.end",
        "path": "Account.guarantor.period.end",
        "mustSupport": true
      },
      {
        "id": "Account.partOf",
        "path": "Account.partOf",
        "mustSupport": true
      }
    ]
  }
}