<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="nl-core-SOAPReport" />
  <text>
    <status value="empty" />
    <div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>
  </text>
  <url value="http://nictiz.nl/fhir/StructureDefinition/nl-core-SOAPReport" />
  <name value="NlcoreSOAPReport" />
  <title value="nl core SOAPReport" />
  <status value="draft" />
  <publisher value="Nictiz" />
  <contact>
    <name value="Nictiz" />
    <telecom>
      <system value="url" />
      <value value="https://www.nictiz.nl" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="A SOAP report is a textual report of a (partial) consult with relation to a single problem according to the SOAP structure. SOAP (acronym for subjective, objective, assessment, plan) is a method used by health professionals to structurally record information that comes up during contact between the patient and a health professionals in the patient's record. The following standardized format is used for reporting:&#xD;&#xA;&#xD;&#xA;* Subjective: the patient's complaint and request for help and the amnesic data&#xD;&#xA;* Objective: the findings from the physical and supplementary examination.&#xD;&#xA;* Assessment: the working hypothesis and the thinking process, for example a differential diagnosis of the healthcare professional.&#xD;&#xA;* Plan: the diagnostic plan or treatment plan and what has been discussed or agreed with the patient.&#xD;&#xA;&#xD;&#xA;The SOAP report is mainly used in general practice care.&#xD;&#xA;&#xD;&#xA;Note: the zib doesn't state explicitly if zib SOAPReport pertains a consult or a partial consult, but it has become clear that the zib, and thus this profile, should be interpreted as a partial consult with relation to a single problem (see &lt;https://bits.nictiz.nl/browse/ZIB-1474&gt;). The text above has been adjusted according to this insight." />
  <purpose value="A derived profile from [zib-SOAPReport](http://nictiz.nl/fhir/StructureDefinition/zib-SOAPReport) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib." />
  <copyright value="Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise." />
  <fhirVersion value="4.0.1" />
  <mapping>
    <identity value="zib-soapreport-v1.0-2020EN" />
    <uri value="https://zibs.nl/wiki/SOAPReport-v1.0(2020EN)" />
    <name value="zib SOAPReport-v1.0(2020EN)" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="Composition" />
  <baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-SOAPReport" />
  <derivation value="constraint" />
  <differential>
    <element id="Composition">
      <path value="Composition" />
      <comment value="Zib SOAPReport is implemented using two profiles: this profile implements the SOAPReport concept of the zib, while &lt;http://nictiz.nl/fhir/StructureDefinition/nl-core-SOAPReport.SOAPLine&gt; represents the SOAPLine concept of the zib which is referenced by `.section.entry`. &#xD;&#xA;The Composition resource SHOULD hold a summary in the `.section.text` elements of the information found in the referenced SOAPReport.SOAPLine profile." />
      <alias value="nl-core-SOAPReport" />
    </element>
    <element id="Composition.subject">
      <path value="Composition.subject" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
        <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" />
      </type>
    </element>
    <element id="Composition.encounter">
      <path value="Composition.encounter" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Encounter" />
        <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Encounter" />
      </type>
    </element>
    <element id="Composition.author">
      <path value="Composition.author" />
      <comment value="Each occurrence of the zib HealthProfessional is normally represented by _two_ FHIR resources: a PractitionerRole resource (instance of [nl-core-HealthProfessional-PractitionerRole](http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole)) and a Practitioner resource (instance of [nl-core-HealthProfessional-Practitioner](http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner)). The Practitioner resource is referenced from the PractitionerRole instance. For this reason, sending systems should fill the reference to the PractitionerRole instance here, and not the Practitioner resource. Receiving systems can then retrieve the reference to the Practitioner resource from that PractitionerRole instance.&#xD;&#xA;&#xD;&#xA;In rare circumstances, there is only a Practitioner instance, in which case it is that instance which will be referenced here. However, since this should be the exception, the nl-core-HealthProfessional-Practitioner profile is not explicitly mentioned as a target profile." />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
        <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole" />
      </type>
    </element>
    <element id="Composition.title">
      <path value="Composition.title" />
      <definition value="Official human-readable label for the composition. Suggested value is either episode title, or the ICPC display name on the A entry." />
    </element>
    <element id="Composition.section:soapLine">
      <path value="Composition.section" />
      <sliceName value="soapLine" />
    </element>
    <element id="Composition.section:soapLine.text">
      <path value="Composition.section.text" />
      <comment value="This element SHOULD hold the information as found in the referenced [nl-core-SOAPReport.SOAPLine](http://nictiz.nl/StructureDefinition/nl-core-SOAPReport.SOAPLine) profile to provide a human-readable narrative of the Composition." />
    </element>
    <element id="Composition.section:soapLine.entry">
      <path value="Composition.section.entry" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
        <targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-SOAPReport.SOAPLine" />
      </type>
    </element>
  </differential>
</StructureDefinition>