Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Condition xmlns="http://hl7.org/fhir">
<id value="ExampleCondition"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="ExampleCondition"> </a><a name="hcExampleCondition"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Condition "ExampleCondition" </p></div><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Health Concern <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/us/core/STU3.1.1/CodeSystem-condition-category.html">US Core Condition Category Extension Codes</a>#health-concern)</span>, Physical Activity <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-pa-temporary-codes.html">Temporary Codes</a>#PhysicalActivity)</span></p><p><b>code</b>: Lack of physical exercise <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-icd10CM.html">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#Z72.3)</span></p><p><b>subject</b>: <a href="http://example.org/fhir/Patient/1">http://example.org/fhir/Patient/1: Example Patient</a></p><p><b>onset</b>: 2022-06-08</p><p><b>asserter</b>: <a href="http://example.org/fhir/PractitionerRole/1">http://example.org/fhir/PractitionerRole/1: Ordering Clinician</a></p><h3>Evidences</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Detail</b></td></tr><tr><td style="display: none">*</td><td><a href="Observation-ExampleEVSMinutesPerWeek.html">Observation/ExampleEVSMinutesPerWeek</a></td></tr></table></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://hl7.org/fhir/us/core/CodeSystem/condition-category"/>
<code value="health-concern"/>
<display value="Health Concern"/>
</coding>
</category>
<category>
<coding>
<system
value="http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes"/>
<code value="PhysicalActivity"/>
</coding>
</category>
<code>
<coding>
<system value="http://hl7.org/fhir/sid/icd-10-cm"/>
<code value="Z72.3"/>
<display value="Lack of physical exercise"/>
</coding>
</code>
<subject>
<reference value="http://example.org/fhir/Patient/1"/>
<display value="Example Patient"/>
</subject>
<onsetDateTime value="2022-06-08"/>
<asserter>
<reference value="http://example.org/fhir/PractitionerRole/1"/>
<display value="Ordering Clinician"/>
</asserter>
<evidence>
<detail>🔗
<reference value="Observation/ExampleEVSMinutesPerWeek"/>
</detail>
</evidence>
</Condition>