{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2017-09-20T09:57:21.771+00:00"
  },
  "url": "http://www.agfa.com/ei/fhir/StructureDefinition/ei-list-type",
  "name": "Enterprise Imaging List Type",
  "status": "draft",
  "date": "2017-09-20T09:55:17.883+00:00",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "List"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://www.agfa.com/ei/fhir/StructureDefinition/ei-list-type"
      },
      {
        "id": "Extension.value[x]:valueCode",
        "path": "Extension.valueCode",
        "sliceName": "valueCode",
        "short": "TASK_LIST | QUERY_LIST | CONFERENCE_LIST | MY_LIST | ACTIVITY_OVERVIEW",
        "definition": "the type value of the list defined by Enterprise Imaging",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetUri": "http://www.agfa.com/ei/fhir/ValueSet/ei-vs-list-type"
        }
      }
    ]
  }
}