<Patient xmlns="http://hl7.org/fhir">
  <meta>
    <profile value="https://fhir.cambio.se/StructureDefinition/PatientSe/v1" />
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-genderIdentity">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/gender-identity" />
        <code value="female" />
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="official" />
    <system value="urn:oid:1.2.752.129.2.1.3.1" />
    <value value="197001019368" />
  </identifier>
  <name>
    <family value="Demo" />
    <given value="Note" />
  </name>
  <gender value="female" />
  <birthDate value="1970-01-01" />
  <deceasedBoolean value="false" />
</Patient>