{
  "resourceType": "StructureDefinition",
  "id": "ei-query-list",
  "meta": {
    "lastUpdated": "2019-12-13T05:07:54.547+00:00"
  },
  "url": "http://www.agfa.com/ei/fhir/StructureDefinition/ei-query-list",
  "name": "Enterprise Imaging Query List",
  "status": "active",
  "date": "2019-12-13T03:35:29.4445068Z",
  "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 - eiquerylist-XXX"
      },
      {
        "id": "List.extension",
        "path": "List.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "List.extension:listproperties",
        "path": "List.extension",
        "sliceName": "listproperties",
        "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",
        "short": "Optional Extensions Element",
        "type": [
          {
            "code": "Extension",
            "profile": "http://www.agfa.com/ei/fhir/StructureDefinition/ei-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"
      }
    ]
  }
}