<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="bbs-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/bbs-lm-Patient" />
  <name value="BbsLmPatient" />
  <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 on which an imaging study is performed." />
  <purpose value="This LogicalModel represents the Patient building block for patient use cases in the context of the information standard [Image Availability (Beeldbeschikbaarheid)](https://informatiestandaarden.nictiz.nl/wiki/Landingspagina_Beeldbeschikbaarheid)." />
  <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="bbs-dataset-100-alpha2-20240208" />
    <uri value="https://decor.nictiz.nl/pub/bbs/bbs-html-20240208T092809/ds-2.16.840.1.113883.2.4.3.11.60.133.1.1-2022-03-09T122352.html" />
    <name value="ART-DECOR Dataset BBS 1.0.0-alpha.2 20240208" />
  </mapping>
  <mapping>
    <identity value="SNOMED" />
    <uri value="http://snomed.info/sct" />
    <name value="SNOMED CT" />
  </mapping>
  <mapping>
    <identity value="LOINC" />
    <uri value="http://loinc.org" />
    <name value="LOINC" />
  </mapping>
  <kind value="logical" />
  <abstract value="true" />
  <type value="http://medmij.nl/fhir/StructureDefinition/bbs-lm-Patient" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
  <derivation value="specialization" />
  <snapshot>
    <element id="bbs-lm-Patient">
      <path value="bbs-lm-Patient" />
      <short value="Patient" />
      <definition value="The person on which an imaging study is performed." />
      <alias value="Patient" />
      <min value="0" />
      <max value="*" />
      <base>
        <path value="bbs-lm-Patient" />
        <min value="0" />
        <max value="*" />
      </base>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-132" />
        <comment value="Patient" />
      </mapping>
      <mapping>
        <identity value="SNOMED" />
        <map value="116154003" />
        <comment value="patiënt" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.id">
      <path value="bbs-lm-Patient.id" />
      <representation value="xmlAttr" />
      <short value="Unique id for inter-element referencing" />
      <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="Element.id" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
          <valueUrl value="string" />
        </extension>
        <code value="http://hl7.org/fhirpath/System.String" />
      </type>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.extension">
      <path value="bbs-lm-Patient.extension" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <short value="Additional content defined by implementations" />
      <definition value="May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." />
      <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." />
      <alias value="extensions" />
      <alias value="user content" />
      <min value="0" />
      <max value="*" />
      <base>
        <path value="Element.extension" />
        <min value="0" />
        <max value="*" />
      </base>
      <type>
        <code value="Extension" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <constraint>
        <key value="ext-1" />
        <severity value="error" />
        <human value="Must have either extensions or value[x], not both" />
        <expression value="extension.exists() != value.exists()" />
        <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" />
        <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation">
      <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
        <valueCode value="normative" />
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
        <valueCode value="4.0.0" />
      </extension>
      <path value="bbs-lm-Patient.NameInformation" />
      <short value="Name information" />
      <definition value="Patient's full name." />
      <alias value="Naamgegevens" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="bbs-lm-Patient.NameInformation" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="BackboneElement" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-133" />
        <comment value="NameInformation" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.id">
      <path value="bbs-lm-Patient.NameInformation.id" />
      <representation value="xmlAttr" />
      <short value="Unique id for inter-element referencing" />
      <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="Element.id" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
          <valueUrl value="string" />
        </extension>
        <code value="http://hl7.org/fhirpath/System.String" />
      </type>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.extension">
      <path value="bbs-lm-Patient.NameInformation.extension" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <short value="Additional content defined by implementations" />
      <definition value="May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." />
      <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." />
      <alias value="extensions" />
      <alias value="user content" />
      <min value="0" />
      <max value="*" />
      <base>
        <path value="Element.extension" />
        <min value="0" />
        <max value="*" />
      </base>
      <type>
        <code value="Extension" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <constraint>
        <key value="ext-1" />
        <severity value="error" />
        <human value="Must have either extensions or value[x], not both" />
        <expression value="extension.exists() != value.exists()" />
        <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" />
        <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.modifierExtension">
      <path value="bbs-lm-Patient.NameInformation.modifierExtension" />
      <short value="Extensions that cannot be ignored even if unrecognized" />
      <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.&#xA;&#xA;Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
      <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." />
      <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." />
      <alias value="extensions" />
      <alias value="user content" />
      <alias value="modifiers" />
      <min value="0" />
      <max value="*" />
      <base>
        <path value="BackboneElement.modifierExtension" />
        <min value="0" />
        <max value="*" />
      </base>
      <type>
        <code value="Extension" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <constraint>
        <key value="ext-1" />
        <severity value="error" />
        <human value="Must have either extensions or value[x], not both" />
        <expression value="extension.exists() != value.exists()" />
        <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" />
        <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
      </constraint>
      <isModifier value="true" />
      <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
      <isSummary value="true" />
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.FirstNames">
      <path value="bbs-lm-Patient.NameInformation.FirstNames" />
      <short value="First names" />
      <definition value="The first names of the patient." />
      <comment value="Note that FHIR strings SHALL NOT exceed 1MB in size" />
      <alias value="Voornamen" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="bbs-lm-Patient.NameInformation.FirstNames" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="string" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-134" />
        <comment value="FirstNames" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.Initials">
      <path value="bbs-lm-Patient.NameInformation.Initials" />
      <short value="Initials" />
      <definition value="The initials of the patient." />
      <comment value="Note that FHIR strings SHALL NOT exceed 1MB in size" />
      <alias value="Initialen" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="bbs-lm-Patient.NameInformation.Initials" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="string" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-135" />
        <comment value="Initials" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.LastName">
      <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
        <valueCode value="normative" />
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
        <valueCode value="4.0.0" />
      </extension>
      <path value="bbs-lm-Patient.NameInformation.LastName" />
      <short value="Last name" />
      <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" />
      <base>
        <path value="bbs-lm-Patient.NameInformation.LastName" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="BackboneElement" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-138" />
        <comment value="LastName" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.LastName.id">
      <path value="bbs-lm-Patient.NameInformation.LastName.id" />
      <representation value="xmlAttr" />
      <short value="Unique id for inter-element referencing" />
      <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="Element.id" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
          <valueUrl value="string" />
        </extension>
        <code value="http://hl7.org/fhirpath/System.String" />
      </type>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.LastName.extension">
      <path value="bbs-lm-Patient.NameInformation.LastName.extension" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <short value="Additional content defined by implementations" />
      <definition value="May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." />
      <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." />
      <alias value="extensions" />
      <alias value="user content" />
      <min value="0" />
      <max value="*" />
      <base>
        <path value="Element.extension" />
        <min value="0" />
        <max value="*" />
      </base>
      <type>
        <code value="Extension" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <constraint>
        <key value="ext-1" />
        <severity value="error" />
        <human value="Must have either extensions or value[x], not both" />
        <expression value="extension.exists() != value.exists()" />
        <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" />
        <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.LastName.modifierExtension">
      <path value="bbs-lm-Patient.NameInformation.LastName.modifierExtension" />
      <short value="Extensions that cannot be ignored even if unrecognized" />
      <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.&#xA;&#xA;Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
      <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." />
      <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." />
      <alias value="extensions" />
      <alias value="user content" />
      <alias value="modifiers" />
      <min value="0" />
      <max value="*" />
      <base>
        <path value="BackboneElement.modifierExtension" />
        <min value="0" />
        <max value="*" />
      </base>
      <type>
        <code value="Extension" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <constraint>
        <key value="ext-1" />
        <severity value="error" />
        <human value="Must have either extensions or value[x], not both" />
        <expression value="extension.exists() != value.exists()" />
        <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" />
        <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
      </constraint>
      <isModifier value="true" />
      <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
      <isSummary value="true" />
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.LastName.Prefix">
      <path value="bbs-lm-Patient.NameInformation.LastName.Prefix" />
      <short value="Prefix" />
      <definition value="Prefix to the last name of the patient." />
      <comment value="Note that FHIR strings SHALL NOT exceed 1MB in size" />
      <alias value="Voorvoegsels" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="bbs-lm-Patient.NameInformation.LastName.Prefix" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="string" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-139" />
        <comment value="Prefix" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.LastName.LastName">
      <path value="bbs-lm-Patient.NameInformation.LastName.LastName" />
      <short value="Last name" />
      <definition value="The last name of the patient." />
      <comment value="Note that FHIR strings SHALL NOT exceed 1MB in size" />
      <alias value="Achternaam" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="bbs-lm-Patient.NameInformation.LastName.LastName" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="string" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-140" />
        <comment value="LastName" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.PatientIdentificationNumber">
      <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
        <valueCode value="normative" />
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
        <valueCode value="4.0.0" />
      </extension>
      <path value="bbs-lm-Patient.PatientIdentificationNumber" />
      <short value="Patient identification number" />
      <definition value="The patient's identification number." />
      <alias value="Identificatienummer" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="bbs-lm-Patient.PatientIdentificationNumber" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="Identifier" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="CX / EI (occasionally, more often EI maps to a resource id or a URL)" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs.  Also maps to Role[classCode=IDENT]" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="Identifier" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-166" />
        <comment value="PatientIdentificationNumber" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.DateOfBirth">
      <path value="bbs-lm-Patient.DateOfBirth" />
      <short value="Date of birth" />
      <definition value="Patient's date of birth." />
      <alias value="Geboortedatum" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="bbs-lm-Patient.DateOfBirth" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="dateTime" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-167" />
        <comment value="DateOfBirth" />
      </mapping>
      <mapping>
        <identity value="LOINC" />
        <map value="21112-8" />
        <comment value="Geboortedatum [tijdstempel] in ^patiënt" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.Gender">
      <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
        <valueCode value="normative" />
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
        <valueCode value="4.0.0" />
      </extension>
      <path value="bbs-lm-Patient.Gender" />
      <short value="Gender" />
      <definition value="Patient's administrative gender." />
      <comment value="Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination." />
      <alias value="Geslacht" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="bbs-lm-Patient.Gender" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="CodeableConcept" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() or (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
        <source value="http://hl7.org/fhir/StructureDefinition/Element" />
      </constraint>
      <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>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="CE/CNE/CWE" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="CD" />
      </mapping>
      <mapping>
        <identity value="orim" />
        <map value="fhir:CodeableConcept rdfs:subClassOf dt:CD" />
      </mapping>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-168" />
        <comment value="Gender" />
      </mapping>
      <mapping>
        <identity value="LOINC" />
        <map value="46098-0" />
        <comment value="Geslacht [type] in ^patiënt" />
      </mapping>
    </element>
  </snapshot>
  <differential>
    <element id="bbs-lm-Patient">
      <path value="bbs-lm-Patient" />
      <short value="Patient" />
      <definition value="The person on which an imaging study is performed." />
      <alias value="Patient" />
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-132" />
        <comment value="Patient" />
      </mapping>
      <mapping>
        <identity value="SNOMED" />
        <map value="116154003" />
        <comment value="patiënt" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation">
      <path value="bbs-lm-Patient.NameInformation" />
      <short value="Name information" />
      <definition value="Patient's full name." />
      <alias value="Naamgegevens" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-133" />
        <comment value="NameInformation" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.FirstNames">
      <path value="bbs-lm-Patient.NameInformation.FirstNames" />
      <short value="First names" />
      <definition value="The first names of the patient." />
      <alias value="Voornamen" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-134" />
        <comment value="FirstNames" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.Initials">
      <path value="bbs-lm-Patient.NameInformation.Initials" />
      <short value="Initials" />
      <definition value="The initials of the patient." />
      <alias value="Initialen" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-135" />
        <comment value="Initials" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.LastName">
      <path value="bbs-lm-Patient.NameInformation.LastName" />
      <short value="Last name" />
      <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>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-138" />
        <comment value="LastName" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.LastName.Prefix">
      <path value="bbs-lm-Patient.NameInformation.LastName.Prefix" />
      <short value="Prefix" />
      <definition value="Prefix to the last name of the patient." />
      <alias value="Voorvoegsels" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-139" />
        <comment value="Prefix" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.NameInformation.LastName.LastName">
      <path value="bbs-lm-Patient.NameInformation.LastName.LastName" />
      <short value="Last name" />
      <definition value="The last name of the patient." />
      <alias value="Achternaam" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-140" />
        <comment value="LastName" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.PatientIdentificationNumber">
      <path value="bbs-lm-Patient.PatientIdentificationNumber" />
      <short value="Patient identification number" />
      <definition value="The patient's identification number." />
      <alias value="Identificatienummer" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Identifier" />
      </type>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-166" />
        <comment value="PatientIdentificationNumber" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.DateOfBirth">
      <path value="bbs-lm-Patient.DateOfBirth" />
      <short value="Date of birth" />
      <definition value="Patient's date of birth." />
      <alias value="Geboortedatum" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="dateTime" />
      </type>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-167" />
        <comment value="DateOfBirth" />
      </mapping>
      <mapping>
        <identity value="LOINC" />
        <map value="21112-8" />
        <comment value="Geboortedatum [tijdstempel] in ^patiënt" />
      </mapping>
    </element>
    <element id="bbs-lm-Patient.Gender">
      <path value="bbs-lm-Patient.Gender" />
      <short value="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>
      <mapping>
        <identity value="bbs-dataset-100-alpha2-20240208" />
        <map value="bbs-dataelement-168" />
        <comment value="Gender" />
      </mapping>
      <mapping>
        <identity value="LOINC" />
        <map value="46098-0" />
        <comment value="Geslacht [type] in ^patiënt" />
      </mapping>
    </element>
  </differential>
</StructureDefinition>