{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Issue-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-issue-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-EHR-CLUSTER.issue.v0"
    }
  ],
  "version": "0",
  "name": "Issue",
  "title": "Issue",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "A health-related issue or concern held by the individual.",
  "purpose": "To record a health-related issue or concern held by the individual.",
  "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": "Issue",
        "path": "Issue",
        "short": "Issue",
        "definition": "A health-related issue or concern held by the individual.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Issue",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Issue.Issue",
        "path": "Issue.Issue",
        "short": "Issue",
        "definition": "The name of the issue or concern as presented by the person.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Issue.Issue",
          "min": 1,
          "max": "1"
        }
      },
      {
        "id": "Issue.Issue.value",
        "path": "Issue.Issue.value",
        "short": "Issue",
        "definition": "The name of the issue or concern as presented by the person.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Issue.Issue.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Issue.Nil_significant",
        "path": "Issue.Nil_significant",
        "short": "Nil significant",
        "definition": "The issue was reported as not being present to any significant degree.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Issue.Nil_significant",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Issue.Nil_significant.value",
        "path": "Issue.Nil_significant.value",
        "short": "Nil significant",
        "definition": "The issue was reported as not being present to any significant degree.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Issue.Nil_significant.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Issue.Description",
        "path": "Issue.Description",
        "short": "Description",
        "definition": "Narrative description about the issue or concern.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Issue.Description",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Issue.Description.value",
        "path": "Issue.Description.value",
        "short": "Description",
        "definition": "Narrative description about the issue or concern.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Issue.Description.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}