SHIFT Privacy Examples
0.1.0 - ci-build International flag

SHIFT Privacy Examples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: Veronica Mars's Proteinuria - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="VeronicaMarsProteinuria"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition VeronicaMarsProteinuria</b></p><a name="VeronicaMarsProteinuria"> </a><a name="hcVeronicaMarsProteinuria"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</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://hl7.org/fhir/sid/icd-10-cm R80.9}, {http://snomed.info/sct 29738008}">Proteinuria</span></p><p><b>subject</b>: <a href="Patient-VeronicaMars.html">Veronica Mars (official) Female, DoB: 1994-08-07</a></p><p><b>recordedDate</b>: 2026-04-18</p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
      <code value="R80.9"/>
      <display value="Proteinuria, unspecified"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="29738008"/>
      <display value="Proteinuria (finding)"/>
    </coding>
    <text value="Proteinuria"/>
  </code>
  <subject>🔗 
    <reference value="Patient/VeronicaMars"/>
  </subject>
  <recordedDate value="2026-04-18"/>
</Condition>