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 Histology and Topography - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example-histology-topography"/>
  <meta>
    <profile
             value="https://www.vision-zero-oncology.de/fhir/StructureDefinition/histology-topography"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="example-histology-topography"> </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-histology-topography&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-histology-topography.html">Profile Histology Topography</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Histology and Behavior ICD-O-3 Cancer <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#59847-4; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1145214003 &quot;Histologic feature of proliferative mass (observable entity)&quot;; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#371480007 &quot;Anatomic location of neoplasm (observable entity)&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>: schlecht differenziertes Plattenepithelkarzinom <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-icd-o-3.html">International Classification of Diseases for Oncology, version 3.</a>#8070/33; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1162767002 &quot;Squamous cell carcinoma (morphologic abnormality)&quot;)</span></p><p><b>bodySite</b>: Lungenoberlappen <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-icd-o-3.html">International Classification of Diseases for Oncology, version 3.</a>#C34.1; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#45653009 &quot;Structure of upper lobe of lung (body structure)&quot;)</span></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="59847-4"/>
      <display value="Histology and Behavior ICD-O-3 Cancer"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1145214003"/>
      <display
               value="Histologic feature of proliferative mass (observable entity)"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="371480007"/>
      <display value="Anatomic location of neoplasm (observable entity)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/ExamplePatient"/>
  </subject>
  <effectiveDateTime value="2022-03-07"/>
  <valueCodeableConcept>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/icd-o-3"/>
      <code value="8070/33"/>
      <display value="schlecht differenziertes Plattenepithelkarzinom"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1162767002"/>
      <display value="Squamous cell carcinoma (morphologic abnormality)"/>
    </coding>
  </valueCodeableConcept>
  <bodySite>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/icd-o-3"/>
      <code value="C34.1"/>
      <display value="Lungenoberlappen"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="45653009"/>
      <display value="Structure of upper lobe of lung (body structure)"/>
    </coding>
  </bodySite>
</Observation>