View raw Markdown
type: exampleresource: Conditionexample: condition-example-f204-renal

Condition Example: condition-example-f204-renal

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Condition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/condition.xsd">
  <id value="f204"/>
  <clinicalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="inactive"/>
    </coding>
  </clinicalStatus>

  <verificationStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="differential"/>
    </coding>
  </verificationStatus>
  <category>
    <!--Renal insufficiency could become a severe problem-->
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="55607006"/>
      <display value="Problem"/>
    </coding>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
    </coding>
  </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="36225005"/>
      <display value="Acute renal failure due to procedure"/>
    </coding>
  </code>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="181414000"/>
      <display value="Entire kidney"/>
    </coding>
  </bodySite>
  <subject>
    <!--It entails Roel's problem-->
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </subject>
  <encounter>
    <reference value="Encounter/f203"/>
    <display value="Roel's encounter on March elevanth"/>
  </encounter>
  <onsetDateTime value="2013-03-11"/>
  <abatementDateTime value="2013-03-20"/>
  <recordedDate value="2013-03-11"/>
  <asserter> 
    <reference value="Practitioner/f201"/> 
  </asserter> 

  <stage>
    <!--The problem is temporary and will not become permanent renal insufficiency-->
    <summary>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="14803004"/>
        <display value="Temporary"/>
      </coding>
    </summary>
    <assessment>
        <display value="Genetic analysis master panel"/>
    </assessment>
  </stage>
   <note>
    <text value="The patient is anuric."/>
  </note>
</Condition>