{
  "resourceType": "StructureDefinition",
  "id": "ListBenefitsSynchronization",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-08-19T14:58:23.709+00:00"
  },
  "url": "http://spms.min-saude.pt/iop/StructureDefinition/ListBenefitsSynchronization",
  "name": "ListBenefitsSynchronization",
  "status": "draft",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "List.id",
        "path": "List.id",
        "min": 1
      },
      {
        "id": "List.meta",
        "path": "List.meta",
        "min": 1
      },
      {
        "id": "List.meta.lastUpdated",
        "path": "List.meta.lastUpdated",
        "min": 1
      },
      {
        "id": "List.status",
        "path": "List.status",
        "fixedCode": "current"
      },
      {
        "id": "List.mode",
        "path": "List.mode",
        "fixedCode": "working"
      },
      {
        "id": "List.code",
        "path": "List.code",
        "min": 1
      },
      {
        "id": "List.code.coding.system",
        "path": "List.code.coding.system",
        "min": 1,
        "fixedUri": "http://spms.min-saude.pt/rnu/codesystem/list-codes"
      },
      {
        "id": "List.code.coding.code",
        "path": "List.code.coding.code",
        "min": 1,
        "fixedCode": "BU"
      },
      {
        "id": "List.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "List.code.coding.display",
        "fixedString": "Lista de Benefícios do Utente"
      },
      {
        "id": "List.subject",
        "path": "List.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://spms.min-saude.pt/iop/StructureDefinition/PatientBenefitsSynchronization",
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "List.entry",
        "path": "List.entry",
        "min": 1
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://spms.min-saude.pt/iop/StructureDefinition/ContractBenefitsSynchronization",
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      }
    ]
  }
}