AU Core Implementation Guide
0.3.0-ballot - R1 Australia flag

This page is part of the AU Core (v0.3.0-ballot: AU Core R1 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Condition - Chronic Kidney Disease - XML Representation

Page standards status: Informative

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <!--   Example adapted from MCC eCare Plan Implementation Guide ConditionCKD   -->
  <id value="ckd"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2022-06-17T23:22:56.193+00:00"/>
    <source value="#5R98DWXS6a48AGkD"/>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="ckd"> </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 &quot;ckd&quot; Version &quot;5&quot; Updated &quot;2022-06-17 23:22:56+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #5R98DWXS6a48AGkD!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-condition.html">AU Core Condition</a></p></div><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.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>: Problem <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-category.html">Condition Category Codes</a>#problem-list-item &quot;Problem List Item&quot;)</span></p><p><b>severity</b>: Severe <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#24484000)</span></p><p><b>code</b>: Chronic kidney disease stage 3B (disorder) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#700379002)</span></p><p><b>subject</b>: <a href="Patient-dan-harry.html">Patient/dan-harry</a> &quot; DAN&quot;</p><p><b>onset</b>: 52 years<span style="background: LightGoldenRodYellow"> (Details: UCUM code a = 'a')</span></p><p><b>recordedDate</b>: 2018-12-01</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="Procedure-dialysis.html">Procedure/dialysis: Patient receives regular dialysis</a>, <a href="Observation-bun-mcc.html">Observation/bun-mcc: BUN is 24 mg/dL</a></td></tr></table></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
    <text value="Active"/>
  </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="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
    <text value="Problem"/>
  </category>
  <severity>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="24484000"/>
      <display value="Severe"/>
    </coding>
  </severity>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="700379002"/>
      <display value="Chronic kidney disease stage 3B (disorder)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/dan-harry"/>
  </subject>
  <onsetAge>
    <value value="52"/>
    <unit value="years"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="a"/>
  </onsetAge>
  <recordedDate value="2018-12-01"/>
  <evidence>
    <detail>🔗 
      <reference value="Procedure/dialysis"/>
      <display value="Patient receives regular dialysis"/>
    </detail>
    <detail>🔗 
      <reference value="Observation/bun-mcc"/>
      <display value="BUN is 24 mg/dL"/>
    </detail>
  </evidence>
</Condition>