<?xml version="1.0" encoding="UTF-8"?>
<!--
  Apollo 360 Health — Sample C-CDA R2.1 Export (Continuity of Care Document)
  ONC Certification Criterion: §170.315(b)(10) – Electronic Health Information Export
  Standard: HL7 Consolidated Clinical Document Architecture Release 2.1 (July 2017)
  This file is a de-identified sample intended to illustrate the C-CDA export format.
  ©2025 Apollo 360 Health, Inc. All Rights Reserved.
-->
<ClinicalDocument
  xmlns="urn:hl7-org:v3"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:voc="urn:hl7-org:v3/voc"
  xmlns:sdtc="urn:hl7-org:sdtc"
  xsi:schemaLocation="urn:hl7-org:v3 CDA.xsd">

  <!-- ============================================================
       DOCUMENT HEADER
  ============================================================ -->
  <realmCode code="US"/>
  <typeId root="2.16.840.1.113883.1.3" extension="POCD_HD000040"/>

  <!-- CCD template (Continuity of Care Document) -->
  <templateId root="2.16.840.1.113883.10.20.22.1.1" extension="2015-08-01"/>
  <templateId root="2.16.840.1.113883.10.20.22.1.2" extension="2015-08-01"/>

  <!-- Unique document ID -->
  <id root="2.16.840.1.113883.3.9999" extension="A360-DOC-20250610-000001"/>

  <!-- Document type: Summarization of Episode Note (LOINC 34133-9) -->
  <code
    code="34133-9"
    codeSystem="2.16.840.1.113883.6.1"
    codeSystemName="LOINC"
    displayName="Summarization of Episode Note"/>

  <title>Apollo 360 Health — Continuity of Care Document (CCD)</title>

  <!-- Document creation timestamp: YYYYMMDDHHMMSS+offset -->
  <effectiveTime value="20250610120000-0500"/>

  <!-- Confidentiality -->
  <confidentialityCode code="N" codeSystem="2.16.840.1.113883.5.25"/>

  <languageCode code="en-US"/>

  <!-- Set / version ID (increment on each export of the same patient) -->
  <setId root="2.16.840.1.113883.3.9999" extension="A360-SET-000001"/>
  <versionNumber value="1"/>

  <!-- ============================================================
       RECORD TARGET (PATIENT)
  ============================================================ -->
  <recordTarget>
    <patientRole>
      <!-- Medical Record Number -->
      <id root="2.16.840.1.113883.3.9999.1" extension="MRN-000001"/>

      <!-- Patient address -->
      <addr use="HP">
        <streetAddressLine>123 Maple Street</streetAddressLine>
        <city>Anytown</city>
        <state>NY</state>
        <postalCode>10001</postalCode>
        <country>US</country>
      </addr>

      <!-- Patient phone -->
      <telecom value="tel:+15551234567" use="HP"/>
      <telecom value="mailto:jane.doe@example.com" use="HP"/>

      <patient>
        <name use="L">
          <given>Jane</given>
          <family>Doe</family>
        </name>

        <!-- Administrative sex -->
        <administrativeGenderCode code="F" codeSystem="2.16.840.1.113883.5.1" displayName="Female"/>

        <!-- Date of birth -->
        <birthTime value="19800315"/>

        <!-- Race (USCDI required) -->
        <raceCode
          code="2106-3"
          codeSystem="2.16.840.1.113883.6.238"
          displayName="White"/>

        <!-- Ethnicity (USCDI required) -->
        <ethnicGroupCode
          code="2186-5"
          codeSystem="2.16.840.1.113883.6.238"
          displayName="Not Hispanic or Latino"/>

        <!-- Preferred language -->
        <languageCommunication>
          <languageCode code="en"/>
          <preferenceInd value="true"/>
        </languageCommunication>
      </patient>

      <!-- Providing organization (Apollo 360 Health) -->
      <providerOrganization>
        <id root="2.16.840.1.113883.3.9999"/>
        <name>Apollo 360 Health</name>
        <telecom value="tel:+12122122900" use="WP"/>
        <addr use="WP">
          <streetAddressLine>Apollo 360 Health, Inc.</streetAddressLine>
          <city>New York</city>
          <state>NY</state>
          <postalCode>10001</postalCode>
          <country>US</country>
        </addr>
      </providerOrganization>
    </patientRole>
  </recordTarget>

  <!-- ============================================================
       AUTHOR
  ============================================================ -->
  <author>
    <time value="20250610120000-0500"/>
    <assignedAuthor>
      <id root="2.16.840.1.113883.3.9999.2" extension="PROVIDER-001"/>
      <assignedPerson>
        <name>
          <prefix>Dr.</prefix>
          <given>John</given>
          <family>Smith</family>
        </name>
      </assignedPerson>
      <representedOrganization>
        <id root="2.16.840.1.113883.3.9999"/>
        <name>Apollo 360 Health</name>
      </representedOrganization>
    </assignedAuthor>
  </author>

  <!-- ============================================================
       CUSTODIAN (organization responsible for the document)
  ============================================================ -->
  <custodian>
    <assignedCustodian>
      <representedCustodianOrganization>
        <id root="2.16.840.1.113883.3.9999"/>
        <name>Apollo 360 Health</name>
        <telecom value="tel:+12122122900" use="WP"/>
        <addr use="WP">
          <streetAddressLine>Apollo 360 Health, Inc.</streetAddressLine>
          <city>New York</city>
          <state>NY</state>
          <postalCode>10001</postalCode>
          <country>US</country>
        </addr>
      </representedCustodianOrganization>
    </assignedCustodian>
  </custodian>

  <!-- ============================================================
       DOCUMENTATION OF (service events covered)
  ============================================================ -->
  <documentationOf>
    <serviceEvent classCode="PCPR">
      <effectiveTime>
        <low value="20230101"/>
        <high value="20250610"/>
      </effectiveTime>
    </serviceEvent>
  </documentationOf>

  <!-- ============================================================
       STRUCTURED BODY
  ============================================================ -->
  <component>
    <structuredBody>

      <!-- ========================================================
           SECTION 1: ALLERGIES AND INTOLERANCES
      ======================================================== -->
      <component>
        <section>
          <!-- C-CDA Allergies section template -->
          <templateId root="2.16.840.1.113883.10.20.22.2.6.1" extension="2015-08-01"/>
          <code
            code="48765-2"
            codeSystem="2.16.840.1.113883.6.1"
            displayName="Allergies and Adverse Reactions"/>
          <title>Allergies and Intolerances</title>

          <!-- Human-readable narrative (required by CDA) -->
          <text>
            <table border="1">
              <thead>
                <tr>
                  <th>Substance</th><th>Reaction</th><th>Severity</th><th>Status</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td>Penicillin</td>
                  <td>Hives, Anaphylaxis</td>
                  <td>Severe</td>
                  <td>Active</td>
                </tr>
                <tr>
                  <td>Sulfa drugs</td>
                  <td>Rash</td>
                  <td>Moderate</td>
                  <td>Active</td>
                </tr>
              </tbody>
            </table>
          </text>

          <!-- Allergy entry: Penicillin -->
          <entry typeCode="DRIV">
            <act classCode="ACT" moodCode="EVN">
              <templateId root="2.16.840.1.113883.10.20.22.4.30" extension="2015-08-01"/>
              <id root="2.16.840.1.113883.3.9999.3" extension="ALLERGY-001"/>
              <code code="CONC" codeSystem="2.16.840.1.113883.5.6"/>
              <statusCode code="active"/>
              <effectiveTime><low value="20100101"/></effectiveTime>

              <entryRelationship typeCode="SUBJ">
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.7" extension="2014-06-09"/>
                  <id root="2.16.840.1.113883.3.9999.4" extension="ALLERGYOBS-001"/>
                  <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
                  <statusCode code="completed"/>
                  <effectiveTime><low value="20100101"/></effectiveTime>
                  <!-- Allergy to drug (SNOMED) -->
                  <value xsi:type="CD"
                    code="416098002"
                    codeSystem="2.16.840.1.113883.6.96"
                    displayName="Drug allergy"/>
                  <participant typeCode="CSM">
                    <participantRole classCode="MANU">
                      <playingEntity classCode="MMAT">
                        <!-- Penicillin (RxNorm) -->
                        <code
                          code="7980"
                          codeSystem="2.16.840.1.113883.6.88"
                          displayName="Penicillin"/>
                      </playingEntity>
                    </participantRole>
                  </participant>
                </observation>
              </entryRelationship>
            </act>
          </entry>
        </section>
      </component>

      <!-- ========================================================
           SECTION 2: MEDICATIONS
      ======================================================== -->
      <component>
        <section>
          <templateId root="2.16.840.1.113883.10.20.22.2.1.1" extension="2014-06-09"/>
          <code
            code="10160-0"
            codeSystem="2.16.840.1.113883.6.1"
            displayName="History of Medication Use"/>
          <title>Medications</title>
          <text>
            <table border="1">
              <thead>
                <tr>
                  <th>Medication</th><th>Dose</th><th>Route</th><th>Frequency</th><th>Status</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td>Metformin 500 mg tablet</td>
                  <td>500 mg</td>
                  <td>Oral</td>
                  <td>Twice daily</td>
                  <td>Active</td>
                </tr>
                <tr>
                  <td>Lisinopril 10 mg tablet</td>
                  <td>10 mg</td>
                  <td>Oral</td>
                  <td>Once daily</td>
                  <td>Active</td>
                </tr>
              </tbody>
            </table>
          </text>

          <!-- Medication entry: Metformin -->
          <entry typeCode="DRIV">
            <substanceAdministration classCode="SBADM" moodCode="EVN">
              <templateId root="2.16.840.1.113883.10.20.22.4.16" extension="2014-06-09"/>
              <id root="2.16.840.1.113883.3.9999.5" extension="MED-001"/>
              <statusCode code="active"/>
              <effectiveTime xsi:type="IVL_TS">
                <low value="20220101"/>
                <high nullFlavor="UNK"/>
              </effectiveTime>
              <!-- BID frequency -->
              <effectiveTime xsi:type="PIVL_TS" operator="A">
                <period value="12" unit="h"/>
              </effectiveTime>
              <routeCode
                code="C38288"
                codeSystem="2.16.840.1.113883.3.26.1.1"
                displayName="ORAL"/>
              <doseQuantity value="500" unit="mg"/>
              <consumable>
                <manufacturedProduct classCode="MANU">
                  <templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
                  <manufacturedMaterial>
                    <!-- Metformin 500 mg (RxNorm) -->
                    <code
                      code="860975"
                      codeSystem="2.16.840.1.113883.6.88"
                      displayName="Metformin 500 MG Oral Tablet"/>
                  </manufacturedMaterial>
                </manufacturedProduct>
              </consumable>
            </substanceAdministration>
          </entry>
        </section>
      </component>

      <!-- ========================================================
           SECTION 3: PROBLEMS / CONDITIONS
      ======================================================== -->
      <component>
        <section>
          <templateId root="2.16.840.1.113883.10.20.22.2.5.1" extension="2015-08-01"/>
          <code
            code="11450-4"
            codeSystem="2.16.840.1.113883.6.1"
            displayName="Problem List"/>
          <title>Problems</title>
          <text>
            <table border="1">
              <thead>
                <tr><th>Condition</th><th>ICD-10</th><th>Onset</th><th>Status</th></tr>
              </thead>
              <tbody>
                <tr>
                  <td>Type 2 Diabetes Mellitus</td>
                  <td>E11.9</td>
                  <td>2021-03-15</td>
                  <td>Active</td>
                </tr>
                <tr>
                  <td>Essential Hypertension</td>
                  <td>I10</td>
                  <td>2019-07-01</td>
                  <td>Active</td>
                </tr>
              </tbody>
            </table>
          </text>

          <!-- Problem entry: Type 2 Diabetes -->
          <entry typeCode="DRIV">
            <act classCode="ACT" moodCode="EVN">
              <templateId root="2.16.840.1.113883.10.20.22.4.3" extension="2015-08-01"/>
              <id root="2.16.840.1.113883.3.9999.6" extension="PROB-001"/>
              <code code="CONC" codeSystem="2.16.840.1.113883.5.6"/>
              <statusCode code="active"/>
              <effectiveTime><low value="20210315"/></effectiveTime>

              <entryRelationship typeCode="SUBJ">
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.4" extension="2015-08-01"/>
                  <id root="2.16.840.1.113883.3.9999.7" extension="PROBOBS-001"/>
                  <code code="55607006" codeSystem="2.16.840.1.113883.6.96" displayName="Problem"/>
                  <statusCode code="completed"/>
                  <effectiveTime><low value="20210315"/></effectiveTime>
                  <!-- Type 2 DM (SNOMED + ICD-10) -->
                  <value xsi:type="CD"
                    code="44054006"
                    codeSystem="2.16.840.1.113883.6.96"
                    displayName="Type 2 Diabetes Mellitus">
                    <translation
                      code="E11.9"
                      codeSystem="2.16.840.1.113883.6.90"
                      displayName="Type 2 diabetes mellitus without complications"/>
                  </value>
                </observation>
              </entryRelationship>
            </act>
          </entry>
        </section>
      </component>

      <!-- ========================================================
           SECTION 4: VITAL SIGNS
      ======================================================== -->
      <component>
        <section>
          <templateId root="2.16.840.1.113883.10.20.22.2.4.1" extension="2015-08-01"/>
          <code
            code="8716-3"
            codeSystem="2.16.840.1.113883.6.1"
            displayName="Vital Signs"/>
          <title>Vital Signs</title>
          <text>
            <table border="1">
              <thead>
                <tr><th>Date</th><th>Observation</th><th>Value</th><th>Unit</th></tr>
              </thead>
              <tbody>
                <tr><td>2025-06-01</td><td>Blood Pressure (Systolic)</td><td>128</td><td>mmHg</td></tr>
                <tr><td>2025-06-01</td><td>Blood Pressure (Diastolic)</td><td>82</td><td>mmHg</td></tr>
                <tr><td>2025-06-01</td><td>Heart Rate</td><td>72</td><td>/min</td></tr>
                <tr><td>2025-06-01</td><td>Body Temperature</td><td>98.6</td><td>°F</td></tr>
                <tr><td>2025-06-01</td><td>Body Weight</td><td>68</td><td>kg</td></tr>
                <tr><td>2025-06-01</td><td>Body Height</td><td>165</td><td>cm</td></tr>
                <tr><td>2025-06-01</td><td>BMI</td><td>24.98</td><td>kg/m2</td></tr>
                <tr><td>2025-06-01</td><td>Oxygen Saturation</td><td>98</td><td>%</td></tr>
              </tbody>
            </table>
          </text>

          <entry typeCode="DRIV">
            <organizer classCode="CLUSTER" moodCode="EVN">
              <templateId root="2.16.840.1.113883.10.20.22.4.26" extension="2015-08-01"/>
              <id root="2.16.840.1.113883.3.9999.8" extension="VITALS-20250601"/>
              <code code="46680005" codeSystem="2.16.840.1.113883.6.96" displayName="Vital signs"/>
              <statusCode code="completed"/>
              <effectiveTime value="20250601"/>

              <!-- Systolic BP -->
              <component>
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
                  <id root="2.16.840.1.113883.3.9999.9" extension="VITAL-SBP"/>
                  <code code="8480-6" codeSystem="2.16.840.1.113883.6.1" displayName="Systolic blood pressure"/>
                  <statusCode code="completed"/>
                  <effectiveTime value="20250601"/>
                  <value xsi:type="PQ" value="128" unit="mm[Hg]"/>
                </observation>
              </component>

              <!-- Diastolic BP -->
              <component>
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
                  <id root="2.16.840.1.113883.3.9999.10" extension="VITAL-DBP"/>
                  <code code="8462-4" codeSystem="2.16.840.1.113883.6.1" displayName="Diastolic blood pressure"/>
                  <statusCode code="completed"/>
                  <effectiveTime value="20250601"/>
                  <value xsi:type="PQ" value="82" unit="mm[Hg]"/>
                </observation>
              </component>

              <!-- Heart Rate -->
              <component>
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
                  <id root="2.16.840.1.113883.3.9999.11" extension="VITAL-HR"/>
                  <code code="8867-4" codeSystem="2.16.840.1.113883.6.1" displayName="Heart rate"/>
                  <statusCode code="completed"/>
                  <effectiveTime value="20250601"/>
                  <value xsi:type="PQ" value="72" unit="/min"/>
                </observation>
              </component>

              <!-- Body Weight -->
              <component>
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
                  <id root="2.16.840.1.113883.3.9999.12" extension="VITAL-WT"/>
                  <code code="29463-7" codeSystem="2.16.840.1.113883.6.1" displayName="Body weight"/>
                  <statusCode code="completed"/>
                  <effectiveTime value="20250601"/>
                  <value xsi:type="PQ" value="68" unit="kg"/>
                </observation>
              </component>

              <!-- Body Height -->
              <component>
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
                  <id root="2.16.840.1.113883.3.9999.13" extension="VITAL-HT"/>
                  <code code="8302-2" codeSystem="2.16.840.1.113883.6.1" displayName="Body height"/>
                  <statusCode code="completed"/>
                  <effectiveTime value="20250601"/>
                  <value xsi:type="PQ" value="165" unit="cm"/>
                </observation>
              </component>

              <!-- BMI -->
              <component>
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
                  <id root="2.16.840.1.113883.3.9999.14" extension="VITAL-BMI"/>
                  <code code="39156-5" codeSystem="2.16.840.1.113883.6.1" displayName="BMI"/>
                  <statusCode code="completed"/>
                  <effectiveTime value="20250601"/>
                  <value xsi:type="PQ" value="24.98" unit="kg/m2"/>
                </observation>
              </component>

              <!-- Oxygen Saturation -->
              <component>
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
                  <id root="2.16.840.1.113883.3.9999.15" extension="VITAL-O2SAT"/>
                  <code code="2708-6" codeSystem="2.16.840.1.113883.6.1" displayName="Oxygen saturation"/>
                  <statusCode code="completed"/>
                  <effectiveTime value="20250601"/>
                  <value xsi:type="PQ" value="98" unit="%"/>
                </observation>
              </component>

            </organizer>
          </entry>
        </section>
      </component>

      <!-- ========================================================
           SECTION 5: RESULTS (LAB)
      ======================================================== -->
      <component>
        <section>
          <templateId root="2.16.840.1.113883.10.20.22.2.3.1" extension="2015-08-01"/>
          <code
            code="30954-2"
            codeSystem="2.16.840.1.113883.6.1"
            displayName="Relevant diagnostic tests and/or laboratory data"/>
          <title>Results</title>
          <text>
            <table border="1">
              <thead>
                <tr><th>Test</th><th>Result</th><th>Unit</th><th>Reference Range</th><th>Date</th></tr>
              </thead>
              <tbody>
                <tr><td>HbA1c</td><td>6.8</td><td>%</td><td>4.0–5.6</td><td>2025-05-15</td></tr>
                <tr><td>Fasting Glucose</td><td>118</td><td>mg/dL</td><td>70–99</td><td>2025-05-15</td></tr>
                <tr><td>Serum Creatinine</td><td>0.9</td><td>mg/dL</td><td>0.6–1.2</td><td>2025-05-15</td></tr>
                <tr><td>eGFR</td><td>88</td><td>mL/min/1.73m2</td><td>&gt;60</td><td>2025-05-15</td></tr>
                <tr><td>LDL Cholesterol</td><td>102</td><td>mg/dL</td><td>&lt;100</td><td>2025-05-15</td></tr>
              </tbody>
            </table>
          </text>

          <entry typeCode="DRIV">
            <organizer classCode="BATTERY" moodCode="EVN">
              <templateId root="2.16.840.1.113883.10.20.22.4.1" extension="2015-08-01"/>
              <id root="2.16.840.1.113883.3.9999.16" extension="LAB-20250515"/>
              <code code="57021-8" codeSystem="2.16.840.1.113883.6.1" displayName="CBC W Auto Differential panel"/>
              <statusCode code="completed"/>
              <effectiveTime value="20250515"/>

              <!-- HbA1c -->
              <component>
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2015-08-01"/>
                  <id root="2.16.840.1.113883.3.9999.17" extension="LAB-HBA1C"/>
                  <code code="4548-4" codeSystem="2.16.840.1.113883.6.1" displayName="Hemoglobin A1c/Hemoglobin.total in Blood"/>
                  <statusCode code="completed"/>
                  <effectiveTime value="20250515"/>
                  <value xsi:type="PQ" value="6.8" unit="%"/>
                  <referenceRange>
                    <observationRange>
                      <text>4.0 - 5.6 %</text>
                      <value xsi:type="IVL_PQ">
                        <low value="4.0" unit="%"/>
                        <high value="5.6" unit="%"/>
                      </value>
                    </observationRange>
                  </referenceRange>
                </observation>
              </component>

              <!-- Fasting Glucose -->
              <component>
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2015-08-01"/>
                  <id root="2.16.840.1.113883.3.9999.18" extension="LAB-GLUCOSE"/>
                  <code code="1558-6" codeSystem="2.16.840.1.113883.6.1" displayName="Fasting glucose [Mass/volume] in Serum or Plasma"/>
                  <statusCode code="completed"/>
                  <effectiveTime value="20250515"/>
                  <value xsi:type="PQ" value="118" unit="mg/dL"/>
                  <referenceRange>
                    <observationRange>
                      <text>70 - 99 mg/dL</text>
                      <value xsi:type="IVL_PQ">
                        <low value="70" unit="mg/dL"/>
                        <high value="99" unit="mg/dL"/>
                      </value>
                    </observationRange>
                  </referenceRange>
                </observation>
              </component>

            </organizer>
          </entry>
        </section>
      </component>

      <!-- ========================================================
           SECTION 6: IMMUNIZATIONS
      ======================================================== -->
      <component>
        <section>
          <templateId root="2.16.840.1.113883.10.20.22.2.2.1" extension="2015-08-01"/>
          <code code="11369-6" codeSystem="2.16.840.1.113883.6.1" displayName="Immunization activity"/>
          <title>Immunizations</title>
          <text>
            <table border="1">
              <thead>
                <tr><th>Vaccine</th><th>Date</th><th>Status</th></tr>
              </thead>
              <tbody>
                <tr><td>Influenza (seasonal), injectable, preservative free</td><td>2024-10-01</td><td>Completed</td></tr>
                <tr><td>COVID-19 mRNA (Moderna)</td><td>2024-09-15</td><td>Completed</td></tr>
              </tbody>
            </table>
          </text>

          <entry typeCode="DRIV">
            <substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="false">
              <templateId root="2.16.840.1.113883.10.20.22.4.52" extension="2015-08-01"/>
              <id root="2.16.840.1.113883.3.9999.19" extension="IMM-001"/>
              <code code="IMMUNIZ" codeSystem="2.16.840.1.113883.5.4"/>
              <statusCode code="completed"/>
              <effectiveTime value="20241001"/>
              <routeCode code="C28161" codeSystem="2.16.840.1.113883.3.26.1.1" displayName="INTRAMUSCULAR"/>
              <consumable>
                <manufacturedProduct classCode="MANU">
                  <templateId root="2.16.840.1.113883.10.20.22.4.54" extension="2014-06-09"/>
                  <manufacturedMaterial>
                    <!-- Influenza vaccine (CVX) -->
                    <code code="140" codeSystem="2.16.840.1.113883.12.292" displayName="Influenza, seasonal, injectable, preservative free"/>
                  </manufacturedMaterial>
                </manufacturedProduct>
              </consumable>
            </substanceAdministration>
          </entry>
        </section>
      </component>

      <!-- ========================================================
           SECTION 7: PROCEDURES
      ======================================================== -->
      <component>
        <section>
          <templateId root="2.16.840.1.113883.10.20.22.2.7.1" extension="2014-06-09"/>
          <code code="47519-4" codeSystem="2.16.840.1.113883.6.1" displayName="History of Procedures"/>
          <title>Procedures</title>
          <text>
            <table border="1">
              <thead>
                <tr><th>Procedure</th><th>CPT</th><th>Date</th><th>Status</th></tr>
              </thead>
              <tbody>
                <tr><td>Hemoglobin A1c measurement</td><td>83036</td><td>2025-05-15</td><td>Completed</td></tr>
                <tr><td>Office visit, established patient, moderate complexity</td><td>99214</td><td>2025-06-01</td><td>Completed</td></tr>
              </tbody>
            </table>
          </text>

          <entry typeCode="DRIV">
            <procedure classCode="PROC" moodCode="EVN">
              <templateId root="2.16.840.1.113883.10.20.22.4.14" extension="2014-06-09"/>
              <id root="2.16.840.1.113883.3.9999.20" extension="PROC-001"/>
              <!-- HbA1c (SNOMED) -->
              <code code="43396009" codeSystem="2.16.840.1.113883.6.96" displayName="Hemoglobin A1c measurement">
                <translation code="83036" codeSystem="2.16.840.1.113883.6.12" displayName="Hemoglobin A1c"/>
              </code>
              <statusCode code="completed"/>
              <effectiveTime value="20250515"/>
            </procedure>
          </entry>
        </section>
      </component>

      <!-- ========================================================
           SECTION 8: CARE PLAN / GOALS
      ======================================================== -->
      <component>
        <section>
          <templateId root="2.16.840.1.113883.10.20.22.2.10" extension="2014-06-09"/>
          <code code="18776-5" codeSystem="2.16.840.1.113883.6.1" displayName="Plan of care note"/>
          <title>Care Plan</title>
          <text>
            <list>
              <item>Continue Metformin 500 mg twice daily for glycemic control.</item>
              <item>Continue Lisinopril 10 mg daily for blood pressure management.</item>
              <item>Dietary consultation referral placed for low-carbohydrate meal planning.</item>
              <item>Follow-up HbA1c and fasting glucose in 3 months.</item>
              <item>Annual diabetic eye exam and foot exam ordered.</item>
              <item>Patient education provided on self-monitoring of blood glucose.</item>
            </list>
          </text>
        </section>
      </component>

      <!-- ========================================================
           SECTION 9: SOCIAL HISTORY
      ======================================================== -->
      <component>
        <section>
          <templateId root="2.16.840.1.113883.10.20.22.2.17" extension="2015-08-01"/>
          <code code="29762-2" codeSystem="2.16.840.1.113883.6.1" displayName="Social history"/>
          <title>Social History</title>
          <text>
            <table border="1">
              <thead>
                <tr><th>Category</th><th>Value</th><th>Date</th></tr>
              </thead>
              <tbody>
                <tr><td>Smoking status</td><td>Never smoker</td><td>2025-06-01</td></tr>
                <tr><td>Alcohol use</td><td>Occasional (social)</td><td>2025-06-01</td></tr>
                <tr><td>Employment</td><td>Employed full-time</td><td>2025-06-01</td></tr>
              </tbody>
            </table>
          </text>

          <entry typeCode="DRIV">
            <observation classCode="OBS" moodCode="EVN">
              <templateId root="2.16.840.1.113883.10.20.22.4.78" extension="2014-06-09"/>
              <id root="2.16.840.1.113883.3.9999.21" extension="SOC-SMOKE"/>
              <code code="72166-2" codeSystem="2.16.840.1.113883.6.1" displayName="Tobacco smoking status NHIS"/>
              <statusCode code="completed"/>
              <effectiveTime value="20250601"/>
              <!-- Never smoker (SNOMED) -->
              <value xsi:type="CD"
                code="266919005"
                codeSystem="2.16.840.1.113883.6.96"
                displayName="Never smoked tobacco"/>
            </observation>
          </entry>
        </section>
      </component>

    </structuredBody>
  </component>

</ClinicalDocument>
