SQL on FHIR
2.1.0-pre - release International flag

SQL on FHIR, published by SQL on FHIR Working Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-pre built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sql-on-fhir-v2/ and changes regularly. See the Directory of published versions

: ExampleCondition2 - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="2"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition 2</b></p><a name="2"> </a><a name="hc2"> </a><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 List Item</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 38341003}">Hypertensive disorder</span></p><p><b>subject</b>: <a href="Patient-2.html">Yolotzin Adel Bristow (official) Male, DoB Unknown</a></p><p><b>encounter</b>: <a href="Encounter-2.html">Encounter: status = completed; class = emergency; type = emergency; actualPeriod = 2020-01-02 14:00:00+0000 --&gt; 2020-01-03 08:00:00+0000</a></p><p><b>onset</b>: 2020-01-02 00:00:00+0000</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="resolved"/>
      <display value="Resolved"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
      <display 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>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="38341003"/>
      <display value="Hypertensive disorder"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/2"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/2"/>
  </encounter>
  <onsetDateTime value="2020-01-02T00:00:00Z"/>
</Condition>