Tiro.health Implementation Guide
0.1.0 - ci-build

Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Lung Cancer Staging - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="LungCancerStaging"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition LungCancerStaging</b></p><a name="LungCancerStaging"> </a><a name="hcLungCancerStaging"> </a><p><b>clinicalStatus</b>: <span title="Codes:">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://snomed.info/sct 254637007}">Non-small cell lung cancer</span></p><p><b>subject</b>: <a href="Patient-LCaPatient.html">Anonymous Patient Male, DoB: 1973-04-06 ( http://hospital.be/official-patient-id#8242)</a></p></div>
  </text>
  <clinicalStatus>
    <coding>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <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="254637007"/>
      <display value="Non-small cell lung cancer"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/LCaPatient"/>
  </subject>
</Condition>