{
  "resourceType": "StructureDefinition",
  "id": "OrganizationINCISIVE",
  "url": "https://fhir.incisive-project.eu/StructureDefinition/OrganizationINCISIVE",
  "version": "20230717",
  "name": "OrganizationINCISIVE",
  "title": "Organization for Breast, Colorectal, Lung and Prostate cancer",
  "status": "active",
  "publisher": "FTSS",
  "description": "Defines the Organization structure used by INCISIVE",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "short": "The resource is used to identify the project's data provider organization",
        "definition": "Contains a formally or informally recognized group of people or organizations formed to achieve some form of collective action. Includes corporations, institutions, businesses, departments, community groups, healthcare practice groups, payers/insurers, etc."
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "short": "Identifies this data provider organization",
        "definition": "Use local codes to identify this data provider organizations"
      },
      {
        "id": "Organization.identifier.type",
        "path": "Organization.identifier.type",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "IdentifierType"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean": true
            }
          ],
          "strength": "extensible",
          "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. It adds the local code needed by INCISIVE to identify the Data provider organization.",
          "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type"
        }
      },
      {
        "id": "Organization.identifier.type.coding",
        "path": "Organization.identifier.type.coding",
        "short": "Code defined by INCISIVE local codes",
        "definition": "A reference to a code defined by a terminology system. In this case, use the INCISIVE local code, which includes the INCISIVE data provider."
      },
      {
        "id": "Organization.identifier.type.coding.system",
        "path": "Organization.identifier.type.coding.system",
        "short": "Identity of the INCISIVE local code system",
        "definition": "The identification of the code system that defines the meaning of the symbol in the code. This system points to the INCISIVE local code system."
      },
      {
        "id": "Organization.identifier.type.coding.code",
        "path": "Organization.identifier.type.coding.code",
        "short": "Data provider organization code",
        "definition": "Symbol in syntax defined by INCISIVE local code system."
      },
      {
        "id": "Organization.identifier.type.coding.display",
        "path": "Organization.identifier.type.coding.display",
        "short": "Data provider organization abbreviation",
        "definition": "The data provider organization abbreviation corresponding to the code in the INCISIVE local code system follows the rules of the system."
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "Name used for this data provider organization",
        "definition": "A name associated with the Data provider organization."
      }
    ]
  }
}