{
  "resourceType": "StructureDefinition",
  "id": "nl-gf-task-stu3",
  "url": "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-task-stu3",
  "name": "NlGfTaskSTU3",
  "title": "NL Generic Functions Task Profile for FHIR STU3",
  "status": "draft",
  "description": "A task to be performed, such as a referral or order, with additional details specific to FHIR STU3.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.extension",
        "path": "Task.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Task.extension:taskLocation",
        "path": "Task.extension",
        "sliceName": "taskLocation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/task-stu3-location"
            ]
          }
        ]
      },
      {
        "id": "Task.extension:healthcareservice",
        "path": "Task.extension",
        "sliceName": "healthcareservice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/task-stu3-healthcareservice"
            ]
          }
        ]
      }
    ]
  }
}
