{
  "resourceType": "StructureDefinition",
  "id": "supported-activity-definitions",
  "url": "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/supported-activity-definitions",
  "name": "SupportedActivityDefinitions",
  "title": "Supported ActivityDefinitions and PlanDefinitions by HealthcareServices",
  "status": "draft",
  "description": "ActivityDefinitions or PlanDefinitions to specify the codeable concepts in HealthcareService.type.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "expression": "HealthcareService",
      "type": "element"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Supported ActivityDefinitions and PlanDefinitions by HealthcareServices",
        "definition": "ActivityDefinitions or PlanDefinitions to specify the codeable concepts in HealthcareService.type."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/supported-activity-definitions"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "canonical",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ActivityDefinition",
              "http://hl7.org/fhir/StructureDefinition/PlanDefinition"
            ]
          }
        ]
      }
    ]
  }
}
