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 of a TNM Tumor Category Observation - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example-tnm-category-observation"/>
  <meta>
    <profile
             value="https://www.vision-zero-oncology.de/fhir/StructureDefinition/tnm-category-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="example-tnm-category-observation"> </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-category-observation&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-tnm-category-observation.html">TNM Tumor Category Observation</a></p></div><p><b>partOf</b>: <a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Procedure/ExampleTNMProcedure">Procedure/ExampleTNMProcedure</a></p><p><b>status</b>: final</p><p><b>code</b>: TNM Brain tumor staging <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#254353002)</span></p><p><b>subject</b>: <a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Patient/examplePatient">Patient/examplePatient</a></p><p><b>focus</b>: <a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/BodyStructure/exampleBodyStructure">BodyStructure/exampleBodyStructure</a></p><p><b>value</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></div>
  </text>
  <partOf>
    <reference value="Procedure/ExampleTNMProcedure"/>
  </partOf>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="254353002"/>
      <display value="TNM Brain tumor staging"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/examplePatient"/>
  </subject>
  <focus>
    <reference value="BodyStructure/exampleBodyStructure"/>
  </focus>
  <valueCodeableConcept>
    <coding>
      <system value="http://loinc.org"/>
      <code value="21905-5"/>
      <display value="Primary tumor.clinical [Class] Cancer"/>
    </coding>
  </valueCodeableConcept>
</Observation>