{
  "resourceType": "StructureDefinition",
  "id": "isa-lm-comment",
  "url": "https://www.nfdi4health.de/fhir/ISA/StructureDefinition/isa-lm-comment",
  "version": "0.9",
  "name": "ISA_LM_COMMENT",
  "title": "ISA LM Comment",
  "status": "active",
  "publisher": "Berlin Institute of Health @ Charité - Core Facility Digital Medicine and Interoperability",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bihealth.org/en/research/scientific-infrastructure/core-facilities/interoperability/home"
        }
      ]
    }
  ],
  "description": "FHIR LogicalModel representing the comment_schema.json as specified in ISA Model and Serialization Specifications 1.0 (2016-10-28).",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "FHIR",
      "name": "Comment LogicalModel FHIR Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.nfdi4health.de/fhir/ISA/StructureDefinition/isa-lm-comment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "isa-lm-comment",
        "path": "isa-lm-comment",
        "short": "ISA LM Comment",
        "definition": "FHIR LogicalModel representing the comment_schema.json as specified in ISA Model and Serialization Specifications 1.0 (2016-10-28)."
      },
      {
        "id": "isa-lm-comment.Comment",
        "path": "isa-lm-comment.Comment",
        "short": "This schema implements the ability to annotate objects with user-defined comments.",
        "definition": "This schema implements the ability to annotate objects with user-defined comments.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Annotation"
          }
        ]
      },
      {
        "id": "isa-lm-comment.Comment.@id",
        "path": "isa-lm-comment.Comment.@id",
        "short": "@id",
        "definition": "@id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "isa-lm-comment.Comment.name",
        "path": "isa-lm-comment.Comment.name",
        "short": "name",
        "definition": "name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Annotation.extension:filename.valueString"
          }
        ]
      },
      {
        "id": "isa-lm-comment.Comment.value",
        "path": "isa-lm-comment.Comment.value",
        "short": "value",
        "definition": "value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Annotation.text"
          }
        ]
      }
    ]
  }
}