Share With Patient or Proxy

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 2/16/2023
  • SDWG: 3/9/2023

C-CDA 2.1 Example:

  • N/A

Reference to full CDA sample:

  • N/A

Validation location

Comments

  • This is an example of how to mark information in an entry as shareable or not shareable with a patient and/or their proxies. This example uses a Note Activity, but the information below could go inside any entry.

Custodian

  • Matt Szczepankiewicz, mszczepa@epic.com (GitHub: mjszczep)

Keywords

  • share, hide, proxy

Permalink

  • TBD

 

Example: download example view on GitHub

<?xml version="1.0" encoding="UTF-8"?>
<section>
  <templateId root="2.16.840.1.113883.10.20.22.2.3.1"/>
  <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" codeSystemName="LOINC"
    displayName="Relevant diagnostic tests and/or laboratory data"/>
  <title>Results</title>
  <!-- Some sensitive information, like a positive HIV result, may not be appropriate
         to disclose to the patient or their proxies until a certain point in time. -->
  <text>
    <list>
      <item>
        <caption>HIV 1 and 2 Ab panel - Serum, Plasma or Blood by Rapid
          immunoassay</caption>
        <table>
          <thead>
            <tr>
              <th>Description</th>
              <th>Value / Unit</th>
              <th>Interpretation</th>
              <th>Reference Range</th>
            </tr>
          </thead>
          <tbody>
            <tr ID="LabResult1">
              <td>HIV 1 Ab [Presence] in Serum, Plasma or Blood by Rapid
                immunoassay</td>
              <td>Reactive</td>
              <td>Abnormal</td>
              <td>Reference (Normal) for this test is not detected</td>
            </tr>
          </tbody>
        </table>
        <br />
        <table>
          <caption>Disclosure Details</caption>
          <thead>
            <tr>
              <th>Subject</th>
              <th>Information safe to disclose?</th>
              <th>Effective Until</th>
            </tr>
          </thead>
          <tbody>
            <tr ID="DisclosureDetails1">
              <td>Patient</td>
              <td>No</td>
              <td>01/29/2023 12:00 PM CST</td>
            </tr>
            <tr ID="DisclosureDetails2">
              <td>Proxies</td>
              <td>Not without patient authorization</td>
              <td>Indefinite</td>
            </tr>
          </tbody>
        </table>
      </item>
    </list>
  </text>
  <entry>
    <organizer classCode="BATTERY" moodCode="EVN">
      <templateId root="2.16.840.1.113883.10.20.22.4.1"/>
      <templateId root="2.16.840.1.113883.10.20.22.4.1" extension="2015-08-01"/>
      <id root="b4a47651-8375-44f8-89fd-0261a72a0698"/>
      <code code="89365-1"
        displayName="HIV 1 and 2 Ab panel - Serum, Plasma or Blood by Rapid immunoassay"
        codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
      <statusCode code="completed"/>
      <effectiveTime>
        <low value="202003221426-0500"/>
        <high value="202003221426-0500"/>
      </effectiveTime>
      <component>
        <observation classCode="OBS" moodCode="EVN">
          <!-- Positive HIV result... -->
        </observation>
      </component>
      <component>
        <!-- Don't share with patient until 12:00 PM on 2023-01-29 -->
        <observation classCode="OBS" moodCode="EVN">
          <!-- Security Observation -->
          <templateId root="2.16.840.1.113883.3.445.21" assigningAuthorityName="HL7 CBCC"/>
          <!-- Refrain Policy Code template -->
          <templateId root="2.16.840.1.113883.3.445.23" assigningAuthorityName="HL7 CBCC"/>
          <code code="SECCONOBS" codeSystem="2.16.840.1.113883.1.11.20457"
            displayName="Security Classification"
            codeSystemName="HL7 SecurityObservationTypeCodeSystem"/>
          <text>
            <reference value="#DisclosureDetails1" />
          </text>
          <effectiveTime>
            <!-- Instant result was finalized -->
            <low value="20230125120924-0600"/>
            <!-- Instant result can be shared -->
            <high value="20230129120000-0600"/>
          </effectiveTime>
          <value xsi:type="CE" code="NOPAT" codeSystem="2.16.840.1.113883.5.1063"
            codeSystemName="SecurityObservationValueCodeSystem"
            displayName="no disclosure to patient, family or caregivers without attending provider's authorization"
          />
        </observation>
      </component>
      <component>
        <!-- Share with patient, but hide from their proxies indefinitely -->
        <observation classCode="OBS" moodCode="EVN">
          <!-- Security Observation -->
          <templateId root="2.16.840.1.113883.3.445.21" assigningAuthorityName="HL7 CBCC"/>
          <!-- Refrain Policy Code template -->
          <templateId root="2.16.840.1.113883.3.445.23" assigningAuthorityName="HL7 CBCC"/>
          <code code="SECCONOBS" codeSystem="2.16.840.1.113883.1.11.20457"
            displayName="Security Classification"
            codeSystemName="HL7 SecurityObservationTypeCodeSystem"/>
          <text>
            <reference value="#DisclosureDetails2" />
          </text>
          <!-- This one applies indefinitely -->
          <effectiveTime>
            <low value="20230125120924-0600"/>
          </effectiveTime>
          <!-- Don't share it with anyone but the patient -->
          <value xsi:type="CE" code="NOAUTH" codeSystem="2.16.840.1.113883.5.1063"
            codeSystemName="SecurityObservationValueCodeSystem"
            displayName="no disclosure without subject authorization"/>
        </observation>
      </component>
    </organizer>
  </entry>
</section>
  1. C-CDA Example Search Help

    C-CDA Example Search Results
    This screen displays the results of executing the example search criteria against the existing examples recorded in the example database.

  2. Search Criteria Panel

    This panel allow you to further refine your queries and narrow the results

  3. Text Search Words

    Use this field to enter words related to your search. These words can appear in the title, the comments or as part of a special list of keywords associated with the example. The search words should be entered with spaces separating the items.

  4. Filter by example status

    By selecting the various statuses, the search results can be limited to only the example that are set to the selected status(es). By removing all status selections, the filtering is removed and examples from all statuses will be returned (based on any other filtering).

  5. Select only ONC Certified examples

    These are samples referenced in a government rule or certification companion guide.

  6. Execute the search based on the criteria entered (or retrieve all examples if no criteria specified).

  7. The number of results that match the query parameters can be found here.

  8. Use this link to jump back to the initial page of the application (that lists the sections).

  9. This columns list the names of the examples that match the criteria (and the comment for each example).

  10. This columns lists the area in the C-CDA specification (the specification is broken into distinct topics for the various exchangeable documents, the common header, and the sections that occur within the exchangeable documents) that the example demonstrates.

  11. This columns lists the state of the example in the example verification and approval process.

  12. You can select to download the examples directly or navigate to page with the full detailed description of the example.

  13. Tour Complete

    Return to the C-CDA Example Search Results page.