CDA Examples, published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-Examples/ and changes regularly. See the Directory of published versions
This is an example of how to send a health concern section with only narrative.
This file includes examples of the following templates:
<section xmlns="urn:hl7-org:v3">
<!-- Health Concerns Section -->
<templateId root="2.16.840.1.113883.10.20.22.2.58" extension="2015-08-01"/>
<code displayName="Health Concerns Document" codeSystemName="LOINC"
codeSystem="2.16.840.1.113883.6.1" code="75310-3"/>
<title>Health Concerns</title>
<text>
<paragraph ID="Concern">On March 1, 2014, the patient expressed concern about spreading their Community Acquired Pneumonia.</paragraph>
</text>
<entry>
<!-- Health Concern Act -->
<act moodCode="EVN" classCode="ACT">
<templateId root="2.16.840.1.113883.10.20.22.4.132"
extension="2015-08-01"/>
<templateId root="2.16.840.1.113883.10.20.22.4.132"
extension="2022-06-01"/>
<id nullFlavor="UNK"/>
<!-- Fixed act/code in C-CDA -->
<code displayName="Health Concern" codeSystemName="LOINC"
codeSystem="2.16.840.1.113883.6.1" code="75310-3"/>
<text>
<reference value="#Concern"/>
</text>
<statusCode code="active"/>
</act>
</entry>
</section>