{
  "resourceType": "StructureDefinition",
  "id": "pt-lm-ActivityDefinition",
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>"
  },
  "url": "http://medmij.nl/fhir/StructureDefinition/pt-lm-ActivityDefinition",
  "name": "LmActivityDefinition",
  "title": "ActivityDefinition",
  "status": "active",
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Reusable definition of a launchable digital (eHealth) activity that can be requested for a patient in MedMij and/or Koppeltaal workflows. It describes the clinical intent and (when applicable) the technical launch details (e.g., endpoint) so that systems can create patient-specific workflow Tasks that reference this definition.",
  "purpose": "To describe a launchable digital (eHealth) activity as a reusable template, including clinical intent and the information needed to invoke the activity in the correct context. Patient-specific workflow management and status tracking are handled in separate Task resources that reference this definition.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": true,
  "type": "http://medmij.nl/fhir/StructureDefinition/pt-lm-ActivityDefinition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "pt-lm-ActivityDefinition",
        "path": "pt-lm-ActivityDefinition",
        "short": "ActivityDefinition",
        "definition": "Reusable definition of a launchable digital (eHealth) activity that can be requested for a patient in MedMij and/or Koppeltaal workflows. It describes the clinical intent and (when applicable) the technical launch details (e.g., endpoint) so that systems can create patient-specific workflow Tasks that reference this definition.",
        "alias": [
          "Module"
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.ModuleEndpoint",
        "path": "pt-lm-ActivityDefinition.ModuleEndpoint",
        "short": "Endpoint that exposes the launchable activity.",
        "definition": "Endpoint that exposes the launchable activity.",
        "alias": [
          "Endpoint"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Endpoint"
            ]
          }
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.Identifier",
        "path": "pt-lm-ActivityDefinition.Identifier",
        "short": "Business identifier that uniquely identifies this ActivityDefinition instance within or across systems.",
        "definition": "Business identifier that uniquely identifies this ActivityDefinition instance within or across systems.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.Version",
        "path": "pt-lm-ActivityDefinition.Version",
        "short": "Version identifier for this provider module, used to distinguish different published revisions.",
        "definition": "Version identifier for this provider module, used to distinguish different published revisions.",
        "alias": [
          "Versie"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.Name",
        "path": "pt-lm-ActivityDefinition.Name",
        "short": "Name for this activity definition (computer friendly)",
        "definition": "Name for this activity definition (computer friendly)",
        "alias": [
          "Naam"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.Title",
        "path": "pt-lm-ActivityDefinition.Title",
        "short": "Human-friendly title for display and selection.",
        "definition": "Human-friendly title for display and selection.",
        "alias": [
          "Titel"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.Status",
        "path": "pt-lm-ActivityDefinition.Status",
        "short": "Status of the provider module (for example draft, active, retired). Indicates whether it may be used in workflows.",
        "definition": "Status of the provider module (for example draft, active, retired). Indicates whether it may be used in workflows.",
        "alias": [
          "Status"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.Publisher",
        "path": "pt-lm-ActivityDefinition.Publisher",
        "short": "Organization responsible for publishing this activity definition. The publisher owns the content and/or functionality and manages versioning.",
        "definition": "Organization responsible for publishing this activity definition. The publisher owns the content and/or functionality and manages versioning.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.Description",
        "path": "pt-lm-ActivityDefinition.Description",
        "short": "Human-readable explanation of what the activity is and how it supports the care process. This description is reusable and not patient-specific.",
        "definition": "Human-readable explanation of what the activity is and how it supports the care process. This description is reusable and not patient-specific.",
        "alias": [
          "Omschrijving"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.Usage",
        "path": "pt-lm-ActivityDefinition.Usage",
        "short": "Guidance on how this activity definition should be used in clinical workflows. In the MedMij use case, this text is intended for the healthcare professional who is selecting and assigning the activity to the patient.",
        "definition": "Guidance on how this activity definition should be used in clinical workflows. In the MedMij use case, this text is intended for the healthcare professional who is selecting and assigning the activity to the patient.",
        "alias": [
          "Gebruik"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pt-lm-ActivityDefinition.Timing",
        "path": "pt-lm-ActivityDefinition.Timing",
        "short": "Recommended timing for the activity when applied in a workflow (e.g., once, recurring, over a period). Patient-specific scheduling belongs in ServiceRequest resources.",
        "definition": "Recommended timing for the activity when applied in a workflow (e.g., once, recurring, over a period). Patient-specific scheduling belongs in ServiceRequest resources.",
        "alias": [
          "Tijdschema"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Timing"
          }
        ]
      }
    ]
  }
}