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 R0 - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="example-tnm-R0"/>
<meta>
<profile
value="https://www.vision-zero-oncology.de/fhir/StructureDefinition/uicc-tnm-r-classification"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="example-tnm-R0"> </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 "example-tnm-R0" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-uicc-tnm-r-classification.html">Profile UICC TNM Residual Tumor (R) Classification</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Residual tumor stage (observable entity) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#17964000; <a href="https://loinc.org/">LOINC</a>#84892-9 "Residual tumor classification [Type] in Cancer specimen")</span></p><p><b>subject</b>: <a href="Patient-ExamplePatient.html">Patient/ExamplePatient</a> " BACH"</p><p><b>effective</b>: 2022-03-07</p><p><b>value</b>: R0 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#R0)</span></p></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="17964000"/>
<display value="Residual tumor stage (observable entity)"/>
</coding>
<coding>
<system value="http://loinc.org"/>
<code value="84892-9"/>
<display
value="Residual tumor classification [Type] in Cancer specimen"/>
</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="R0"/>
<display value="R0"/>
</coding>
</valueCodeableConcept>
</Observation>