German Oncological Data Standard (GOLD)
0.1.0 - CI Build Germany flag

German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example TNM Tis N0 M0 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example-tnm-TisN0M0"/>
  <meta>
    <profile
             value="https://www.vision-zero-oncology.de/fhir/StructureDefinition/uicc-tnm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="example-tnm-TisN0M0"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation &quot;example-tnm-TisN0M0&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-uicc-tnm.html">Profile UICC TNM</a></p></div><p><b>status</b>: final</p><p><b>code</b>: International Union Against Cancer (tumor staging) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#258235000; <a href="https://loinc.org/">LOINC</a>#21908-9 &quot;Stage group.clinical Cancer&quot;)</span></p><p><b>subject</b>: <a href="Patient-ExamplePatient.html">Patient/ExamplePatient</a> &quot; BACH&quot;</p><p><b>effective</b>: 2022-03-07</p><p><b>value</b>: Stage 0 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#0)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Primary tumor.clinical [Class] Cancer <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#21905-5)</span></p><p><b>value</b>: Tis <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#Tis)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Regional lymph nodes.clinical [Class] Cancer <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#21906-3)</span></p><p><b>value</b>: N0 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#N0)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Distant metastases.clinical [Class] Cancer <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#21907-1)</span></p><p><b>value</b>: M0 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#M0)</span></p></blockquote></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="258235000"/>
      <display value="International Union Against Cancer (tumor staging)"/>
    </coding>
    <coding>
      <system value="http://loinc.org"/>
      <code value="21908-9"/>
      <display value="Stage group.clinical Cancer"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/ExamplePatient"/>
  </subject>
  <effectiveDateTime value="2022-03-07"/>
  <valueCodeableConcept>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.15.16"/>
      <code value="0"/>
      <display value="Stage 0"/>
    </coding>
  </valueCodeableConcept>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="21905-5"/>
        <display value="Primary tumor.clinical [Class] Cancer"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="urn:oid:2.16.840.1.113883.15.16"/>
        <code value="Tis"/>
        <display value="Tis"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="21906-3"/>
        <display value="Regional lymph nodes.clinical [Class] Cancer"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="urn:oid:2.16.840.1.113883.15.16"/>
        <code value="N0"/>
        <display value="N0"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="21907-1"/>
        <display value="Distant metastases.clinical [Class] Cancer"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="urn:oid:2.16.840.1.113883.15.16"/>
        <code value="M0"/>
        <display value="M0"/>
      </coding>
    </valueCodeableConcept>
  </component>
</Observation>