<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="pt-lm-Patient" />
  <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://medmij.nl/fhir/StructureDefinition/pt-lm-Patient" />
  <name value="LmPatient" />
  <title value="Patient" />
  <status value="active" />
  <publisher value="MedMij" />
  <contact>
    <name value="MedMij" />
    <telecom>
      <system value="email" />
      <value value="info@medmij.nl" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="The person for whom the task is intended." />
  <purpose value="This LogicalModel represents the Patient building block for patient use cases in the context of the ProviderTasks" />
  <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" />
  <kind value="logical" />
  <abstract value="true" />
  <type value="http://medmij.nl/fhir/StructureDefinition/pt-lm-Patient" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
  <derivation value="specialization" />
  <differential>
    <element id="pt-lm-Patient">
      <path value="pt-lm-Patient" />
      <short value="Patient" />
      <definition value="The person for whom the task is intended." />
      <alias value="Patient" />
    </element>
    <element id="pt-lm-Patient.NameInformation">
      <path value="pt-lm-Patient.NameInformation" />
      <short value="Patient's full name." />
      <definition value="Patient's full name." />
      <alias value="Naamgegevens" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="pt-lm-Patient.NameInformation.FirstNames">
      <path value="pt-lm-Patient.NameInformation.FirstNames" />
      <short value="The first names of the patient." />
      <definition value="The first names of the patient." />
      <alias value="Voornamen" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="pt-lm-Patient.NameInformation.Initials">
      <path value="pt-lm-Patient.NameInformation.Initials" />
      <short value="The initials of the patient." />
      <definition value="The initials of the patient." />
      <alias value="Initialen" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="pt-lm-Patient.NameInformation.LastName">
      <path value="pt-lm-Patient.NameInformation.LastName" />
      <short value="Container of the LastName concept. This container contains all data elements of the LastName concept." />
      <definition value="Container of the LastName concept. This container contains all data elements of the LastName concept." />
      <alias value="Geslachtsnaam" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="pt-lm-Patient.NameInformation.LastName.Prefix">
      <path value="pt-lm-Patient.NameInformation.LastName.Prefix" />
      <short value="Prefix to the last name of the patient." />
      <definition value="Prefix to the last name of the patient." />
      <alias value="Voorvoegsels" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="pt-lm-Patient.NameInformation.LastName.LastName">
      <path value="pt-lm-Patient.NameInformation.LastName.LastName" />
      <short value="The last name of the patient." />
      <definition value="The last name of the patient." />
      <alias value="Achternaam" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="pt-lm-Patient.DateOfBirth">
      <path value="pt-lm-Patient.DateOfBirth" />
      <short value="Patient's date of birth." />
      <definition value="Patient's date of birth." />
      <alias value="Geboortedatum" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="dateTime" />
      </type>
    </element>
    <element id="pt-lm-Patient.Gender">
      <path value="pt-lm-Patient.Gender" />
      <short value="Patient's administrative gender." />
      <definition value="Patient's administrative gender." />
      <alias value="Geslacht" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="CodeableConcept" />
      </type>
      <binding>
        <strength value="required" />
        <valueSet value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.0.1.1--20200901000000" />
      </binding>
    </element>
  </differential>
</StructureDefinition>