<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="DiagnosticReport" />
  <url value="http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/DiagnosticReport/v1" />
  <name value="DiagnosticReport" />
  <status value="draft" />
  <date value="2024-01-04T17:35:47.8312306+00:00" />
  <description value="This resource contains the diagnostic report of imaging study.&#xD;&#xA;The profile is based on the Diagnostic Report Resource." />
  <fhirVersion value="4.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="DiagnosticReport" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DiagnosticReport" />
  <derivation value="constraint" />
  <differential>
    <element id="DiagnosticReport.id">
      <path value="DiagnosticReport.id" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.meta">
      <path value="DiagnosticReport.meta" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.implicitRules">
      <path value="DiagnosticReport.implicitRules" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.language">
      <path value="DiagnosticReport.language" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.text">
      <path value="DiagnosticReport.text" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.contained">
      <path value="DiagnosticReport.contained" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.identifier">
      <path value="DiagnosticReport.identifier" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="DiagnosticReport.identifier.use">
      <path value="DiagnosticReport.identifier.use" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.identifier.type">
      <path value="DiagnosticReport.identifier.type" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.identifier.system">
      <path value="DiagnosticReport.identifier.system" />
      <definition value="The namespace for the identifier value." />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.identifier.value">
      <path value="DiagnosticReport.identifier.value" />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.identifier.period">
      <path value="DiagnosticReport.identifier.period" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.identifier.assigner">
      <path value="DiagnosticReport.identifier.assigner" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.basedOn">
      <path value="DiagnosticReport.basedOn" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.status">
      <path value="DiagnosticReport.status" />
      <fixedCode value="registered" />
    </element>
    <element id="DiagnosticReport.category">
      <path value="DiagnosticReport.category" />
      <max value="1" />
    </element>
    <element id="DiagnosticReport.category.coding">
      <path value="DiagnosticReport.category.coding" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="DiagnosticReport.category.coding.system">
      <path value="DiagnosticReport.category.coding.system" />
      <definition value="Identity of the terminology system." />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.category.coding.version">
      <path value="DiagnosticReport.category.coding.version" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.category.coding.code">
      <path value="DiagnosticReport.category.coding.code" />
      <definition value="Symbol in syntax defined by the system." />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.category.coding.display">
      <path value="DiagnosticReport.category.coding.display" />
      <definition value="Representation defined by the system." />
    </element>
    <element id="DiagnosticReport.category.coding.userSelected">
      <path value="DiagnosticReport.category.coding.userSelected" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.category.text">
      <path value="DiagnosticReport.category.text" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.code">
      <path value="DiagnosticReport.code" />
      <definition value="A code that describes this diagnostic report." />
    </element>
    <element id="DiagnosticReport.code.coding">
      <path value="DiagnosticReport.code.coding" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="DiagnosticReport.code.coding.system">
      <path value="DiagnosticReport.code.coding.system" />
      <definition value="Identity of the terminology system." />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.code.coding.version">
      <path value="DiagnosticReport.code.coding.version" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.code.coding.code">
      <path value="DiagnosticReport.code.coding.code" />
      <definition value="Symbol in syntax defined by the system." />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.code.coding.display">
      <path value="DiagnosticReport.code.coding.display" />
      <definition value="Representation defined by the system." />
    </element>
    <element id="DiagnosticReport.code.coding.userSelected">
      <path value="DiagnosticReport.code.coding.userSelected" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.code.text">
      <path value="DiagnosticReport.code.text" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.subject">
      <path value="DiagnosticReport.subject" />
      <definition value="The subject of the report." />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/Patient/v1" />
        <aggregation value="referenced" />
      </type>
    </element>
    <element id="DiagnosticReport.subject.reference">
      <path value="DiagnosticReport.subject.reference" />
      <definition value="Literal reference to the patient resource. Relative URL is being used." />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.subject.type">
      <path value="DiagnosticReport.subject.type" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.subject.identifier">
      <path value="DiagnosticReport.subject.identifier" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.subject.display">
      <path value="DiagnosticReport.subject.display" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.encounter">
      <path value="DiagnosticReport.encounter" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.effective[x]">
      <path value="DiagnosticReport.effective[x]" />
      <short value="Clinically relevant time for report" />
      <definition value="Clinically relevant time for report." />
      <min value="1" />
      <type>
        <code value="dateTime" />
      </type>
    </element>
    <element id="DiagnosticReport.issued">
      <path value="DiagnosticReport.issued" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.performer">
      <path value="DiagnosticReport.performer" />
      <max value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/Practitioner/v1" />
        <aggregation value="referenced" />
      </type>
    </element>
    <element id="DiagnosticReport.performer.reference">
      <path value="DiagnosticReport.performer.reference" />
      <definition value="Literal reference to an encounter resource. Relative URL is being used." />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.performer.type">
      <path value="DiagnosticReport.performer.type" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.performer.identifier">
      <path value="DiagnosticReport.performer.identifier" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.performer.display">
      <path value="DiagnosticReport.performer.display" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.resultsInterpreter">
      <path value="DiagnosticReport.resultsInterpreter" />
      <definition value="The practitioner that is responsible for the report's conclusions and interpretations." />
      <max value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/Practitioner/v1" />
        <aggregation value="referenced" />
      </type>
    </element>
    <element id="DiagnosticReport.resultsInterpreter.reference">
      <path value="DiagnosticReport.resultsInterpreter.reference" />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.resultsInterpreter.type">
      <path value="DiagnosticReport.resultsInterpreter.type" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.resultsInterpreter.identifier">
      <path value="DiagnosticReport.resultsInterpreter.identifier" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.resultsInterpreter.display">
      <path value="DiagnosticReport.resultsInterpreter.display" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.specimen">
      <path value="DiagnosticReport.specimen" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.result">
      <path value="DiagnosticReport.result" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.imagingStudy">
      <path value="DiagnosticReport.imagingStudy" />
      <definition value="Reference to full details of imaging associated with the diagnostic report." />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.imagingStudy.reference">
      <path value="DiagnosticReport.imagingStudy.reference" />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.imagingStudy.type">
      <path value="DiagnosticReport.imagingStudy.type" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.imagingStudy.identifier">
      <path value="DiagnosticReport.imagingStudy.identifier" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.imagingStudy.display">
      <path value="DiagnosticReport.imagingStudy.display" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.media.link">
      <path value="DiagnosticReport.media.link" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/Media/v1" />
        <aggregation value="referenced" />
      </type>
    </element>
    <element id="DiagnosticReport.media.link.reference">
      <path value="DiagnosticReport.media.link.reference" />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.media.link.type">
      <path value="DiagnosticReport.media.link.type" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.media.link.identifier">
      <path value="DiagnosticReport.media.link.identifier" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.media.link.display">
      <path value="DiagnosticReport.media.link.display" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.conclusionCode">
      <path value="DiagnosticReport.conclusionCode" />
      <definition value="Codes for the clinical conclusion of test results." />
      <max value="1" />
    </element>
    <element id="DiagnosticReport.conclusionCode.coding">
      <path value="DiagnosticReport.conclusionCode.coding" />
      <definition value="Code defined by a terminology system." />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="DiagnosticReport.conclusionCode.coding.system">
      <path value="DiagnosticReport.conclusionCode.coding.system" />
      <definition value="Identity of the terminology system." />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.conclusionCode.coding.version">
      <path value="DiagnosticReport.conclusionCode.coding.version" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.conclusionCode.coding.code">
      <path value="DiagnosticReport.conclusionCode.coding.code" />
      <definition value="Symbol in syntax defined by the system." />
      <min value="1" />
    </element>
    <element id="DiagnosticReport.conclusionCode.coding.display">
      <path value="DiagnosticReport.conclusionCode.coding.display" />
      <definition value="Representation defined by the system." />
    </element>
    <element id="DiagnosticReport.conclusionCode.coding.userSelected">
      <path value="DiagnosticReport.conclusionCode.coding.userSelected" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.conclusionCode.text">
      <path value="DiagnosticReport.conclusionCode.text" />
      <max value="0" />
    </element>
    <element id="DiagnosticReport.presentedForm">
      <path value="DiagnosticReport.presentedForm" />
      <max value="0" />
    </element>
  </differential>
</StructureDefinition>