Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Condition Example - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <versionId value="1226157578001060"/>
    <lastUpdated value="2012-04-30T16:34:12.000+05:30"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-condition-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-en-US"> </a><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">version: versionId: id (PrimitiveType/Condition.meta.versionId): element = id -&gt; versionId=id[1226157578001060]; Last updated: 2012-04-30 16:34:12+0530</p><p style="margin-bottom: 0px">Profiles: <a href="http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-condition.html">US Core Condition Profile</a>, <a href="StructureDefinition-athena-condition-profile.html">Detailed information about conditions, problems or diagnoses</a></p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}">Resolved</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 problem-list-item}">Problem</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10-us I10}, {http://hl7.org/fhir/sid/icd-9-cm 401.1}, {https://docs.mydata.athenahealth.com/fhir-r4/codes/MEL ICD-401.1}">HYPERTENSION</span></p><p><b>subject</b>: <a href="Patient/1225794115001060">Patient/1225794115001060</a></p><p><b>encounter</b>: <a href="Encounter-Example1.html">Encounter: extension = No display for Extension ,No display for Extension ,No display for Extension ; status = finished; class = ambulatory (ActCode#AMB); type = Office Visit; priority = routine; period = 2020-08-17 21:04:20-0600 --&gt; 2020-08-17 21:07:17-0600</a></p><p><b>onset</b>: 2008-04-08 00:00:00+0530</p><p><b>abatement</b>: 2008-04-08 00:00:00+0530</p><p><b>recordedDate</b>: 2012-04-30 16:34:12+0530</p><p><b>recorder</b>: <a href="Practitioner/1225652602001060">Practitioner/1225652602001060</a></p><p><b>asserter</b>: <a href="Practitioner/1225652602001060">Practitioner/1225652602001060</a></p><p><b>note</b>: probably due to undiagnosed hypothyroidism</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="resolved"/>
      <display value="Resolved"/>
    </coding>
    <text value="Resolved"/>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
      <display value="Confirmed"/>
    </coding>
    <text value="Confirmed"/>
  </verificationStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem"/>
    </coding>
    <text value="Problem"/>
  </category>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-us"/>
      <code value="I10"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-9-cm"/>
      <code value="401.1"/>
    </coding>
    <coding>
      <system value="https://docs.mydata.athenahealth.com/fhir-r4/codes/MEL"/>
      <code value="ICD-401.1"/>
    </coding>
    <text value="HYPERTENSION"/>
  </code>
  <subject>
    <reference value="Patient/1225794115001060"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/Example1"/>
  </encounter>
  <onsetDateTime value="2008-04-08T00:00:00+05:30"/>
  <abatementDateTime value="2008-04-08T00:00:00+05:30"/>
  <recordedDate value="2012-04-30T16:34:12+05:30"/>
  <recorder>
    <reference value="Practitioner/1225652602001060"/>
  </recorder>
  <asserter>
    <reference value="Practitioner/1225652602001060"/>
  </asserter>
  <note>
    <text value="probably due to undiagnosed hypothyroidism"/>
  </note>
</Condition>