<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="dnpm-lm-patient-record" />
  <url value="https://dnpm-dip.net/fhir/StructureDefinition/dnpm-lm-patient-record" />
  <name value="DNPM_LM_PatientRecord" />
  <title value="DNPM Patient Record" />
  <status value="active" />
  <description value="Logical Model for the DNPM DIP MTB Patient Record JSON structure (all 19 top-level keys)" />
  <fhirVersion value="4.0.1" />
  <mapping>
    <identity value="dnpm-to-mii-fhir" />
    <name value="DNPM to MII FHIR" />
    <comment value="Mapping der DNPM DIP JSON-Elemente auf MII KDS FHIR-Profile (moduluebergreifend)" />
  </mapping>
  <kind value="logical" />
  <abstract value="false" />
  <type value="https://dnpm-dip.net/fhir/StructureDefinition/dnpm-lm-patient-record" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
  <derivation value="specialization" />
  <differential>
    <element id="dnpm-lm-patient-record">
      <path value="dnpm-lm-patient-record" />
      <short value="DNPM Patient Record" />
      <definition value="Logical Model for the DNPM DIP MTB Patient Record JSON structure (all 19 top-level keys)" />
    </element>
    <element id="dnpm-lm-patient-record.patient">
      <path value="dnpm-lm-patient-record.patient" />
      <short value="Patient demographics" />
      <definition value="Patient demographics" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Person: Patient" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.patient.id">
      <path value="dnpm-lm-patient-record.patient.id" />
      <short value="Patient UUID" />
      <definition value="Patient UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Person: Patient.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.patient.gender">
      <path value="dnpm-lm-patient-record.patient.gender" />
      <short value="Patient gender" />
      <definition value="Patient gender" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Person: Patient.gender" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.patient.gender.code">
      <path value="dnpm-lm-patient-record.patient.gender.code" />
      <short value="Gender code (e.g. female)" />
      <definition value="Gender code (e.g. female)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.gender.display">
      <path value="dnpm-lm-patient-record.patient.gender.display" />
      <short value="Gender display text" />
      <definition value="Gender display text" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.gender.system">
      <path value="dnpm-lm-patient-record.patient.gender.system" />
      <short value="Gender code system" />
      <definition value="Gender code system" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.birthDate">
      <path value="dnpm-lm-patient-record.patient.birthDate" />
      <short value="Date of birth (YYYY-MM)" />
      <definition value="Date of birth (YYYY-MM)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Person: Patient.birthDate" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance">
      <path value="dnpm-lm-patient-record.patient.healthInsurance" />
      <short value="Health insurance information" />
      <definition value="Health insurance information" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Person: Patient.contact.organization" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance.type">
      <path value="dnpm-lm-patient-record.patient.healthInsurance.type" />
      <short value="Insurance type coding" />
      <definition value="Insurance type coding" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance.type.code">
      <path value="dnpm-lm-patient-record.patient.healthInsurance.type.code" />
      <short value="Insurance type code (e.g. GKV)" />
      <definition value="Insurance type code (e.g. GKV)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance.type.display">
      <path value="dnpm-lm-patient-record.patient.healthInsurance.type.display" />
      <short value="Insurance type display" />
      <definition value="Insurance type display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance.type.system">
      <path value="dnpm-lm-patient-record.patient.healthInsurance.type.system" />
      <short value="Insurance type system URI" />
      <definition value="Insurance type system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance.reference">
      <path value="dnpm-lm-patient-record.patient.healthInsurance.reference" />
      <short value="Insurance provider reference" />
      <definition value="Insurance provider reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance.reference.id">
      <path value="dnpm-lm-patient-record.patient.healthInsurance.reference.id" />
      <short value="Insurance provider ID" />
      <definition value="Insurance provider ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance.reference.type">
      <path value="dnpm-lm-patient-record.patient.healthInsurance.reference.type" />
      <short value="Reference type (HealthInsurance)" />
      <definition value="Reference type (HealthInsurance)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance.reference.display">
      <path value="dnpm-lm-patient-record.patient.healthInsurance.reference.display" />
      <short value="Insurance provider display name" />
      <definition value="Insurance provider display name" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.healthInsurance.reference.system">
      <path value="dnpm-lm-patient-record.patient.healthInsurance.reference.system" />
      <short value="Insurance provider system URI" />
      <definition value="Insurance provider system URI" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.address">
      <path value="dnpm-lm-patient-record.patient.address" />
      <short value="Patient address (municipality)" />
      <definition value="Patient address (municipality)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Person: Patient.address" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.patient.address.municipalityCode">
      <path value="dnpm-lm-patient-record.patient.address.municipalityCode" />
      <short value="AGS municipality code (5-digit)" />
      <definition value="AGS municipality code (5-digit)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Person: Patient.address.extension(destatis/ags)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.patient.age">
      <path value="dnpm-lm-patient-record.patient.age" />
      <short value="Calculated patient age" />
      <definition value="Calculated patient age" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.age.value">
      <path value="dnpm-lm-patient-record.patient.age.value" />
      <short value="Age numeric value" />
      <definition value="Age numeric value" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.age.unit">
      <path value="dnpm-lm-patient-record.patient.age.unit" />
      <short value="Age unit (e.g. Years)" />
      <definition value="Age unit (e.g. Years)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.vitalStatus">
      <path value="dnpm-lm-patient-record.patient.vitalStatus" />
      <short value="Vital status" />
      <definition value="Vital status" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Person: Patient.deceased[x]" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.patient.vitalStatus.code">
      <path value="dnpm-lm-patient-record.patient.vitalStatus.code" />
      <short value="Vital status code (e.g. alive)" />
      <definition value="Vital status code (e.g. alive)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.vitalStatus.display">
      <path value="dnpm-lm-patient-record.patient.vitalStatus.display" />
      <short value="Vital status display" />
      <definition value="Vital status display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.patient.vitalStatus.system">
      <path value="dnpm-lm-patient-record.patient.vitalStatus.system" />
      <short value="Vital status system URI" />
      <definition value="Vital status system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare">
      <path value="dnpm-lm-patient-record.episodesOfCare" />
      <short value="MTB episodes of care" />
      <definition value="MTB episodes of care" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Behandlungsepisode (ClinicalImpression)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.id">
      <path value="dnpm-lm-patient-record.episodesOfCare.id" />
      <short value="Episode UUID" />
      <definition value="Episode UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClinicalImpression.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.patient">
      <path value="dnpm-lm-patient-record.episodesOfCare.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClinicalImpression.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.patient.id">
      <path value="dnpm-lm-patient-record.episodesOfCare.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.patient.type">
      <path value="dnpm-lm-patient-record.episodesOfCare.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.period">
      <path value="dnpm-lm-patient-record.episodesOfCare.period" />
      <short value="Episode period" />
      <definition value="Episode period" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClinicalImpression.effectivePeriod" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.period.start">
      <path value="dnpm-lm-patient-record.episodesOfCare.period.start" />
      <short value="Start date (YYYY-MM-DD)" />
      <definition value="Start date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClinicalImpression.effectivePeriod.start" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.period.end">
      <path value="dnpm-lm-patient-record.episodesOfCare.period.end" />
      <short value="End date (YYYY-MM-DD)" />
      <definition value="End date (YYYY-MM-DD)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClinicalImpression.effectivePeriod.end" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.diagnoses">
      <path value="dnpm-lm-patient-record.episodesOfCare.diagnoses" />
      <short value="Diagnosis references within this episode" />
      <definition value="Diagnosis references within this episode" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.diagnoses.id">
      <path value="dnpm-lm-patient-record.episodesOfCare.diagnoses.id" />
      <short value="Diagnosis ID" />
      <definition value="Diagnosis ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.episodesOfCare.diagnoses.type">
      <path value="dnpm-lm-patient-record.episodesOfCare.diagnoses.type" />
      <short value="Reference type (MTBDiagnosis)" />
      <definition value="Reference type (MTBDiagnosis)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses">
      <path value="dnpm-lm-patient-record.diagnoses" />
      <short value="MTB tumor diagnoses" />
      <definition value="MTB tumor diagnoses" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Diagnose Primaertumor (Condition)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.id">
      <path value="dnpm-lm-patient-record.diagnoses.id" />
      <short value="Diagnosis UUID" />
      <definition value="Diagnosis UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Condition.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.patient">
      <path value="dnpm-lm-patient-record.diagnoses.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Condition.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.patient.id">
      <path value="dnpm-lm-patient-record.diagnoses.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.patient.type">
      <path value="dnpm-lm-patient-record.diagnoses.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.recordedOn">
      <path value="dnpm-lm-patient-record.diagnoses.recordedOn" />
      <short value="Date diagnosis was recorded (YYYY-MM-DD)" />
      <definition value="Date diagnosis was recorded (YYYY-MM-DD)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Condition.recordedDate" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.type">
      <path value="dnpm-lm-patient-record.diagnoses.type" />
      <short value="Diagnosis type history (main / secondary)" />
      <definition value="Diagnosis type history (main / secondary)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.type.history">
      <path value="dnpm-lm-patient-record.diagnoses.type.history" />
      <short value="History entries for diagnosis type" />
      <definition value="History entries for diagnosis type" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.type.history.date">
      <path value="dnpm-lm-patient-record.diagnoses.type.history.date" />
      <short value="Entry date" />
      <definition value="Entry date" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.type.history.value">
      <path value="dnpm-lm-patient-record.diagnoses.type.history.value" />
      <short value="Diagnosis type value" />
      <definition value="Diagnosis type value" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.type.history.value.code">
      <path value="dnpm-lm-patient-record.diagnoses.type.history.value.code" />
      <short value="Type code (e.g. main)" />
      <definition value="Type code (e.g. main)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.type.history.value.display">
      <path value="dnpm-lm-patient-record.diagnoses.type.history.value.display" />
      <short value="Type display" />
      <definition value="Type display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.type.history.value.system">
      <path value="dnpm-lm-patient-record.diagnoses.type.history.value.system" />
      <short value="Type system URI" />
      <definition value="Type system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.code">
      <path value="dnpm-lm-patient-record.diagnoses.code" />
      <short value="ICD-10-GM tumor diagnosis code" />
      <definition value="ICD-10-GM tumor diagnosis code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Condition.code (ICD-10-GM)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.code.code">
      <path value="dnpm-lm-patient-record.diagnoses.code.code" />
      <short value="ICD-10-GM code (e.g. C75.8)" />
      <definition value="ICD-10-GM code (e.g. C75.8)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.code.display">
      <path value="dnpm-lm-patient-record.diagnoses.code.display" />
      <short value="Diagnosis display text" />
      <definition value="Diagnosis display text" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.code.system">
      <path value="dnpm-lm-patient-record.diagnoses.code.system" />
      <short value="ICD-10-GM code system URI" />
      <definition value="ICD-10-GM code system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.code.version">
      <path value="dnpm-lm-patient-record.diagnoses.code.version" />
      <short value="ICD-10-GM version year" />
      <definition value="ICD-10-GM version year" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.topography">
      <path value="dnpm-lm-patient-record.diagnoses.topography" />
      <short value="ICD-O-3 topography code" />
      <definition value="ICD-O-3 topography code" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Condition.bodySite (ICD-O-3-T)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.topography.code">
      <path value="dnpm-lm-patient-record.diagnoses.topography.code" />
      <short value="Topography code" />
      <definition value="Topography code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.topography.display">
      <path value="dnpm-lm-patient-record.diagnoses.topography.display" />
      <short value="Topography display" />
      <definition value="Topography display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.topography.system">
      <path value="dnpm-lm-patient-record.diagnoses.topography.system" />
      <short value="Topography system URI (ICD-O-3)" />
      <definition value="Topography system URI (ICD-O-3)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.topography.version">
      <path value="dnpm-lm-patient-record.diagnoses.topography.version" />
      <short value="ICD-O-3 version" />
      <definition value="ICD-O-3 version" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.grading">
      <path value="dnpm-lm-patient-record.diagnoses.grading" />
      <short value="Tumor grading history" />
      <definition value="Tumor grading history" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Onkologie: Observation (Grading)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.grading.history">
      <path value="dnpm-lm-patient-record.diagnoses.grading.history" />
      <short value="Grading history entries" />
      <definition value="Grading history entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.grading.history.date">
      <path value="dnpm-lm-patient-record.diagnoses.grading.history.date" />
      <short value="Grading date" />
      <definition value="Grading date" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.grading.history.codes">
      <path value="dnpm-lm-patient-record.diagnoses.grading.history.codes" />
      <short value="Grading codes" />
      <definition value="Grading codes" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.grading.history.codes.code">
      <path value="dnpm-lm-patient-record.diagnoses.grading.history.codes.code" />
      <short value="Grade code" />
      <definition value="Grade code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.grading.history.codes.display">
      <path value="dnpm-lm-patient-record.diagnoses.grading.history.codes.display" />
      <short value="Grade display" />
      <definition value="Grade display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.grading.history.codes.system">
      <path value="dnpm-lm-patient-record.diagnoses.grading.history.codes.system" />
      <short value="Grading system URI" />
      <definition value="Grading system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging">
      <path value="dnpm-lm-patient-record.diagnoses.staging" />
      <short value="Tumor staging history" />
      <definition value="Tumor staging history" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Onkologie: Observation (Staging)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history" />
      <short value="Staging history entries" />
      <definition value="Staging history entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.date">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.date" />
      <short value="Staging date" />
      <definition value="Staging date" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.method">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.method" />
      <short value="Staging method" />
      <definition value="Staging method" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.method.code">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.method.code" />
      <short value="Method code (e.g. clinical)" />
      <definition value="Method code (e.g. clinical)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.method.system">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.method.system" />
      <short value="Method system URI" />
      <definition value="Method system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification" />
      <short value="TNM classification" />
      <definition value="TNM classification" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.tumor">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.tumor" />
      <short value="T category" />
      <definition value="T category" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.tumor.code">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.tumor.code" />
      <short value="T code (e.g. T0)" />
      <definition value="T code (e.g. T0)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.tumor.system">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.tumor.system" />
      <short value="TNM system (UICC)" />
      <definition value="TNM system (UICC)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.nodes">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.nodes" />
      <short value="N category" />
      <definition value="N category" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.nodes.code">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.nodes.code" />
      <short value="N code (e.g. N2)" />
      <definition value="N code (e.g. N2)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.nodes.system">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.nodes.system" />
      <short value="TNM system (UICC)" />
      <definition value="TNM system (UICC)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.metastasis">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.metastasis" />
      <short value="M category" />
      <definition value="M category" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.metastasis.code">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.metastasis.code" />
      <short value="M code (e.g. M0)" />
      <definition value="M code (e.g. M0)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.metastasis.system">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.tnmClassification.metastasis.system" />
      <short value="TNM system (UICC)" />
      <definition value="TNM system (UICC)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.otherClassifications">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.otherClassifications" />
      <short value="Other classification systems" />
      <definition value="Other classification systems" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.otherClassifications.code">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.otherClassifications.code" />
      <short value="Classification code" />
      <definition value="Classification code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.otherClassifications.display">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.otherClassifications.display" />
      <short value="Classification display" />
      <definition value="Classification display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.staging.history.otherClassifications.system">
      <path value="dnpm-lm-patient-record.diagnoses.staging.history.otherClassifications.system" />
      <short value="Classification system URI" />
      <definition value="Classification system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.guidelineTreatmentStatus">
      <path value="dnpm-lm-patient-record.diagnoses.guidelineTreatmentStatus" />
      <short value="Guideline treatment exhaustion status" />
      <definition value="Guideline treatment exhaustion status" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Condition.extension(Leitlinienbehandlung-Status)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.guidelineTreatmentStatus.code">
      <path value="dnpm-lm-patient-record.diagnoses.guidelineTreatmentStatus.code" />
      <short value="Status code (e.g. non-exhausted)" />
      <definition value="Status code (e.g. non-exhausted)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.guidelineTreatmentStatus.display">
      <path value="dnpm-lm-patient-record.diagnoses.guidelineTreatmentStatus.display" />
      <short value="Status display" />
      <definition value="Status display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.guidelineTreatmentStatus.system">
      <path value="dnpm-lm-patient-record.diagnoses.guidelineTreatmentStatus.system" />
      <short value="Status system URI" />
      <definition value="Status system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.histology">
      <path value="dnpm-lm-patient-record.diagnoses.histology" />
      <short value="Histology report references" />
      <definition value="Histology report references" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.histology.id">
      <path value="dnpm-lm-patient-record.diagnoses.histology.id" />
      <short value="Histology report ID" />
      <definition value="Histology report ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.histology.type">
      <path value="dnpm-lm-patient-record.diagnoses.histology.type" />
      <short value="Reference type (HistologyReport)" />
      <definition value="Reference type (HistologyReport)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.diagnoses.notes">
      <path value="dnpm-lm-patient-record.diagnoses.notes" />
      <short value="Free-text clinical notes" />
      <definition value="Free-text clinical notes" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.familyMemberHistories">
      <path value="dnpm-lm-patient-record.familyMemberHistories" />
      <short value="Family member cancer history entries" />
      <definition value="Family member cancer history entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Mol.gen: FamilyMemberHistory" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.familyMemberHistories.id">
      <path value="dnpm-lm-patient-record.familyMemberHistories.id" />
      <short value="Family member history UUID" />
      <definition value="Family member history UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Mol.gen: FamilyMemberHistory.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.familyMemberHistories.patient">
      <path value="dnpm-lm-patient-record.familyMemberHistories.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Mol.gen: FamilyMemberHistory.patient" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.familyMemberHistories.patient.id">
      <path value="dnpm-lm-patient-record.familyMemberHistories.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.familyMemberHistories.patient.type">
      <path value="dnpm-lm-patient-record.familyMemberHistories.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.familyMemberHistories.relationship">
      <path value="dnpm-lm-patient-record.familyMemberHistories.relationship" />
      <short value="Family relationship type" />
      <definition value="Family relationship type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Mol.gen: FamilyMemberHistory.relationship" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.familyMemberHistories.relationship.code">
      <path value="dnpm-lm-patient-record.familyMemberHistories.relationship.code" />
      <short value="Relationship code" />
      <definition value="Relationship code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.familyMemberHistories.relationship.display">
      <path value="dnpm-lm-patient-record.familyMemberHistories.relationship.display" />
      <short value="Relationship display" />
      <definition value="Relationship display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.familyMemberHistories.relationship.system">
      <path value="dnpm-lm-patient-record.familyMemberHistories.relationship.system" />
      <short value="Relationship system URI" />
      <definition value="Relationship system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies">
      <path value="dnpm-lm-patient-record.guidelineTherapies" />
      <short value="Guideline-based therapy entries" />
      <definition value="Guideline-based therapy entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Systemische Vortherapie (MedicationStatement)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.id">
      <path value="dnpm-lm-patient-record.guidelineTherapies.id" />
      <short value="Therapy UUID" />
      <definition value="Therapy UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.patient">
      <path value="dnpm-lm-patient-record.guidelineTherapies.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.patient.id">
      <path value="dnpm-lm-patient-record.guidelineTherapies.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.patient.type">
      <path value="dnpm-lm-patient-record.guidelineTherapies.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.indication">
      <path value="dnpm-lm-patient-record.guidelineTherapies.indication" />
      <short value="Indication (MTBDiagnosis) reference" />
      <definition value="Indication (MTBDiagnosis) reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.reasonReference" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.indication.id">
      <path value="dnpm-lm-patient-record.guidelineTherapies.indication.id" />
      <short value="Diagnosis ID" />
      <definition value="Diagnosis ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.indication.type">
      <path value="dnpm-lm-patient-record.guidelineTherapies.indication.type" />
      <short value="Reference type (MTBDiagnosis)" />
      <definition value="Reference type (MTBDiagnosis)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.therapyLine">
      <path value="dnpm-lm-patient-record.guidelineTherapies.therapyLine" />
      <short value="Therapy line number" />
      <definition value="Therapy line number" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.extension(Therapielinie)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.status">
      <path value="dnpm-lm-patient-record.guidelineTherapies.status" />
      <short value="Therapy status" />
      <definition value="Therapy status" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.status" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.status.code">
      <path value="dnpm-lm-patient-record.guidelineTherapies.status.code" />
      <short value="Status code (e.g. stopped)" />
      <definition value="Status code (e.g. stopped)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.status.display">
      <path value="dnpm-lm-patient-record.guidelineTherapies.status.display" />
      <short value="Status display" />
      <definition value="Status display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.status.system">
      <path value="dnpm-lm-patient-record.guidelineTherapies.status.system" />
      <short value="Status system URI" />
      <definition value="Status system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.statusReason">
      <path value="dnpm-lm-patient-record.guidelineTherapies.statusReason" />
      <short value="Reason for therapy status" />
      <definition value="Reason for therapy status" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.statusReason" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.statusReason.code">
      <path value="dnpm-lm-patient-record.guidelineTherapies.statusReason.code" />
      <short value="Status reason code (e.g. progression)" />
      <definition value="Status reason code (e.g. progression)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.statusReason.display">
      <path value="dnpm-lm-patient-record.guidelineTherapies.statusReason.display" />
      <short value="Status reason display" />
      <definition value="Status reason display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.statusReason.system">
      <path value="dnpm-lm-patient-record.guidelineTherapies.statusReason.system" />
      <short value="Status reason system URI" />
      <definition value="Status reason system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.period">
      <path value="dnpm-lm-patient-record.guidelineTherapies.period" />
      <short value="Therapy period" />
      <definition value="Therapy period" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.effectivePeriod" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.period.start">
      <path value="dnpm-lm-patient-record.guidelineTherapies.period.start" />
      <short value="Start date (YYYY-MM-DD)" />
      <definition value="Start date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.period.end">
      <path value="dnpm-lm-patient-record.guidelineTherapies.period.end" />
      <short value="End date (YYYY-MM-DD)" />
      <definition value="End date (YYYY-MM-DD)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.medication">
      <path value="dnpm-lm-patient-record.guidelineTherapies.medication" />
      <short value="Medication codes (ATC)" />
      <definition value="Medication codes (ATC)" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.medication[x]" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.medication.code">
      <path value="dnpm-lm-patient-record.guidelineTherapies.medication.code" />
      <short value="ATC code" />
      <definition value="ATC code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.medication.display">
      <path value="dnpm-lm-patient-record.guidelineTherapies.medication.display" />
      <short value="Medication display name" />
      <definition value="Medication display name" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.medication.system">
      <path value="dnpm-lm-patient-record.guidelineTherapies.medication.system" />
      <short value="ATC code system URI" />
      <definition value="ATC code system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.medication.version">
      <path value="dnpm-lm-patient-record.guidelineTherapies.medication.version" />
      <short value="ATC version" />
      <definition value="ATC version" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.notes">
      <path value="dnpm-lm-patient-record.guidelineTherapies.notes" />
      <short value="Free-text therapy notes" />
      <definition value="Free-text therapy notes" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.category">
      <path value="dnpm-lm-patient-record.guidelineTherapies.category" />
      <short value="Therapy category" />
      <definition value="Therapy category" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.category.code">
      <path value="dnpm-lm-patient-record.guidelineTherapies.category.code" />
      <short value="Category code" />
      <definition value="Category code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.category.display">
      <path value="dnpm-lm-patient-record.guidelineTherapies.category.display" />
      <short value="Category display" />
      <definition value="Category display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineTherapies.category.system">
      <path value="dnpm-lm-patient-record.guidelineTherapies.category.system" />
      <short value="Category system URI" />
      <definition value="Category system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures">
      <path value="dnpm-lm-patient-record.guidelineProcedures" />
      <short value="Guideline-based non-medication procedures" />
      <definition value="Guideline-based non-medication procedures" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Vortherapie Prozedur (Procedure)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.id">
      <path value="dnpm-lm-patient-record.guidelineProcedures.id" />
      <short value="Procedure UUID" />
      <definition value="Procedure UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Procedure.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.patient">
      <path value="dnpm-lm-patient-record.guidelineProcedures.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Procedure.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.patient.id">
      <path value="dnpm-lm-patient-record.guidelineProcedures.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.patient.type">
      <path value="dnpm-lm-patient-record.guidelineProcedures.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.indication">
      <path value="dnpm-lm-patient-record.guidelineProcedures.indication" />
      <short value="Indication (MTBDiagnosis) reference" />
      <definition value="Indication (MTBDiagnosis) reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Procedure.reasonReference" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.indication.id">
      <path value="dnpm-lm-patient-record.guidelineProcedures.indication.id" />
      <short value="Diagnosis ID" />
      <definition value="Diagnosis ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.indication.type">
      <path value="dnpm-lm-patient-record.guidelineProcedures.indication.type" />
      <short value="Reference type (MTBDiagnosis)" />
      <definition value="Reference type (MTBDiagnosis)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.code">
      <path value="dnpm-lm-patient-record.guidelineProcedures.code" />
      <short value="Procedure type code" />
      <definition value="Procedure type code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Procedure.code" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.code.code">
      <path value="dnpm-lm-patient-record.guidelineProcedures.code.code" />
      <short value="Procedure code (e.g. radiotherapy)" />
      <definition value="Procedure code (e.g. radiotherapy)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.code.display">
      <path value="dnpm-lm-patient-record.guidelineProcedures.code.display" />
      <short value="Procedure display" />
      <definition value="Procedure display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.code.system">
      <path value="dnpm-lm-patient-record.guidelineProcedures.code.system" />
      <short value="Procedure system URI" />
      <definition value="Procedure system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.status">
      <path value="dnpm-lm-patient-record.guidelineProcedures.status" />
      <short value="Procedure status" />
      <definition value="Procedure status" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Procedure.status" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.status.code">
      <path value="dnpm-lm-patient-record.guidelineProcedures.status.code" />
      <short value="Status code (e.g. ongoing)" />
      <definition value="Status code (e.g. ongoing)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.status.display">
      <path value="dnpm-lm-patient-record.guidelineProcedures.status.display" />
      <short value="Status display" />
      <definition value="Status display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.status.system">
      <path value="dnpm-lm-patient-record.guidelineProcedures.status.system" />
      <short value="Status system URI" />
      <definition value="Status system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.period">
      <path value="dnpm-lm-patient-record.guidelineProcedures.period" />
      <short value="Procedure period" />
      <definition value="Procedure period" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Procedure.performedPeriod" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.period.start">
      <path value="dnpm-lm-patient-record.guidelineProcedures.period.start" />
      <short value="Start date (YYYY-MM-DD)" />
      <definition value="Start date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.period.end">
      <path value="dnpm-lm-patient-record.guidelineProcedures.period.end" />
      <short value="End date (YYYY-MM-DD)" />
      <definition value="End date (YYYY-MM-DD)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.intent">
      <path value="dnpm-lm-patient-record.guidelineProcedures.intent" />
      <short value="Therapy intent" />
      <definition value="Therapy intent" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.intent.code">
      <path value="dnpm-lm-patient-record.guidelineProcedures.intent.code" />
      <short value="Intent code (e.g. palliative)" />
      <definition value="Intent code (e.g. palliative)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.intent.display">
      <path value="dnpm-lm-patient-record.guidelineProcedures.intent.display" />
      <short value="Intent display" />
      <definition value="Intent display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.intent.system">
      <path value="dnpm-lm-patient-record.guidelineProcedures.intent.system" />
      <short value="Intent system URI" />
      <definition value="Intent system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.guidelineProcedures.notes">
      <path value="dnpm-lm-patient-record.guidelineProcedures.notes" />
      <short value="Free-text procedure notes" />
      <definition value="Free-text procedure notes" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus">
      <path value="dnpm-lm-patient-record.performanceStatus" />
      <short value="ECOG performance status assessments" />
      <definition value="ECOG performance status assessments" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Onkologie: ECOG (Observation, LOINC 89247-1)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus.id">
      <path value="dnpm-lm-patient-record.performanceStatus.id" />
      <short value="Performance status UUID" />
      <definition value="Performance status UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Onkologie: Observation.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus.patient">
      <path value="dnpm-lm-patient-record.performanceStatus.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Onkologie: Observation.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus.patient.id">
      <path value="dnpm-lm-patient-record.performanceStatus.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus.patient.type">
      <path value="dnpm-lm-patient-record.performanceStatus.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus.effectiveDate">
      <path value="dnpm-lm-patient-record.performanceStatus.effectiveDate" />
      <short value="Assessment date (YYYY-MM-DD)" />
      <definition value="Assessment date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Onkologie: Observation.effectiveDateTime" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus.value">
      <path value="dnpm-lm-patient-record.performanceStatus.value" />
      <short value="ECOG score" />
      <definition value="ECOG score" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Onkologie: Observation.valueCodeableConcept" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus.value.code">
      <path value="dnpm-lm-patient-record.performanceStatus.value.code" />
      <short value="ECOG code (e.g. 0–4)" />
      <definition value="ECOG code (e.g. 0–4)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus.value.display">
      <path value="dnpm-lm-patient-record.performanceStatus.value.display" />
      <short value="ECOG display" />
      <definition value="ECOG display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.performanceStatus.value.system">
      <path value="dnpm-lm-patient-record.performanceStatus.value.system" />
      <short value="ECOG system URI" />
      <definition value="ECOG system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens">
      <path value="dnpm-lm-patient-record.specimens" />
      <short value="Tumor specimen entries" />
      <definition value="Tumor specimen entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Tumorprobe (Specimen)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.specimens.id">
      <path value="dnpm-lm-patient-record.specimens.id" />
      <short value="Specimen UUID" />
      <definition value="Specimen UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Specimen.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.specimens.patient">
      <path value="dnpm-lm-patient-record.specimens.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Specimen.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.specimens.patient.id">
      <path value="dnpm-lm-patient-record.specimens.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.patient.type">
      <path value="dnpm-lm-patient-record.specimens.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.diagnosis">
      <path value="dnpm-lm-patient-record.specimens.diagnosis" />
      <short value="Associated diagnosis reference" />
      <definition value="Associated diagnosis reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.diagnosis.id">
      <path value="dnpm-lm-patient-record.specimens.diagnosis.id" />
      <short value="Diagnosis ID" />
      <definition value="Diagnosis ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.diagnosis.type">
      <path value="dnpm-lm-patient-record.specimens.diagnosis.type" />
      <short value="Reference type (MTBDiagnosis)" />
      <definition value="Reference type (MTBDiagnosis)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.type">
      <path value="dnpm-lm-patient-record.specimens.type" />
      <short value="Specimen type" />
      <definition value="Specimen type" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Specimen.type" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.specimens.type.code">
      <path value="dnpm-lm-patient-record.specimens.type.code" />
      <short value="Specimen type code (e.g. fresh-tissue)" />
      <definition value="Specimen type code (e.g. fresh-tissue)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.type.display">
      <path value="dnpm-lm-patient-record.specimens.type.display" />
      <short value="Specimen type display" />
      <definition value="Specimen type display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.type.system">
      <path value="dnpm-lm-patient-record.specimens.type.system" />
      <short value="Specimen type system URI" />
      <definition value="Specimen type system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection">
      <path value="dnpm-lm-patient-record.specimens.collection" />
      <short value="Specimen collection details" />
      <definition value="Specimen collection details" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Specimen.collection" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.date">
      <path value="dnpm-lm-patient-record.specimens.collection.date" />
      <short value="Collection date (YYYY-MM-DD)" />
      <definition value="Collection date (YYYY-MM-DD)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Specimen.collection.collectedDateTime" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.site">
      <path value="dnpm-lm-patient-record.specimens.collection.site" />
      <short value="Collection site (ICD-O-3 topography)" />
      <definition value="Collection site (ICD-O-3 topography)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Specimen.collection.bodySite" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.site.code">
      <path value="dnpm-lm-patient-record.specimens.collection.site.code" />
      <short value="Site code" />
      <definition value="Site code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.site.display">
      <path value="dnpm-lm-patient-record.specimens.collection.site.display" />
      <short value="Site display" />
      <definition value="Site display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.site.system">
      <path value="dnpm-lm-patient-record.specimens.collection.site.system" />
      <short value="Site system URI" />
      <definition value="Site system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.site.version">
      <path value="dnpm-lm-patient-record.specimens.collection.site.version" />
      <short value="ICD-O-3 version" />
      <definition value="ICD-O-3 version" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.method">
      <path value="dnpm-lm-patient-record.specimens.collection.method" />
      <short value="Collection method" />
      <definition value="Collection method" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Specimen.collection.method" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.method.code">
      <path value="dnpm-lm-patient-record.specimens.collection.method.code" />
      <short value="Method code (e.g. biopsy)" />
      <definition value="Method code (e.g. biopsy)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.method.display">
      <path value="dnpm-lm-patient-record.specimens.collection.method.display" />
      <short value="Method display" />
      <definition value="Method display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.specimens.collection.method.system">
      <path value="dnpm-lm-patient-record.specimens.collection.method.system" />
      <short value="Method system URI" />
      <definition value="Method system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.priorDiagnosticReports">
      <path value="dnpm-lm-patient-record.priorDiagnosticReports" />
      <short value="Prior diagnostic reports (free-text)" />
      <definition value="Prior diagnostic reports (free-text)" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport (MolecularPathology)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.priorDiagnosticReports.id">
      <path value="dnpm-lm-patient-record.priorDiagnosticReports.id" />
      <short value="Report UUID" />
      <definition value="Report UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.priorDiagnosticReports.patient">
      <path value="dnpm-lm-patient-record.priorDiagnosticReports.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.priorDiagnosticReports.patient.id">
      <path value="dnpm-lm-patient-record.priorDiagnosticReports.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.priorDiagnosticReports.patient.type">
      <path value="dnpm-lm-patient-record.priorDiagnosticReports.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.priorDiagnosticReports.issuedOn">
      <path value="dnpm-lm-patient-record.priorDiagnosticReports.issuedOn" />
      <short value="Report issue date (YYYY-MM-DD)" />
      <definition value="Report issue date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport.issued" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.priorDiagnosticReports.results">
      <path value="dnpm-lm-patient-record.priorDiagnosticReports.results" />
      <short value="Free-text diagnostic result strings" />
      <definition value="Free-text diagnostic result strings" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports">
      <path value="dnpm-lm-patient-record.histologyReports" />
      <short value="Histology report entries" />
      <definition value="Histology report entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport (Histology)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.id">
      <path value="dnpm-lm-patient-record.histologyReports.id" />
      <short value="Histology report UUID" />
      <definition value="Histology report UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.patient">
      <path value="dnpm-lm-patient-record.histologyReports.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.patient.id">
      <path value="dnpm-lm-patient-record.histologyReports.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.patient.type">
      <path value="dnpm-lm-patient-record.histologyReports.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.specimen">
      <path value="dnpm-lm-patient-record.histologyReports.specimen" />
      <short value="Tumor specimen reference" />
      <definition value="Tumor specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport.specimen" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.specimen.id">
      <path value="dnpm-lm-patient-record.histologyReports.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.specimen.type">
      <path value="dnpm-lm-patient-record.histologyReports.specimen.type" />
      <short value="Reference type (TumorSpecimen)" />
      <definition value="Reference type (TumorSpecimen)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.issuedOn">
      <path value="dnpm-lm-patient-record.histologyReports.issuedOn" />
      <short value="Report issue date (YYYY-MM-DD)" />
      <definition value="Report issue date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport.issued" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results">
      <path value="dnpm-lm-patient-record.histologyReports.results" />
      <short value="Histology results" />
      <definition value="Histology results" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Pathologie: DiagnosticReport.result" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent" />
      <short value="Histologic tumor cell content" />
      <definition value="Histologic tumor cell content" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Tumorzellgehalt (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.id">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.id" />
      <short value="Result UUID" />
      <definition value="Result UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.patient">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.patient.id">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.patient.type">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.specimen">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.specimen" />
      <short value="Specimen reference" />
      <definition value="Specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.specimen.id">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.specimen.type">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.specimen.type" />
      <short value="Reference type (TumorSpecimen)" />
      <definition value="Reference type (TumorSpecimen)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.method">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.method" />
      <short value="Determination method" />
      <definition value="Determination method" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.method.code">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.method.code" />
      <short value="Method code (e.g. histologic)" />
      <definition value="Method code (e.g. histologic)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.method.display">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.method.display" />
      <short value="Method display" />
      <definition value="Method display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.method.system">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.method.system" />
      <short value="Method system URI" />
      <definition value="Method system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.value">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorCellContent.value" />
      <short value="Tumor cell content fraction (0.0 – 1.0)" />
      <definition value="Tumor cell content fraction (0.0 – 1.0)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology" />
      <short value="Tumor morphology" />
      <definition value="Tumor morphology" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="Onkologie: Histologie ICD-O-3 (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.id">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.id" />
      <short value="Morphology result UUID" />
      <definition value="Morphology result UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.patient">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.patient.id">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.patient.type">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.specimen">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.specimen" />
      <short value="Specimen reference" />
      <definition value="Specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.specimen.id">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.specimen.type">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.specimen.type" />
      <short value="Reference type (TumorSpecimen)" />
      <definition value="Reference type (TumorSpecimen)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology" />
      <short value="ICD-O-3 morphology codes" />
      <definition value="ICD-O-3 morphology codes" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology.code">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology.code" />
      <short value="Morphology code" />
      <definition value="Morphology code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology.display">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology.display" />
      <short value="Morphology display" />
      <definition value="Morphology display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology.system">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology.system" />
      <short value="Morphology system URI (ICD-O-3)" />
      <definition value="Morphology system URI (ICD-O-3)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology.version">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.morphology.version" />
      <short value="ICD-O-3 version" />
      <definition value="ICD-O-3 version" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.notes">
      <path value="dnpm-lm-patient-record.histologyReports.results.tumorMorphology.notes" />
      <short value="Free-text morphology notes" />
      <definition value="Free-text morphology notes" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports">
      <path value="dnpm-lm-patient-record.ihcReports" />
      <short value="Immunohistochemistry (IHC) reports" />
      <definition value="Immunohistochemistry (IHC) reports" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Molecular Pathology Report (DiagnosticReport)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.id">
      <path value="dnpm-lm-patient-record.ihcReports.id" />
      <short value="IHC report UUID" />
      <definition value="IHC report UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DiagnosticReport.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.patient">
      <path value="dnpm-lm-patient-record.ihcReports.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.patient.id">
      <path value="dnpm-lm-patient-record.ihcReports.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.patient.type">
      <path value="dnpm-lm-patient-record.ihcReports.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.specimen">
      <path value="dnpm-lm-patient-record.ihcReports.specimen" />
      <short value="Tumor specimen reference" />
      <definition value="Tumor specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DiagnosticReport.specimen" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.specimen.id">
      <path value="dnpm-lm-patient-record.ihcReports.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.specimen.type">
      <path value="dnpm-lm-patient-record.ihcReports.specimen.type" />
      <short value="Reference type (TumorSpecimen)" />
      <definition value="Reference type (TumorSpecimen)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.issuedOn">
      <path value="dnpm-lm-patient-record.ihcReports.issuedOn" />
      <short value="Report issue date (YYYY-MM-DD)" />
      <definition value="Report issue date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DiagnosticReport.issued" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results">
      <path value="dnpm-lm-patient-record.ihcReports.results" />
      <short value="IHC results" />
      <definition value="IHC results" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DiagnosticReport.result" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression" />
      <short value="Protein expression results" />
      <definition value="Protein expression results" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Immunhistochemie PDL1 (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.id">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.id" />
      <short value="Result UUID" />
      <definition value="Result UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.patient">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.patient.id">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.patient.type">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.specimen">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.specimen" />
      <short value="Specimen reference" />
      <definition value="Specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.specimen.id">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.specimen.type">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.specimen.type" />
      <short value="Reference type (TumorSpecimen)" />
      <definition value="Reference type (TumorSpecimen)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.protein">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.protein" />
      <short value="Protein tested" />
      <definition value="Protein tested" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.protein.code">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.protein.code" />
      <short value="Protein code (e.g. BRAFP1)" />
      <definition value="Protein code (e.g. BRAFP1)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.protein.display">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.protein.display" />
      <short value="Protein display" />
      <definition value="Protein display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.protein.system">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.protein.system" />
      <short value="Protein system URI" />
      <definition value="Protein system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.value">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.value" />
      <short value="IHC expression value" />
      <definition value="IHC expression value" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.value.code">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.value.code" />
      <short value="Score code (e.g. 1+)" />
      <definition value="Score code (e.g. 1+)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.value.display">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.value.display" />
      <short value="Score display" />
      <definition value="Score display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.value.system">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.value.system" />
      <short value="Score system URI" />
      <definition value="Score system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tpsScore">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tpsScore" />
      <short value="Tumor proportion score (TPS)" />
      <definition value="Tumor proportion score (TPS)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.icScore">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.icScore" />
      <short value="Immune-cell score" />
      <definition value="Immune-cell score" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.icScore.code">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.icScore.code" />
      <short value="IC score code" />
      <definition value="IC score code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.icScore.display">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.icScore.display" />
      <short value="IC score display" />
      <definition value="IC score display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.icScore.system">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.icScore.system" />
      <short value="IC score system URI" />
      <definition value="IC score system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tcScore">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tcScore" />
      <short value="Tumor-cell score" />
      <definition value="Tumor-cell score" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tcScore.code">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tcScore.code" />
      <short value="TC score code" />
      <definition value="TC score code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tcScore.display">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tcScore.display" />
      <short value="TC score display" />
      <definition value="TC score display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tcScore.system">
      <path value="dnpm-lm-patient-record.ihcReports.results.proteinExpression.tcScore.system" />
      <short value="TC score system URI" />
      <definition value="TC score system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr" />
      <short value="MSI / MMR protein expression results" />
      <definition value="MSI / MMR protein expression results" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Immunhistochemie MMR (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.id">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.id" />
      <short value="Result UUID" />
      <definition value="Result UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.patient">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.patient.id">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.patient.type">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.specimen">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.specimen" />
      <short value="Specimen reference" />
      <definition value="Specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.specimen.id">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.specimen.type">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.specimen.type" />
      <short value="Reference type (TumorSpecimen)" />
      <definition value="Reference type (TumorSpecimen)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.protein">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.protein" />
      <short value="MMR protein tested (e.g. MLH1)" />
      <definition value="MMR protein tested (e.g. MLH1)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.protein.code">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.protein.code" />
      <short value="Protein code" />
      <definition value="Protein code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.protein.display">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.protein.display" />
      <short value="Protein display" />
      <definition value="Protein display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.protein.system">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.protein.system" />
      <short value="Protein system URI" />
      <definition value="Protein system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.value">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.value" />
      <short value="Expression result" />
      <definition value="Expression result" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.value.code">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.value.code" />
      <short value="Result code (e.g. exp_present)" />
      <definition value="Result code (e.g. exp_present)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.value.display">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.value.display" />
      <short value="Result display" />
      <definition value="Result display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ihcReports.results.msiMmr.value.system">
      <path value="dnpm-lm-patient-record.ihcReports.results.msiMmr.value.system" />
      <short value="Result system URI" />
      <definition value="Result system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings">
      <path value="dnpm-lm-patient-record.msiFindings" />
      <short value="Microsatellite instability (MSI) findings" />
      <definition value="Microsatellite instability (MSI) findings" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Mikrosatelliteninstabilitaet (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.id">
      <path value="dnpm-lm-patient-record.msiFindings.id" />
      <short value="MSI finding UUID" />
      <definition value="MSI finding UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Observation.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.patient">
      <path value="dnpm-lm-patient-record.msiFindings.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.patient.id">
      <path value="dnpm-lm-patient-record.msiFindings.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.patient.type">
      <path value="dnpm-lm-patient-record.msiFindings.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.specimen">
      <path value="dnpm-lm-patient-record.msiFindings.specimen" />
      <short value="Tumor specimen reference" />
      <definition value="Tumor specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Observation.specimen" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.specimen.id">
      <path value="dnpm-lm-patient-record.msiFindings.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.specimen.type">
      <path value="dnpm-lm-patient-record.msiFindings.specimen.type" />
      <short value="Reference type (TumorSpecimen)" />
      <definition value="Reference type (TumorSpecimen)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.ngsReport">
      <path value="dnpm-lm-patient-record.msiFindings.ngsReport" />
      <short value="Associated NGS report reference" />
      <definition value="Associated NGS report reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.ngsReport.id">
      <path value="dnpm-lm-patient-record.msiFindings.ngsReport.id" />
      <short value="NGS report ID" />
      <definition value="NGS report ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.ngsReport.type">
      <path value="dnpm-lm-patient-record.msiFindings.ngsReport.type" />
      <short value="Reference type (NGSReport)" />
      <definition value="Reference type (NGSReport)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.issuedOn">
      <path value="dnpm-lm-patient-record.msiFindings.issuedOn" />
      <short value="Finding date (YYYY-MM-DD)" />
      <definition value="Finding date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.value">
      <path value="dnpm-lm-patient-record.msiFindings.value" />
      <short value="MSI result value" />
      <definition value="MSI result value" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Observation.valueCodeableConcept" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.value.code">
      <path value="dnpm-lm-patient-record.msiFindings.value.code" />
      <short value="MSI code (e.g. MSI-H)" />
      <definition value="MSI code (e.g. MSI-H)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.value.display">
      <path value="dnpm-lm-patient-record.msiFindings.value.display" />
      <short value="MSI display" />
      <definition value="MSI display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.value.system">
      <path value="dnpm-lm-patient-record.msiFindings.value.system" />
      <short value="MSI system URI" />
      <definition value="MSI system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.method">
      <path value="dnpm-lm-patient-record.msiFindings.method" />
      <short value="MSI determination method" />
      <definition value="MSI determination method" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Observation.method" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.method.code">
      <path value="dnpm-lm-patient-record.msiFindings.method.code" />
      <short value="Method code (e.g. bioinformatics)" />
      <definition value="Method code (e.g. bioinformatics)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.method.display">
      <path value="dnpm-lm-patient-record.msiFindings.method.display" />
      <short value="Method display" />
      <definition value="Method display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.msiFindings.method.system">
      <path value="dnpm-lm-patient-record.msiFindings.method.system" />
      <short value="Method system URI" />
      <definition value="Method system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports">
      <path value="dnpm-lm-patient-record.ngsReports" />
      <short value="NGS sequencing reports" />
      <definition value="NGS sequencing reports" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: NGS Bericht (DiagnosticReport)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.id">
      <path value="dnpm-lm-patient-record.ngsReports.id" />
      <short value="NGS Report UUID" />
      <definition value="NGS Report UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DiagnosticReport.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.patient">
      <path value="dnpm-lm-patient-record.ngsReports.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DiagnosticReport.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.patient.id">
      <path value="dnpm-lm-patient-record.ngsReports.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.patient.type">
      <path value="dnpm-lm-patient-record.ngsReports.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.specimen">
      <path value="dnpm-lm-patient-record.ngsReports.specimen" />
      <short value="Tumor specimen reference" />
      <definition value="Tumor specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DiagnosticReport.specimen" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.specimen.id">
      <path value="dnpm-lm-patient-record.ngsReports.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.specimen.type">
      <path value="dnpm-lm-patient-record.ngsReports.specimen.type" />
      <short value="Reference type (TumorSpecimen)" />
      <definition value="Reference type (TumorSpecimen)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.issuedOn">
      <path value="dnpm-lm-patient-record.ngsReports.issuedOn" />
      <short value="Report issue date (YYYY-MM-DD)" />
      <definition value="Report issue date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DiagnosticReport.issued" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.type">
      <path value="dnpm-lm-patient-record.ngsReports.type" />
      <short value="NGS analysis type" />
      <definition value="NGS analysis type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: GenomicStudy.type" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.type.code">
      <path value="dnpm-lm-patient-record.ngsReports.type.code" />
      <short value="Type code (e.g. exome)" />
      <definition value="Type code (e.g. exome)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.type.display">
      <path value="dnpm-lm-patient-record.ngsReports.type.display" />
      <short value="Type display" />
      <definition value="Type display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.type.system">
      <path value="dnpm-lm-patient-record.ngsReports.type.system" />
      <short value="Type system URI" />
      <definition value="Type system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata">
      <path value="dnpm-lm-patient-record.ngsReports.metadata" />
      <short value="NGS run metadata" />
      <definition value="NGS run metadata" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: GenomicStudyAnalysis" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.referenceGenome">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.referenceGenome" />
      <short value="Reference genome" />
      <definition value="Reference genome" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: GenomicStudyAnalysis.extension(referenceGenome)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.referenceGenome.code">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.referenceGenome.code" />
      <short value="Genome build (e.g. GRCh38)" />
      <definition value="Genome build (e.g. GRCh38)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.referenceGenome.display">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.referenceGenome.display" />
      <short value="Genome build display" />
      <definition value="Genome build display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.referenceGenome.system">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.referenceGenome.system" />
      <short value="Genome build system URI" />
      <definition value="Genome build system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.sequencer">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.sequencer" />
      <short value="Sequencer instrument" />
      <definition value="Sequencer instrument" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: GenomicStudyAnalysis.device" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.sequencer.code">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.sequencer.code" />
      <short value="Sequencer code" />
      <definition value="Sequencer code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.sequencer.display">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.sequencer.display" />
      <short value="Sequencer display" />
      <definition value="Sequencer display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.sequencer.system">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.sequencer.system" />
      <short value="Sequencer system URI" />
      <definition value="Sequencer system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.kitManufacturer">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.kitManufacturer" />
      <short value="Kit manufacturer" />
      <definition value="Kit manufacturer" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.kitType">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.kitType" />
      <short value="Kit type" />
      <definition value="Kit type" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.pipeline">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.pipeline" />
      <short value="Bioinformatics pipeline" />
      <definition value="Bioinformatics pipeline" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent" />
      <short value="Pre-sequencing tumor cell content estimate" />
      <definition value="Pre-sequencing tumor cell content estimate" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.method">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.method" />
      <short value="Estimation method" />
      <definition value="Estimation method" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.method.code">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.method.code" />
      <short value="Method code" />
      <definition value="Method code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.method.display">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.method.display" />
      <short value="Method display" />
      <definition value="Method display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.method.system">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.method.system" />
      <short value="Method system URI" />
      <definition value="Method system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.value">
      <path value="dnpm-lm-patient-record.ngsReports.metadata.tumorCellContent.value" />
      <short value="Fraction (0.0 – 1.0)" />
      <definition value="Fraction (0.0 – 1.0)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results">
      <path value="dnpm-lm-patient-record.ngsReports.results" />
      <short value="NGS analysis results" />
      <definition value="NGS analysis results" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DiagnosticReport.result" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent" />
      <short value="Bioinformatic tumor cell content" />
      <definition value="Bioinformatic tumor cell content" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Tumorzellgehalt (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.id" />
      <short value="Result UUID" />
      <definition value="Result UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.patient">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.patient.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.patient.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.patient.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.specimen">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.specimen" />
      <short value="Specimen reference" />
      <definition value="Specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.specimen.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.specimen.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.specimen.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.method">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.method" />
      <short value="Determination method" />
      <definition value="Determination method" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.method.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.method.code" />
      <short value="Method code (e.g. bioinformatic)" />
      <definition value="Method code (e.g. bioinformatic)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.method.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.method.display" />
      <short value="Method display" />
      <definition value="Method display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.method.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.method.system" />
      <short value="Method system URI" />
      <definition value="Method system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.tumorCellContent.value" />
      <short value="Fraction (0.0 – 1.0)" />
      <definition value="Fraction (0.0 – 1.0)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb" />
      <short value="Tumor Mutational Burden" />
      <definition value="Tumor Mutational Burden" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Tumor Mutational Burden (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.id" />
      <short value="TMB result UUID" />
      <definition value="TMB result UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.patient">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.patient.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.patient.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.patient.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.specimen">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.specimen" />
      <short value="Specimen reference" />
      <definition value="Specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.specimen.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.specimen.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.specimen.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.value" />
      <short value="TMB quantity" />
      <definition value="TMB quantity" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.value.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.value.value" />
      <short value="Numeric value" />
      <definition value="Numeric value" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.value.unit">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.value.unit" />
      <short value="Unit" />
      <definition value="Unit" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.interpretation">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.interpretation" />
      <short value="TMB interpretation" />
      <definition value="TMB interpretation" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.interpretation.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.interpretation.code" />
      <short value="Code (e.g. high)" />
      <definition value="Code (e.g. high)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.interpretation.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.interpretation.display" />
      <short value="Display" />
      <definition value="Display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.tmb.interpretation.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.tmb.interpretation.system" />
      <short value="System URI" />
      <definition value="System URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness" />
      <short value="BRCAness score" />
      <definition value="BRCAness score" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: BRCAness (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.id" />
      <short value="BRCAness result UUID" />
      <definition value="BRCAness result UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.patient">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.patient.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.patient.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.patient.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.specimen">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.specimen" />
      <short value="Specimen reference" />
      <definition value="Specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.specimen.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.specimen.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.specimen.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.value" />
      <short value="BRCAness score (0.0 – 1.0)" />
      <definition value="BRCAness score (0.0 – 1.0)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.confidenceRange">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.confidenceRange" />
      <short value="Confidence range" />
      <definition value="Confidence range" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.confidenceRange.min">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.confidenceRange.min" />
      <short value="Minimum" />
      <definition value="Minimum" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.brcaness.confidenceRange.max">
      <path value="dnpm-lm-patient-record.ngsReports.results.brcaness.confidenceRange.max" />
      <short value="Maximum" />
      <definition value="Maximum" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore" />
      <short value="HRD Score" />
      <definition value="HRD Score" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: HRD Score (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.id" />
      <short value="HRD result UUID" />
      <definition value="HRD result UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.patient">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.patient.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.patient.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.patient.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.specimen">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.specimen" />
      <short value="Specimen reference" />
      <definition value="Specimen reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.specimen.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.specimen.id" />
      <short value="Specimen ID" />
      <definition value="Specimen ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.specimen.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.specimen.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.value" />
      <short value="HRD composite score" />
      <definition value="HRD composite score" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.components">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.components" />
      <short value="HRD component scores" />
      <definition value="HRD component scores" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.components.lst">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.components.lst" />
      <short value="LST score" />
      <definition value="LST score" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.components.loh">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.components.loh" />
      <short value="LOH score" />
      <definition value="LOH score" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.components.tai">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.components.tai" />
      <short value="TAI score" />
      <definition value="TAI score" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.interpretation">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.interpretation" />
      <short value="HRD interpretation" />
      <definition value="HRD interpretation" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.interpretation.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.interpretation.code" />
      <short value="Code (e.g. low)" />
      <definition value="Code (e.g. low)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.interpretation.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.interpretation.display" />
      <short value="Display" />
      <definition value="Display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.hrdScore.interpretation.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.hrdScore.interpretation.system" />
      <short value="System URI" />
      <definition value="System URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants" />
      <short value="Simple variants (SNV / small indels)" />
      <definition value="Simple variants (SNV / small indels)" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Einfache Variante (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.id" />
      <short value="Variant UUID" />
      <definition value="Variant UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.patient">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.patient.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.patient.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.patient.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.externalIds">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.externalIds" />
      <short value="External identifiers (e.g. dbSNP)" />
      <definition value="External identifiers (e.g. dbSNP)" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.externalIds.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.externalIds.value" />
      <short value="Identifier value" />
      <definition value="Identifier value" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.externalIds.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.externalIds.system" />
      <short value="Identifier system URI" />
      <definition value="Identifier system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.chromosome">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.chromosome" />
      <short value="Chromosome (e.g. chr4)" />
      <definition value="Chromosome (e.g. chr4)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.gene">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.gene" />
      <short value="Affected gene" />
      <definition value="Affected gene" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.gene.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.gene.code" />
      <short value="HGNC gene code" />
      <definition value="HGNC gene code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.gene.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.gene.display" />
      <short value="Gene symbol" />
      <definition value="Gene symbol" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.gene.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.gene.system" />
      <short value="Gene nomenclature system URI" />
      <definition value="Gene nomenclature system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.localization">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.localization" />
      <short value="Variant localization in gene" />
      <definition value="Variant localization in gene" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.localization.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.localization.code" />
      <short value="Localization code" />
      <definition value="Localization code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.localization.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.localization.display" />
      <short value="Localization display" />
      <definition value="Localization display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.localization.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.localization.system" />
      <short value="Localization system URI" />
      <definition value="Localization system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.transcriptId">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.transcriptId" />
      <short value="Transcript identifier" />
      <definition value="Transcript identifier" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.transcriptId.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.transcriptId.value" />
      <short value="Transcript ID (e.g. ENST...)" />
      <definition value="Transcript ID (e.g. ENST...)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.transcriptId.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.transcriptId.system" />
      <short value="Transcript system URI" />
      <definition value="Transcript system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.exonId">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.exonId" />
      <short value="Exon identifier" />
      <definition value="Exon identifier" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.position">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.position" />
      <short value="Genomic position" />
      <definition value="Genomic position" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.position.start">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.position.start" />
      <short value="Start position" />
      <definition value="Start position" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.position.end">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.position.end" />
      <short value="End position" />
      <definition value="End position" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.altAllele">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.altAllele" />
      <short value="Alternate allele" />
      <definition value="Alternate allele" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.refAllele">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.refAllele" />
      <short value="Reference allele" />
      <definition value="Reference allele" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.dnaChange">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.dnaChange" />
      <short value="cDNA change (HGVS)" />
      <definition value="cDNA change (HGVS)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.proteinChange">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.proteinChange" />
      <short value="Protein change (HGVS)" />
      <definition value="Protein change (HGVS)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.readDepth">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.readDepth" />
      <short value="Read depth" />
      <definition value="Read depth" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.allelicFrequency">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.allelicFrequency" />
      <short value="Allelic frequency" />
      <definition value="Allelic frequency" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.interpretation">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.interpretation" />
      <short value="ClinVar interpretation" />
      <definition value="ClinVar interpretation" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.interpretation.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.interpretation.code" />
      <short value="Interpretation code" />
      <definition value="Interpretation code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.interpretation.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.interpretation.display" />
      <short value="Interpretation display" />
      <definition value="Interpretation display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.simpleVariants.interpretation.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.simpleVariants.interpretation.system" />
      <short value="Interpretation system URI" />
      <definition value="Interpretation system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants" />
      <short value="Copy number variants" />
      <definition value="Copy number variants" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Copy Number Variante (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.id" />
      <short value="CNV UUID" />
      <definition value="CNV UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.patient">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.patient.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.patient.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.patient.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.chromosome">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.chromosome" />
      <short value="Chromosome (e.g. chr7)" />
      <definition value="Chromosome (e.g. chr7)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.localization">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.localization" />
      <short value="CNV localization" />
      <definition value="CNV localization" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.localization.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.localization.code" />
      <short value="Localization code" />
      <definition value="Localization code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.localization.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.localization.display" />
      <short value="Localization display" />
      <definition value="Localization display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.localization.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.localization.system" />
      <short value="Localization system URI" />
      <definition value="Localization system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.startRange">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.startRange" />
      <short value="Start position range" />
      <definition value="Start position range" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.startRange.start">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.startRange.start" />
      <short value="Range start" />
      <definition value="Range start" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.startRange.end">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.startRange.end" />
      <short value="Range end" />
      <definition value="Range end" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.endRange">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.endRange" />
      <short value="End position range" />
      <definition value="End position range" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.endRange.start">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.endRange.start" />
      <short value="Range start" />
      <definition value="Range start" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.endRange.end">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.endRange.end" />
      <short value="Range end" />
      <definition value="Range end" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.totalCopyNumber">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.totalCopyNumber" />
      <short value="Total copy number" />
      <definition value="Total copy number" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.relativeCopyNumber">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.relativeCopyNumber" />
      <short value="Relative copy number" />
      <definition value="Relative copy number" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="decimal" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.cnA">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.cnA" />
      <short value="Copy number allele A" />
      <definition value="Copy number allele A" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.cnB">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.cnB" />
      <short value="Copy number allele B" />
      <definition value="Copy number allele B" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.reportedAffectedGenes">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.reportedAffectedGenes" />
      <short value="Affected genes" />
      <definition value="Affected genes" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.reportedAffectedGenes.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.reportedAffectedGenes.code" />
      <short value="HGNC gene code" />
      <definition value="HGNC gene code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.reportedAffectedGenes.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.reportedAffectedGenes.display" />
      <short value="Gene symbol" />
      <definition value="Gene symbol" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.reportedAffectedGenes.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.reportedAffectedGenes.system" />
      <short value="Gene nomenclature system URI" />
      <definition value="Gene nomenclature system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.focality">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.focality" />
      <short value="CNV focality" />
      <definition value="CNV focality" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.focality.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.focality.code" />
      <short value="Focality code (e.g. focal)" />
      <definition value="Focality code (e.g. focal)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.focality.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.focality.display" />
      <short value="Focality display" />
      <definition value="Focality display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.focality.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.focality.system" />
      <short value="Focality system URI" />
      <definition value="Focality system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.type" />
      <short value="CNV type" />
      <definition value="CNV type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.type.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.type.code" />
      <short value="CNV type code (e.g. gain)" />
      <definition value="CNV type code (e.g. gain)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.type.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.type.display" />
      <short value="CNV type display" />
      <definition value="CNV type display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.type.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.copyNumberVariants.type.system" />
      <short value="CNV type system URI" />
      <definition value="CNV type system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions" />
      <short value="DNA-level gene fusions" />
      <definition value="DNA-level gene fusions" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: DNA Fusion (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.id" />
      <short value="DNA fusion UUID" />
      <definition value="DNA fusion UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.patient">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.patient.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.patient.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.patient.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.localization">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.localization" />
      <short value="Fusion localization" />
      <definition value="Fusion localization" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.localization.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.localization.code" />
      <short value="Localization code" />
      <definition value="Localization code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.localization.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.localization.display" />
      <short value="Localization display" />
      <definition value="Localization display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.localization.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.localization.system" />
      <short value="Localization system URI" />
      <definition value="Localization system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime" />
      <short value="5-prime fusion partner" />
      <definition value="5-prime fusion partner" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.gene">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.gene" />
      <short value="5-prime partner gene" />
      <definition value="5-prime partner gene" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.gene.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.gene.code" />
      <short value="HGNC gene code" />
      <definition value="HGNC gene code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.gene.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.gene.display" />
      <short value="Gene symbol" />
      <definition value="Gene symbol" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.gene.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.gene.system" />
      <short value="Gene nomenclature system URI" />
      <definition value="Gene nomenclature system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.position">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner5prime.position" />
      <short value="Breakpoint position" />
      <definition value="Breakpoint position" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime" />
      <short value="3-prime fusion partner" />
      <definition value="3-prime fusion partner" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.gene">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.gene" />
      <short value="3-prime partner gene" />
      <definition value="3-prime partner gene" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.gene.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.gene.code" />
      <short value="HGNC gene code" />
      <definition value="HGNC gene code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.gene.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.gene.display" />
      <short value="Gene symbol" />
      <definition value="Gene symbol" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.gene.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.gene.system" />
      <short value="Gene nomenclature system URI" />
      <definition value="Gene nomenclature system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.position">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.fusionPartner3prime.position" />
      <short value="Breakpoint position" />
      <definition value="Breakpoint position" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.dnaFusions.reportedNumReads">
      <path value="dnpm-lm-patient-record.ngsReports.results.dnaFusions.reportedNumReads" />
      <short value="Supporting read count" />
      <definition value="Supporting read count" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions" />
      <short value="RNA-level gene fusions" />
      <definition value="RNA-level gene fusions" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: RNA Fusion (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.id" />
      <short value="RNA fusion UUID" />
      <definition value="RNA fusion UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.patient">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.patient.id">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.patient.type">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.patient.type" />
      <short value="Reference type" />
      <definition value="Reference type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.externalIds">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.externalIds" />
      <short value="External identifiers (e.g. COSMIC)" />
      <definition value="External identifiers (e.g. COSMIC)" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.externalIds.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.externalIds.value" />
      <short value="Identifier value" />
      <definition value="Identifier value" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.externalIds.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.externalIds.system" />
      <short value="Identifier system URI" />
      <definition value="Identifier system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.localization">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.localization" />
      <short value="Fusion localization" />
      <definition value="Fusion localization" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.localization.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.localization.code" />
      <short value="Localization code" />
      <definition value="Localization code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.localization.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.localization.display" />
      <short value="Localization display" />
      <definition value="Localization display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.localization.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.localization.system" />
      <short value="Localization system URI" />
      <definition value="Localization system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime" />
      <short value="5-prime fusion partner" />
      <definition value="5-prime fusion partner" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.gene">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.gene" />
      <short value="5-prime partner gene" />
      <definition value="5-prime partner gene" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.gene.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.gene.code" />
      <short value="HGNC gene code" />
      <definition value="HGNC gene code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.gene.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.gene.display" />
      <short value="Gene symbol" />
      <definition value="Gene symbol" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.gene.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.gene.system" />
      <short value="Gene nomenclature system URI" />
      <definition value="Gene nomenclature system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.transcript">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.transcript" />
      <short value="5-prime transcript" />
      <definition value="5-prime transcript" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.transcript.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.transcript.value" />
      <short value="Transcript ID (e.g. ENST...)" />
      <definition value="Transcript ID (e.g. ENST...)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.transcript.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.transcript.system" />
      <short value="Transcript system URI" />
      <definition value="Transcript system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.exon">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.exon" />
      <short value="Exon identifier" />
      <definition value="Exon identifier" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.position">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.position" />
      <short value="Breakpoint position" />
      <definition value="Breakpoint position" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.strand">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner5prime.strand" />
      <short value="Strand (+ or -)" />
      <definition value="Strand (+ or -)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime" />
      <short value="3-prime fusion partner" />
      <definition value="3-prime fusion partner" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.gene">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.gene" />
      <short value="3-prime partner gene" />
      <definition value="3-prime partner gene" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.gene.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.gene.code" />
      <short value="HGNC gene code" />
      <definition value="HGNC gene code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.gene.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.gene.display" />
      <short value="Gene symbol" />
      <definition value="Gene symbol" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.gene.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.gene.system" />
      <short value="Gene nomenclature system URI" />
      <definition value="Gene nomenclature system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.transcript">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.transcript" />
      <short value="3-prime transcript" />
      <definition value="3-prime transcript" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.transcript.value">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.transcript.value" />
      <short value="Transcript ID (e.g. ENST...)" />
      <definition value="Transcript ID (e.g. ENST...)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.transcript.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.transcript.system" />
      <short value="Transcript system URI" />
      <definition value="Transcript system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.exon">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.exon" />
      <short value="Exon identifier" />
      <definition value="Exon identifier" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.position">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.position" />
      <short value="Breakpoint position" />
      <definition value="Breakpoint position" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.strand">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.fusionPartner3prime.strand" />
      <short value="Strand (+ or -)" />
      <definition value="Strand (+ or -)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.effect">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.effect" />
      <short value="RNA fusion effect" />
      <definition value="RNA fusion effect" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.effect.code">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.effect.code" />
      <short value="Effect code (e.g. in-frame)" />
      <definition value="Effect code (e.g. in-frame)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.effect.display">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.effect.display" />
      <short value="Effect display" />
      <definition value="Effect display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.effect.system">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.effect.system" />
      <short value="Effect system URI" />
      <definition value="Effect system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.ngsReports.results.rnaFusions.reportedNumReads">
      <path value="dnpm-lm-patient-record.ngsReports.results.rnaFusions.reportedNumReads" />
      <short value="Supporting read count" />
      <definition value="Supporting read count" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans">
      <path value="dnpm-lm-patient-record.carePlans" />
      <short value="MTB care plans" />
      <definition value="MTB care plans" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Therapieplan (CarePlan)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.id">
      <path value="dnpm-lm-patient-record.carePlans.id" />
      <short value="Care plan UUID" />
      <definition value="Care plan UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: CarePlan.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.patient">
      <path value="dnpm-lm-patient-record.carePlans.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: CarePlan.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.patient.id">
      <path value="dnpm-lm-patient-record.carePlans.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.patient.type">
      <path value="dnpm-lm-patient-record.carePlans.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.issuedOn">
      <path value="dnpm-lm-patient-record.carePlans.issuedOn" />
      <short value="Issue date (YYYY-MM-DD)" />
      <definition value="Issue date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: CarePlan.created" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.reason">
      <path value="dnpm-lm-patient-record.carePlans.reason" />
      <short value="Indication (MTBDiagnosis) reference" />
      <definition value="Indication (MTBDiagnosis) reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: CarePlan.addresses" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.reason.id">
      <path value="dnpm-lm-patient-record.carePlans.reason.id" />
      <short value="Diagnosis ID" />
      <definition value="Diagnosis ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.reason.type">
      <path value="dnpm-lm-patient-record.carePlans.reason.type" />
      <short value="Reference type (MTBDiagnosis)" />
      <definition value="Reference type (MTBDiagnosis)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.noTargetFinding">
      <path value="dnpm-lm-patient-record.carePlans.noTargetFinding" />
      <short value="True when no actionable target was found" />
      <definition value="True when no actionable target was found" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="boolean" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: CarePlan.extension(noTargetFinding)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation" />
      <short value="Genetic counselling recommendation" />
      <definition value="Genetic counselling recommendation" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Humangenetische Beratung (ServiceRequest)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.id">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.id" />
      <short value="Recommendation UUID" />
      <definition value="Recommendation UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.patient">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.patient.id">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.patient.type">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.issuedOn">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.issuedOn" />
      <short value="Recommendation date (YYYY-MM-DD)" />
      <definition value="Recommendation date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.reason">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.reason" />
      <short value="Counselling reason" />
      <definition value="Counselling reason" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.reason.code">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.reason.code" />
      <short value="Reason code" />
      <definition value="Reason code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.reason.display">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.reason.display" />
      <short value="Reason display" />
      <definition value="Reason display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.reason.system">
      <path value="dnpm-lm-patient-record.carePlans.geneticCounselingRecommendation.reason.system" />
      <short value="Reason system URI" />
      <definition value="Reason system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations" />
      <short value="Medication therapy recommendations" />
      <definition value="Medication therapy recommendations" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Therapieempfehlung (MedicationRequest)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.id">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.id" />
      <short value="Recommendation UUID" />
      <definition value="Recommendation UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.patient">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.patient.id">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.patient.type">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.issuedOn">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.issuedOn" />
      <short value="Recommendation date (YYYY-MM-DD)" />
      <definition value="Recommendation date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.indication">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.indication" />
      <short value="Indication reference" />
      <definition value="Indication reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.indication.id">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.indication.id" />
      <short value="Diagnosis ID" />
      <definition value="Diagnosis ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.indication.type">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.indication.type" />
      <short value="Reference type (MTBDiagnosis)" />
      <definition value="Reference type (MTBDiagnosis)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.priority">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.priority" />
      <short value="Recommendation priority" />
      <definition value="Recommendation priority" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationRequest.extension(Prioritaet)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.priority.code">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.priority.code" />
      <short value="Priority code (e.g. 1)" />
      <definition value="Priority code (e.g. 1)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.priority.display">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.priority.display" />
      <short value="Priority display" />
      <definition value="Priority display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.priority.system">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.priority.system" />
      <short value="Priority system URI" />
      <definition value="Priority system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication" />
      <short value="Recommended medications (ATC)" />
      <definition value="Recommended medications (ATC)" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationRequest.medication[x]" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication.code">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication.code" />
      <short value="ATC code" />
      <definition value="ATC code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication.display">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication.display" />
      <short value="Medication display" />
      <definition value="Medication display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication.system">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication.system" />
      <short value="ATC system URI" />
      <definition value="ATC system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication.version">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.medication.version" />
      <short value="ATC version" />
      <definition value="ATC version" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.supportingVariants">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.supportingVariants" />
      <short value="Supporting variants" />
      <definition value="Supporting variants" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationRequest.supportingInfo" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.supportingVariants.id">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.supportingVariants.id" />
      <short value="Variant ID" />
      <definition value="Variant ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.supportingVariants.type">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.supportingVariants.type" />
      <short value="Variant type (SNV | CNV | DNAFusion | RNAFusion)" />
      <definition value="Variant type (SNV | CNV | DNAFusion | RNAFusion)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence" />
      <short value="Level of evidence" />
      <definition value="Level of evidence" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationRequest.extension(Evidenzgraduierung)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.grading">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.grading" />
      <short value="Evidence grading" />
      <definition value="Evidence grading" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.grading.code">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.grading.code" />
      <short value="Grade code (e.g. m1A)" />
      <definition value="Grade code (e.g. m1A)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.grading.display">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.grading.display" />
      <short value="Grade display" />
      <definition value="Grade display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.grading.system">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.grading.system" />
      <short value="Grade system URI" />
      <definition value="Grade system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.addendums">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.addendums" />
      <short value="Evidence addendums" />
      <definition value="Evidence addendums" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.addendums.code">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.addendums.code" />
      <short value="Addendum code" />
      <definition value="Addendum code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.addendums.display">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.addendums.display" />
      <short value="Addendum display" />
      <definition value="Addendum display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.addendums.system">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.addendums.system" />
      <short value="Addendum system URI" />
      <definition value="Addendum system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.publications">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.publications" />
      <short value="Supporting publications" />
      <definition value="Supporting publications" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.publications.pmid">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.publications.pmid" />
      <short value="PubMed ID" />
      <definition value="PubMed ID" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.publications.doi">
      <path value="dnpm-lm-patient-record.carePlans.medicationRecommendations.levelOfEvidence.publications.doi" />
      <short value="Digital Object Identifier" />
      <definition value="Digital Object Identifier" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations" />
      <short value="Study enrollment recommendations" />
      <definition value="Study enrollment recommendations" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Studieneinschluss (ServiceRequest)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.id">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.id" />
      <short value="Recommendation UUID" />
      <definition value="Recommendation UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.patient">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.patient.id">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.patient.type">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.issuedOn">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.issuedOn" />
      <short value="Recommendation date (YYYY-MM-DD)" />
      <definition value="Recommendation date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.indication">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.indication" />
      <short value="Indication reference" />
      <definition value="Indication reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.indication.id">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.indication.id" />
      <short value="Diagnosis ID" />
      <definition value="Diagnosis ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.indication.type">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.indication.type" />
      <short value="Reference type (MTBDiagnosis)" />
      <definition value="Reference type (MTBDiagnosis)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.supportingVariants">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.supportingVariants" />
      <short value="Supporting variants" />
      <definition value="Supporting variants" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.supportingVariants.id">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.supportingVariants.id" />
      <short value="Variant ID" />
      <definition value="Variant ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.supportingVariants.type">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.supportingVariants.type" />
      <short value="Variant type" />
      <definition value="Variant type" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.studies">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.studies" />
      <short value="Recommended studies" />
      <definition value="Recommended studies" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.studies.id">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.studies.id" />
      <short value="Study ID (e.g. NCT number)" />
      <definition value="Study ID (e.g. NCT number)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.studies.system">
      <path value="dnpm-lm-patient-record.carePlans.studyEnrollmentRecommendations.studies.system" />
      <short value="Study registry system URI" />
      <definition value="Study registry system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps">
      <path value="dnpm-lm-patient-record.followUps" />
      <short value="Follow-up visit entries" />
      <definition value="Follow-up visit entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Follow-Up (ClinicalImpression)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.followUps.id">
      <path value="dnpm-lm-patient-record.followUps.id" />
      <short value="Follow-up UUID" />
      <definition value="Follow-up UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClinicalImpression.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.followUps.patient">
      <path value="dnpm-lm-patient-record.followUps.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClinicalImpression.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.followUps.patient.id">
      <path value="dnpm-lm-patient-record.followUps.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.patient.type">
      <path value="dnpm-lm-patient-record.followUps.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.date">
      <path value="dnpm-lm-patient-record.followUps.date" />
      <short value="Follow-up date (YYYY-MM-DD)" />
      <definition value="Follow-up date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClinicalImpression.effectiveDateTime" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.followUps.lastContactDate">
      <path value="dnpm-lm-patient-record.followUps.lastContactDate" />
      <short value="Date of last patient contact (YYYY-MM-DD)" />
      <definition value="Date of last patient contact (YYYY-MM-DD)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.patientStatus">
      <path value="dnpm-lm-patient-record.followUps.patientStatus" />
      <short value="Patient status at follow-up" />
      <definition value="Patient status at follow-up" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.patientStatus.code">
      <path value="dnpm-lm-patient-record.followUps.patientStatus.code" />
      <short value="Status code (e.g. alive)" />
      <definition value="Status code (e.g. alive)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.patientStatus.display">
      <path value="dnpm-lm-patient-record.followUps.patientStatus.display" />
      <short value="Status display" />
      <definition value="Status display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.patientStatus.system">
      <path value="dnpm-lm-patient-record.followUps.patientStatus.system" />
      <short value="Status system URI" />
      <definition value="Status system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.claims">
      <path value="dnpm-lm-patient-record.followUps.claims" />
      <short value="Claim references at follow-up" />
      <definition value="Claim references at follow-up" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.claims.id">
      <path value="dnpm-lm-patient-record.followUps.claims.id" />
      <short value="Claim ID" />
      <definition value="Claim ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.claims.type">
      <path value="dnpm-lm-patient-record.followUps.claims.type" />
      <short value="Reference type (Claim)" />
      <definition value="Reference type (Claim)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.followUps.therapyChanged">
      <path value="dnpm-lm-patient-record.followUps.therapyChanged" />
      <short value="Whether therapy was changed at this follow-up" />
      <definition value="Whether therapy was changed at this follow-up" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="boolean" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claims">
      <path value="dnpm-lm-patient-record.claims" />
      <short value="Insurance / cost coverage claim entries" />
      <definition value="Insurance / cost coverage claim entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Antrag Kostenuebernahme (ClaimResponse)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claims.id">
      <path value="dnpm-lm-patient-record.claims.id" />
      <short value="Claim UUID" />
      <definition value="Claim UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claims.patient">
      <path value="dnpm-lm-patient-record.claims.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.patient" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claims.patient.id">
      <path value="dnpm-lm-patient-record.claims.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claims.patient.type">
      <path value="dnpm-lm-patient-record.claims.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claims.recommendation">
      <path value="dnpm-lm-patient-record.claims.recommendation" />
      <short value="Associated medication recommendation reference" />
      <definition value="Associated medication recommendation reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.request" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claims.recommendation.id">
      <path value="dnpm-lm-patient-record.claims.recommendation.id" />
      <short value="Recommendation ID" />
      <definition value="Recommendation ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claims.recommendation.type">
      <path value="dnpm-lm-patient-record.claims.recommendation.type" />
      <short value="Reference type (MTBMedicationRecommendation)" />
      <definition value="Reference type (MTBMedicationRecommendation)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claims.issuedOn">
      <path value="dnpm-lm-patient-record.claims.issuedOn" />
      <short value="Claim issue date (YYYY-MM-DD)" />
      <definition value="Claim issue date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.created" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses">
      <path value="dnpm-lm-patient-record.claimResponses" />
      <short value="Insurance / cost coverage claim response entries" />
      <definition value="Insurance / cost coverage claim response entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Antwort Kostenuebernahme (ClaimResponse)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.id">
      <path value="dnpm-lm-patient-record.claimResponses.id" />
      <short value="Claim response UUID" />
      <definition value="Claim response UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.patient">
      <path value="dnpm-lm-patient-record.claimResponses.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.patient" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.patient.id">
      <path value="dnpm-lm-patient-record.claimResponses.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.patient.type">
      <path value="dnpm-lm-patient-record.claimResponses.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.claim">
      <path value="dnpm-lm-patient-record.claimResponses.claim" />
      <short value="Associated claim reference" />
      <definition value="Associated claim reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.request" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.claim.id">
      <path value="dnpm-lm-patient-record.claimResponses.claim.id" />
      <short value="Claim ID" />
      <definition value="Claim ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.claim.type">
      <path value="dnpm-lm-patient-record.claimResponses.claim.type" />
      <short value="Reference type (Claim)" />
      <definition value="Reference type (Claim)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.issuedOn">
      <path value="dnpm-lm-patient-record.claimResponses.issuedOn" />
      <short value="Response date (YYYY-MM-DD)" />
      <definition value="Response date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.created" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.status">
      <path value="dnpm-lm-patient-record.claimResponses.status" />
      <short value="Response status" />
      <definition value="Response status" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.extension(Entscheidung)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.status.code">
      <path value="dnpm-lm-patient-record.claimResponses.status.code" />
      <short value="Status code (e.g. rejected)" />
      <definition value="Status code (e.g. rejected)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.status.display">
      <path value="dnpm-lm-patient-record.claimResponses.status.display" />
      <short value="Status display" />
      <definition value="Status display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.status.system">
      <path value="dnpm-lm-patient-record.claimResponses.status.system" />
      <short value="Status system URI" />
      <definition value="Status system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.statusReason">
      <path value="dnpm-lm-patient-record.claimResponses.statusReason" />
      <short value="Reason for response status" />
      <definition value="Reason for response status" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: ClaimResponse.extension(Ablehnungsgrund)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.statusReason.code">
      <path value="dnpm-lm-patient-record.claimResponses.statusReason.code" />
      <short value="Reason code" />
      <definition value="Reason code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.statusReason.display">
      <path value="dnpm-lm-patient-record.claimResponses.statusReason.display" />
      <short value="Reason display" />
      <definition value="Reason display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.claimResponses.statusReason.system">
      <path value="dnpm-lm-patient-record.claimResponses.statusReason.system" />
      <short value="Reason system URI" />
      <definition value="Reason system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies">
      <path value="dnpm-lm-patient-record.systemicTherapies" />
      <short value="Systemic (molecular) therapy entries (each wraps a history)" />
      <definition value="Systemic (molecular) therapy entries (each wraps a history)" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Systemische Therapie Follow-Up" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history">
      <path value="dnpm-lm-patient-record.systemicTherapies.history" />
      <short value="Therapy version history entries" />
      <definition value="Therapy version history entries" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement + Procedure" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.id">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.id" />
      <short value="Therapy entry UUID" />
      <definition value="Therapy entry UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.patient">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.patient.id">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.patient.type">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.indication">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.indication" />
      <short value="Indication reference" />
      <definition value="Indication reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.reasonReference" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.indication.id">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.indication.id" />
      <short value="Diagnosis ID" />
      <definition value="Diagnosis ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.indication.type">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.indication.type" />
      <short value="Reference type (MTBDiagnosis)" />
      <definition value="Reference type (MTBDiagnosis)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.basedOn">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.basedOn" />
      <short value="Medication recommendation reference" />
      <definition value="Medication recommendation reference" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.basedOn" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.basedOn.id">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.basedOn.id" />
      <short value="Recommendation ID" />
      <definition value="Recommendation ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.basedOn.type">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.basedOn.type" />
      <short value="Reference type (MTBMedicationRecommendation)" />
      <definition value="Reference type (MTBMedicationRecommendation)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.therapyLine">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.therapyLine" />
      <short value="Therapy line number" />
      <definition value="Therapy line number" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="integer" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.extension(Therapielinie)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.status">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.status" />
      <short value="Therapy status" />
      <definition value="Therapy status" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.status" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.status.code">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.status.code" />
      <short value="Status code (e.g. completed)" />
      <definition value="Status code (e.g. completed)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.status.display">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.status.display" />
      <short value="Status display" />
      <definition value="Status display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.status.system">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.status.system" />
      <short value="Status system URI" />
      <definition value="Status system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.statusReason">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.statusReason" />
      <short value="Reason for therapy status" />
      <definition value="Reason for therapy status" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.statusReason" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.statusReason.code">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.statusReason.code" />
      <short value="Status reason code" />
      <definition value="Status reason code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.statusReason.display">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.statusReason.display" />
      <short value="Status reason display" />
      <definition value="Status reason display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.statusReason.system">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.statusReason.system" />
      <short value="Status reason system URI" />
      <definition value="Status reason system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.period">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.period" />
      <short value="Therapy period" />
      <definition value="Therapy period" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.effectivePeriod" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.period.start">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.period.start" />
      <short value="Start date (YYYY-MM-DD)" />
      <definition value="Start date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.period.end">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.period.end" />
      <short value="End date (YYYY-MM-DD)" />
      <definition value="End date (YYYY-MM-DD)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.medication">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.medication" />
      <short value="Medication codes (ATC)" />
      <definition value="Medication codes (ATC)" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: MedicationStatement.medication[x]" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.medication.code">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.medication.code" />
      <short value="ATC code" />
      <definition value="ATC code" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.medication.display">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.medication.display" />
      <short value="Medication display" />
      <definition value="Medication display" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.medication.system">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.medication.system" />
      <short value="ATC system URI" />
      <definition value="ATC system URI" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.medication.version">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.medication.version" />
      <short value="ATC version" />
      <definition value="ATC version" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.systemicTherapies.history.notes">
      <path value="dnpm-lm-patient-record.systemicTherapies.history.notes" />
      <short value="Free-text therapy notes" />
      <definition value="Free-text therapy notes" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.responses">
      <path value="dnpm-lm-patient-record.responses" />
      <short value="Therapy response assessments" />
      <definition value="Therapy response assessments" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Response Befund (Observation)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.responses.id">
      <path value="dnpm-lm-patient-record.responses.id" />
      <short value="Response UUID" />
      <definition value="Response UUID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Observation.identifier" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.responses.patient">
      <path value="dnpm-lm-patient-record.responses.patient" />
      <short value="Patient reference" />
      <definition value="Patient reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Observation.subject" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.responses.patient.id">
      <path value="dnpm-lm-patient-record.responses.patient.id" />
      <short value="Patient ID" />
      <definition value="Patient ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.responses.patient.type">
      <path value="dnpm-lm-patient-record.responses.patient.type" />
      <short value="Reference type (Patient)" />
      <definition value="Reference type (Patient)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.responses.therapy">
      <path value="dnpm-lm-patient-record.responses.therapy" />
      <short value="Associated systemic therapy reference" />
      <definition value="Associated systemic therapy reference" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Observation.focus" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.responses.therapy.id">
      <path value="dnpm-lm-patient-record.responses.therapy.id" />
      <short value="Therapy ID" />
      <definition value="Therapy ID" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.responses.therapy.type">
      <path value="dnpm-lm-patient-record.responses.therapy.type" />
      <short value="Reference type (MTBSystemicTherapy)" />
      <definition value="Reference type (MTBSystemicTherapy)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.responses.effectiveDate">
      <path value="dnpm-lm-patient-record.responses.effectiveDate" />
      <short value="Response assessment date (YYYY-MM-DD)" />
      <definition value="Response assessment date (YYYY-MM-DD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Observation.effectiveDateTime" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.responses.value">
      <path value="dnpm-lm-patient-record.responses.value" />
      <short value="RECIST response category" />
      <definition value="RECIST response category" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="dnpm-to-mii-fhir" />
        <map value="MTB: Observation.valueCodeableConcept (RECIST)" />
      </mapping>
    </element>
    <element id="dnpm-lm-patient-record.responses.value.code">
      <path value="dnpm-lm-patient-record.responses.value.code" />
      <short value="RECIST code (e.g. SD, PR, CR, PD)" />
      <definition value="RECIST code (e.g. SD, PR, CR, PD)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.responses.value.display">
      <path value="dnpm-lm-patient-record.responses.value.display" />
      <short value="RECIST display (e.g. Stable Disease)" />
      <definition value="RECIST display (e.g. Stable Disease)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="dnpm-lm-patient-record.responses.value.system">
      <path value="dnpm-lm-patient-record.responses.value.system" />
      <short value="RECIST system (e.g. RECIST)" />
      <definition value="RECIST system (e.g. RECIST)" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
  </differential>
</StructureDefinition>