FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Condition/f203 (XML)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw XML (canonical form + also see XML Format Specification)

Real-word condition example (sepsis) (id = "f203")

<?xml version="1.0" encoding="UTF-8"?>

<!--  @version June 2013 @author Melchior Ferdinand Pot  --><Condition xmlns="http://hl7.org/fhir">
  <id value="f203"/> 
  <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> 
    <!--  Bacterial sepsis is certainly a moderate to 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="371924009"/> 
      <display value="Moderate to severe"/> 
    </coding> 
  </severity> 
  <code> 
    <!--  The problem is bacterial sepsis  -->
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="10001005"/> 
      <display value="Bacterial sepsis"/> 
    </coding> 
  </code> 
  <bodySite> 
    <!--  Location is intravascular pulmonary  -->
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="281158006"/> 
      <display value="Pulmonary vascular structure"/> 
    </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-08"/> 
  <recordedDate value="2013-03-11"/> 
  <asserter> 
    <reference value="Practitioner/f201"/> 
  </asserter> 
  <evidence> 
    <reference> 
      <reference value="DiagnosticReport/f202"/> 
      <display value="Diagnostic report for Roel's sepsis"/> 
    </reference> 
  </evidence> 
</Condition> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.