<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Patient-BabyPatient-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9912003890" /> </identifier> <name> <use value="official" /> <family value="JONES" /> <given value="Melanie" /> </name> <telecom> <system value="phone" /> <value value="01131231266" /> </telecom> <gender value="female" /> <birthDate value="2021-02-11"> <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime"> <valueDateTime value="2021-02-11T15:39:00+00:00" /> </extension> </birthDate> <address> <line value="10 stat" /> <line> <extension url="http://hl7.org/fhir/StructureDefinition/data-absent-reason"> <valueCode value="unsupported" /> </extension> </line> <line value="dfdf" /> <city value="LEEDS" /> <postalCode value="LS8 3DR" /> </address> </Patient>