{
  "resourceType": "StructureDefinition",
  "id": "04ff2ca1-3aef-4b31-a0b6-db9f910ec61b",
  "meta": {
    "lastUpdated": "2021-03-10T15:22:42.459+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyAccount",
  "name": "MyAccount",
  "status": "draft",
  "date": "2021-03-10T14:08:11.3118849Z",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Account",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Account",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Account.identifier",
        "path": "Account.identifier",
        "definition": "unique identifier used to reference the account. Might or might not be intended for human use (e.g. credit card number).",
        "comment": "MII-Account",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Account.identifier.system",
        "path": "Account.identifier.system",
        "max": "0"
      },
      {
        "id": "Account.identifier.value",
        "path": "Account.identifier.value",
        "max": "0"
      },
      {
        "id": "Account.identifier.period",
        "path": "Account.identifier.period",
        "max": "0"
      },
      {
        "id": "Account.identifier.assigner",
        "path": "Account.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Account.status",
        "path": "Account.status",
        "short": "active|e inactive | entered-in-error | on-hold | unknown"
      },
      {
        "id": "Account.type",
        "path": "Account.type",
        "max": "0"
      },
      {
        "id": "Account.name",
        "path": "Account.name",
        "min": 1
      },
      {
        "id": "Account.subject",
        "path": "Account.subject",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Account.servicePeriod",
        "path": "Account.servicePeriod",
        "max": "0"
      },
      {
        "id": "Account.coverage",
        "path": "Account.coverage",
        "max": "0"
      },
      {
        "id": "Account.owner",
        "path": "Account.owner",
        "max": "0"
      },
      {
        "id": "Account.description",
        "path": "Account.description",
        "min": 1
      },
      {
        "id": "Account.guarantor",
        "path": "Account.guarantor",
        "max": "0"
      },
      {
        "id": "Account.partOf",
        "path": "Account.partOf",
        "max": "0"
      }
    ]
  }
}