{
  "resourceType": "StructureDefinition",
  "id": "Incident",
  "url": "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/Incident/v1",
  "name": "Incident",
  "status": "active",
  "date": "2024-01-10T14:02:01.1873929+00:00",
  "description": "This profile contains information about the incident of what the task is associated with.\r\nThe profile is based on the Basic Resource.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Basic",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Basic",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Basic.id",
        "path": "Basic.id",
        "max": "0"
      },
      {
        "id": "Basic.meta",
        "path": "Basic.meta"
      },
      {
        "id": "Basic.meta.id",
        "path": "Basic.meta.id",
        "max": "0"
      },
      {
        "id": "Basic.meta.versionId",
        "path": "Basic.meta.versionId",
        "min": 1
      },
      {
        "id": "Basic.meta.lastUpdated",
        "path": "Basic.meta.lastUpdated",
        "min": 1
      },
      {
        "id": "Basic.meta.source",
        "path": "Basic.meta.source",
        "max": "0"
      },
      {
        "id": "Basic.meta.profile",
        "path": "Basic.meta.profile",
        "max": "0"
      },
      {
        "id": "Basic.meta.security",
        "path": "Basic.meta.security",
        "max": "0"
      },
      {
        "id": "Basic.meta.tag",
        "path": "Basic.meta.tag",
        "max": "0"
      },
      {
        "id": "Basic.implicitRules",
        "path": "Basic.implicitRules",
        "max": "0"
      },
      {
        "id": "Basic.language",
        "path": "Basic.language",
        "max": "0"
      },
      {
        "id": "Basic.text",
        "path": "Basic.text",
        "max": "0"
      },
      {
        "id": "Basic.contained",
        "path": "Basic.contained",
        "max": "0"
      },
      {
        "id": "Basic.extension",
        "path": "Basic.extension",
        "min": 2
      },
      {
        "id": "Basic.extension:status",
        "path": "Basic.extension",
        "sliceName": "status",
        "short": "Additional content defined by implementations",
        "definition": "The current state of the incident.\r\n\r\nSee Section X.\r\n\r\nWhen incident is created status is 'in\r\nprogress' until it is closed. Then status will\r\nchange to 'finished'.",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/IncidentStatus/v1"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Basic.extension:responsibleOrganization",
        "path": "Basic.extension",
        "sliceName": "responsibleOrganization",
        "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/ResponsibleOrganizationReference/v1"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Basic.extension:responsibleOrganization.value[x].reference",
        "path": "Basic.extension.value[x].reference",
        "min": 1
      },
      {
        "id": "Basic.extension:severity",
        "path": "Basic.extension",
        "sliceName": "severity",
        "definition": "Emergency assessment of the incident.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/IncidentSeverityClassification/v1"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Basic.extension:address",
        "path": "Basic.extension",
        "sliceName": "address",
        "definition": "The address of the incident - the place the incident has happened.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/IncidentAddress/v1"
            ]
          }
        ]
      },
      {
        "id": "Basic.extension:description",
        "path": "Basic.extension",
        "sliceName": "description",
        "definition": "Incident dispatch message.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/IncidentDescription/v1"
            ]
          }
        ]
      },
      {
        "id": "Basic.identifier",
        "path": "Basic.identifier",
        "definition": "An identifier for this incident which holds the domain id of the incident.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Basic.identifier.use",
        "path": "Basic.identifier.use",
        "max": "0"
      },
      {
        "id": "Basic.identifier.type",
        "path": "Basic.identifier.type",
        "max": "0"
      },
      {
        "id": "Basic.identifier.system",
        "path": "Basic.identifier.system",
        "min": 1
      },
      {
        "id": "Basic.identifier.value",
        "path": "Basic.identifier.value",
        "definition": "Unique value - the actual incident id.",
        "min": 1
      },
      {
        "id": "Basic.identifier.period",
        "path": "Basic.identifier.period",
        "max": "0"
      },
      {
        "id": "Basic.identifier.assigner",
        "path": "Basic.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Basic.code",
        "path": "Basic.code",
        "definition": "Identifies the type of resource."
      },
      {
        "id": "Basic.code.coding",
        "path": "Basic.code.coding",
        "max": "0"
      },
      {
        "id": "Basic.code.text",
        "path": "Basic.code.text",
        "definition": "Plain text representation of the concept.",
        "min": 1,
        "fixedString": "Incident"
      },
      {
        "id": "Basic.subject",
        "path": "Basic.subject",
        "max": "0"
      },
      {
        "id": "Basic.created",
        "path": "Basic.created",
        "definition": "Creation time of the incident resource.",
        "min": 1
      },
      {
        "id": "Basic.author",
        "path": "Basic.author",
        "max": "0"
      }
    ]
  }
}