{
  "resourceType": "StructureDefinition",
  "id": "diagnosticreport-genetics",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p></div>"
  },
  "url": "http://hl7.org/fhir/StructureDefinition/diagnosticreport-genetics",
  "name": "DiagnosticReport-Genetics",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Clinical Genomics)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/clingenomics"
        }
      ]
    }
  ],
  "description": "Describes how the DiagnosticReport resource is used to report structured genetic test results",
  "fhirVersion": "3.0.0",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport",
        "path": "DiagnosticReport",
        "min": 0,
        "max": "*"
      },
      {
        "id": "DiagnosticReport.extension:assessedcondition",
        "path": "DiagnosticReport.extension",
        "sliceName": "AssessedCondition",
        "short": "AssessedCondition",
        "definition": "Used to denote condition context for genetic testing, which may influence reported variants and interpretation for large genomic testing panels e.g. lung cancer or familial breast cancer.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition"
          }
        ]
      },
      {
        "id": "DiagnosticReport.extension:familymemberhistory",
        "path": "DiagnosticReport.extension",
        "sliceName": "FamilyMemberHistory",
        "short": "FamilyHistory",
        "definition": "Significant health events and conditions for a person related to the patient relevant in the context of care for the patient.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsFamilyMemberHistory"
          }
        ]
      },
      {
        "id": "DiagnosticReport.extension:analysis",
        "path": "DiagnosticReport.extension",
        "sliceName": "Analysis",
        "short": "Analysis",
        "definition": "Knowledge-based comments on the effect of the sequence on patient's condition/medication reaction.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis"
          }
        ]
      },
      {
        "id": "DiagnosticReport.codedDiagnosis",
        "path": "DiagnosticReport.codedDiagnosis",
        "min": 0,
        "max": "0",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}