<Patient xmlns="http://hl7.org/fhir">
    <id value="NotJustEveAnyperson" />
    <meta>
        <profile value="http://example.org/StructureDefinition/MyPatient" />
    </meta>
    <identifier>
        <use value="usual" />
        <system value="https://fake-acme.org/fhir/NamingSystem/Patient-Identifier" />
        <value value="1032702" />
    </identifier>
    <name>
        <family value="NotJustAnyperson" />
        <given value="Eve" />
    </name>
    <gender value="female" />
</Patient>