This page is part of the Quality Improvement Core Framework (v7.0.0-ballot: STU7 (v7.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
<Condition xmlns="http://hl7.org/fhir">
<id value="appendicitis-example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition appendicitis-example</b></p><a name="appendicitis-example"> </a><a name="hcappendicitis-example"> </a><a name="appendicitis-example-en-US"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}">Confirmed</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}">Encounter Diagnosis</span></p><p><b>severity</b>: <span title="Codes:{http://snomed.info/sct 24484000}">Severe (severity modifier)</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 74400008}">Appendicitis</span></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 66754008}">Appendix structure</span></p><p><b>subject</b>: <a href="Patient-example.html">Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>encounter</b>: <a href="Encounter-example.html">Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.</a></p><p><b>onset</b>: 2012-05-24 00:00:00+0000</p><p><b>recordedDate</b>: 2012-05-24 00:00:00+0000</p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
<code value="confirmed"/>
</coding>
</verificationStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="encounter-diagnosis"/>
<display value="Encounter Diagnosis"/>
</coding>
</category>
<severity>
<coding>
<system value="http://snomed.info/sct"/>
<code value="24484000"/>
<display value="Severe (severity modifier)"/>
</coding>
</severity>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="74400008"/>
<display value="Appendicitis (disorder)"/>
</coding>
<text value="Appendicitis"/>
</code>
<bodySite>
<coding>
<system value="http://snomed.info/sct"/>
<code value="66754008"/>
<display value="Appendix structure"/>
</coding>
</bodySite>
<subject>🔗
<reference value="Patient/example"/>
</subject>
<encounter>🔗
<reference value="Encounter/example"/>
</encounter>
<onsetDateTime value="2012-05-24T00:00:00+00:00"/>
<!-- <abatementBoolean value="false"/> -->
<recordedDate value="2012-05-24T00:00:00+00:00"/>
</Condition>