{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Organisation-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-organisation-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-EHR-CLUSTER.organisation.v1"
    }
  ],
  "version": "0",
  "name": "Organisation",
  "title": "Organisation",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "An entity comprising one or more people and having a particular purpose.",
  "purpose": "To record details about an organisation as they are known or understood in the course of clinical documentation.",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "openEHR",
      "uri": "http://openehr.org",
      "name": "openEHR Mapping"
    },
    {
      "identity": "openEHR-natural",
      "uri": "http://openehr.org",
      "name": "openEHR natural path"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "StructureDefinition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "snapshot": {
    "element": [
      {
        "id": "Organisation",
        "path": "Organisation",
        "short": "Organisation",
        "definition": "An entity comprising one or more people and having a particular purpose.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Organisation",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Name",
        "path": "Organisation.Name",
        "short": "Name",
        "definition": "The unstructured name or label for the organisation.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Organisation.Name",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Organisation.Name.value",
        "path": "Organisation.Name.value",
        "short": "Name",
        "definition": "The unstructured name or label for the organisation.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Organisation.Name.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Identifier",
        "path": "Organisation.Identifier",
        "short": "Identifier",
        "definition": "Identifier associated with the organisation.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Organisation.Identifier",
          "min": 0,
          "max": "*"
        }
      },
      {
        "id": "Organisation.Identifier.value_DV_IDENTIFIER",
        "path": "Organisation.Identifier.value_DV_IDENTIFIER",
        "short": "Identifier",
        "definition": "Identifier associated with the organisation.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Organisation.Identifier.value_DV_IDENTIFIER",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Identifier.value_DV_TEXT",
        "path": "Organisation.Identifier.value_DV_TEXT",
        "short": "Identifier",
        "definition": "Identifier associated with the organisation.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Organisation.Identifier.value_DV_TEXT",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Role",
        "path": "Organisation.Role",
        "short": "Role",
        "definition": "The relationship or role of the organisation to the individual or subject of care.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Organisation.Role",
          "min": 0,
          "max": "*"
        }
      },
      {
        "id": "Organisation.Role.value",
        "path": "Organisation.Role.value",
        "short": "Role",
        "definition": "The relationship or role of the organisation to the individual or subject of care.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Organisation.Role.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Address",
        "path": "Organisation.Address",
        "short": "Address",
        "definition": "Details about an address for the organisation.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Organisation.Address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Electronic_communication",
        "path": "Organisation.Electronic_communication",
        "short": "Electronic communication",
        "definition": "Details about one or more types of electronic communication for the organisation.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Organisation.Electronic_communication",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Contact_person",
        "path": "Organisation.Contact_person",
        "short": "Contact person",
        "definition": "Details about one or more people within the organisation.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Organisation.Contact_person",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Parent_organisation",
        "path": "Organisation.Parent_organisation",
        "short": "Parent organisation",
        "definition": "A larger organisation of which this organisation is a child or subsidiary.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Organisation.Parent_organisation",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Additional_details",
        "path": "Organisation.Additional_details",
        "short": "Additional details",
        "definition": "Additional details about the organisation.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Organisation.Additional_details",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Organisation.Comment",
        "path": "Organisation.Comment",
        "short": "Comment",
        "definition": "Additional narrative about the organisation not captured in other fields.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Organisation.Comment",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Organisation.Comment.value",
        "path": "Organisation.Comment.value",
        "short": "Comment",
        "definition": "Additional narrative about the organisation not captured in other fields.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Organisation.Comment.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}