--- type: "example" title: "Composition Example: composition-example-mixed" resource: "Composition" example: "composition-example-mixed" --- # Composition Example: composition-example-mixed ## Narrative (snip) (snip) ## Example XML ```xml <attester> <mode> <coding> <system value="http://hl7.org/fhir/composition-attestation-mode"/> <code value="legal"/> <display value="Legal"/> </coding> </mode> <time value="2012-01-04T09:10:14Z"/> <party> <reference value="Practitioner/xcda-author"/> <display value="Harold Hippocrates, MD"/> </party> </attester> <custodian> <reference value="Organization/2.16.840.1.113883.19.5"/> <display value="Good Health Clinic"/> </custodian> <section> <title value="Child's Details"/> <code> <coding> <system value="http://acme.org/codes/SectionType"/> <code value="newborn"/> <display value="New Born Details"/> </coding> </code> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> (snip) </div> </text> <!-- entries for child - CarePlan, observations, conditions, encounter, Prescriptions, etc. --> </section> <section> <title value="Mpther's Details"/> <code> <coding> <system value="http://acme.org/codes/SectionType"/> <code value="mother"/> <display value="Mother's Details"/> </coding> </code> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> (snip) </div> </text> <!-- entries for mother - Coverage, Observations, Supplies, etc. --> </section> </Composition> ```