{
  "resourceType": "StructureDefinition",
  "id": "NCDTask",
  "url": "https://fhir.inso-world.com/ncd-prevention-games/StructureDefinition/NCDTask",
  "name": "NCDTask",
  "title": "NCD Task",
  "status": "draft",
  "description": "The task resource to use for NCD IG",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.basedOn",
        "path": "Task.basedOn",
        "max": "0"
      },
      {
        "id": "Task.partOf",
        "path": "Task.partOf",
        "max": "0"
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.inso-world.com/ncd-prevention-games/StructureDefinition/NCDPatient"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}