This page is part of the CCDA: Consolidated CDA Release (v3.0.0-ballot: CCDA 3.0 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
This content is an example of the Health Concern Act Logical Model and is not a FHIR Resource
<act classCode="ACT" moodCode="EVN" xmlns="urn:hl7-org:v3">
<templateId root="2.16.840.1.113883.10.20.22.4.132" extension="2015-08-01" />
<id root="4eab0e52-dd7d-4285-99eb-72d32ddb195c" />
<code code="75310-3"
codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC"
displayName="Health Concern" />
<!-- This Health Concern has a statusCode of active because it is an active concern -->
<statusCode code="active" />
<!-- The effective time is the date that the Health Concern started being followed -
this does not necessarily correlate to the onset date of the contained health issues-->
<effectiveTime value="20130616" />
<!-- Health Concern: Current every day smoker-->
<entryRelationship typeCode="REFR">
<!-- Tobacco Use -->
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.85" extension="2014-06-09" />
...
</observation>
</entryRelationship>
<!-- Health Concern Problem: Respiratory insufficiency -->
<entryRelationship typeCode="REFR">
<!-- Problem Observation -->
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.4" extension="2015-08-01" />
...
</observation>
</entryRelationship>
<!-- Health Concern Diagnosis: Pneumonia -->
<entryRelationship typeCode="REFR">
<!-- Problem Observation -->
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.4" extension="2015-08-01" />
...
</observation>
</entryRelationship>
<!--
This is an entry relationship of the SPRT (support) type which shows
that the productive cough supports the Health Concern (Problem: Respiratory
Insufficiency and Diagnosis: Pneumonia
This entryRelationship represents the relationship:
Health Concern HAS SUPPORT Observation
-->
<entryRelationship typeCode="SPRT">
<!-- Problem Observation -->
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.4" extension="2015-08-01" />
...
</observation>
</entryRelationship>
<!-- Priority Preference -->
<entryRelationship typeCode="RSON">
<!-- Priority Preference - this is the preference that the patient
(specified by the Author Participation template)
places on the Health Concern -->
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.143" />
...
</observation>
</entryRelationship>
<!-- Priority Preference - this is the preference that the provider
(specified by the Author Participation template)
places on the Health Concern -->
<entryRelationship typeCode="RSON">
<!-- Priority Preference -->
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.143" />
...
</observation>
</entryRelationship>
</act>