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 RECIST assessment timepoint response - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="ExampleRecistAssessmentResponse"/>
<meta>
<profile
value="https://www.vision-zero-oncology.de/fhir/StructureDefinition/recist-assessment-response"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="ExampleRecistAssessmentResponse"> </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 "ExampleRecistAssessmentResponse" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-recist-assessment-response.html">Profile RECIST timepoint assessment response</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Therapeutic response (observable entity) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (RID#11510)</span></p><p><b>subject</b>: <a href="Patient-ExamplePatient.html">Patient/ExamplePatient</a> " BACH"</p><p><b>effective</b>: 2022-07-19</p><p><b>value</b>: stable disease <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (RID#11514)</span></p></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://radlex.org/RID"/>
<code value="11510"/>
<display value="Therapeutic response (observable entity)"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/ExamplePatient"/>
</subject>
<effectiveDateTime value="2022-07-19"/>
<valueCodeableConcept>
<coding>
<system value="http://radlex.org/RID"/>
<code value="11514"/>
<display value="stable disease"/>
</coding>
</valueCodeableConcept>
</Observation>