<Patient xmlns="http://hl7.org/fhir">
  <id value="example-01" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2023-07-25T11:36:40.1509901+00:00" />
    <profile value="https://sil-th-group-a.org/fhir/StructureDefinition/CancerPatient" />
  </meta>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="MR" />
        <display value="Medical Record Number" />
      </coding>
      <text value="Medical Record Number" />
    </type>
    <system value="http://sil-th-group-a.org" />
    <value value="12345" />
  </identifier>
  <name>
    <use value="official" />
    <family value="MyPatient" />
    <given value="MyPatientName" />
    <prefix value="Ms." />
  </name>
  <telecom>
    <system value="phone" />
    <value value="0287483728" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="0287483728" />
    <use value="home" />
  </telecom>
  <gender value="female" />
  <birthDate value="1983-01-01" />
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
      <code value="S" />
      <display value="Never Married" />
    </coding>
    <text value="Never Married" />
  </maritalStatus>
  <multipleBirthBoolean value="false" />
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47" />
        <code value="en-US" />
        <display value="English (United States)" />
      </coding>
      <text value="English (United States)" />
    </language>
  </communication>
</Patient>