{
  "resourceType": "StructureDefinition",
  "id": "ei-task-list",
  "meta": {
    "lastUpdated": "2019-12-13T05:04:00.812+00:00"
  },
  "url": "http://www.agfa.com/ei/fhir/StructureDefinition/ei-task-list",
  "version": "1.1",
  "name": "Enterprise Imaging Task List",
  "status": "active",
  "date": "2019-12-13T05:03:29.9375633+00:00",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "agfa-ei-model",
      "name": "Enterprise Imaging Data Model"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List",
        "path": "List",
        "comment": "id rule - tasklist-XXX"
      },
      {
        "id": "List.extension",
        "path": "List.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "List.extension:list-properties",
        "path": "List.extension",
        "sliceName": "list-properties",
        "type": [
          {
            "code": "Extension",
            "profile": "http://www.agfa.com/ei/fhir/StructureDefinition/ei-list-properties"
          }
        ]
      },
      {
        "id": "List.extension:list-type",
        "path": "List.extension",
        "sliceName": "list-type",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://www.agfa.com/ei/fhir/StructureDefinition/ei-list-type"
          }
        ],
        "binding": {
          "strength": "preferred",
          "valueSetUri": "http://www.agfa.com/ei/fhir/ValueSet/ei-vs-list-type"
        }
      },
      {
        "id": "List.identifier.value",
        "path": "List.identifier.value",
        "mapping": [
          {
            "identity": "agfa-ei-model",
            "map": "QUERY_LIST#CODE"
          }
        ]
      },
      {
        "id": "List.status",
        "path": "List.status",
        "mapping": [
          {
            "identity": "agfa-ei-model",
            "map": "QUERY_LIST#ACTIVE"
          }
        ]
      },
      {
        "id": "List.title",
        "path": "List.title",
        "mapping": [
          {
            "identity": "agfa-ei-model",
            "map": "QUERY_LIST#LABEL"
          }
        ]
      },
      {
        "id": "List.subject",
        "path": "List.subject",
        "max": "0"
      },
      {
        "id": "List.encounter",
        "path": "List.encounter",
        "max": "0"
      },
      {
        "id": "List.source",
        "path": "List.source",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "profile": "http://www.agfa.com/ei/fhir/StructureDefinition/ei-practitioner"
          }
        ]
      },
      {
        "id": "List.entry.flag",
        "path": "List.entry.flag",
        "max": "0"
      },
      {
        "id": "List.entry.deleted",
        "path": "List.entry.deleted",
        "max": "0"
      },
      {
        "id": "List.entry.date",
        "path": "List.entry.date",
        "max": "0"
      }
    ]
  }
}