{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Geneticvariantpresence-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-geneticvariantpresence-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-EHR-CLUSTER.genetic_variant_presence.v0"
    }
  ],
  "version": "0",
  "name": "Geneticvariantpresence",
  "title": "Genetic variant presence",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "Assessment of the presence or absence of a specific genetic variant in a sequenced specimen.",
  "purpose": "To record an assessment of the presence or absence of a specific genetic variant in a sequenced specimen.",
  "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": "Genetic_variant_presence",
        "path": "Genetic_variant_presence",
        "short": "Genetic variant presence",
        "definition": "Assessment of the presence or absence of a specific genetic variant in a sequenced specimen.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Genetic_variant_presence",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Genetic_variant_presence.Variant_name",
        "path": "Genetic_variant_presence.Variant_name",
        "short": "Variant name",
        "definition": "The name of the variant.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Genetic_variant_presence.Variant_name",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Genetic_variant_presence.Variant_name.value",
        "path": "Genetic_variant_presence.Variant_name.value",
        "short": "Variant name",
        "definition": "The name of the variant.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Genetic_variant_presence.Variant_name.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Genetic_variant_presence.Finding",
        "path": "Genetic_variant_presence.Finding",
        "short": "Finding",
        "definition": "The presence or absence of the variant.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Genetic_variant_presence.Finding",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Genetic_variant_presence.Finding.value",
        "path": "Genetic_variant_presence.Finding.value",
        "short": "Finding",
        "definition": "The presence or absence of the variant.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Genetic_variant_presence.Finding.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Genetic_variant_presence.Comment",
        "path": "Genetic_variant_presence.Comment",
        "short": "Comment",
        "definition": "Additional narrative about the genetic variant presence not captured in other elements.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Genetic_variant_presence.Comment",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Genetic_variant_presence.Comment.value",
        "path": "Genetic_variant_presence.Comment.value",
        "short": "Comment",
        "definition": "Additional narrative about the genetic variant presence not captured in other elements.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Genetic_variant_presence.Comment.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}