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-body-structure - XML Representation

Raw xml | Download



<BodyStructure xmlns="http://hl7.org/fhir">
  <id value="example-body-structure"/>
  <meta>
    <profile
             value="https://www.vision-zero-oncology.de/fhir/StructureDefinition/body-structure-base"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: BodyStructure</b><a name="example-body-structure"> </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 BodyStructure &quot;example-body-structure&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-body-structure-base.html">Profile Body Structure</a></p></div><blockquote><p><b>Included Structure</b></p><blockquote><p><b>url</b></p><code>$structure</code></blockquote><p><b>value</b>: Forearm <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#14975008)</span></p><blockquote><p><b>url</b></p><code>$laterality</code></blockquote><p><b>value</b>: Unilateral left <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#419161000)</span></p><blockquote><p><b>url</b></p><code>$qualifier</code></blockquote><p><b>value</b>: Volar <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#263929005)</span></p></blockquote><p><b>Diagnosis</b>: <a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/ExampleCondition">ExampleCondition</a></p><p><b>identifier</b>: BodyStructure: Tumor 1234 (use: USUAL)</p><p><b>patient</b>: <a href="Patient-ExamplePatient.html">Patient/ExamplePatient</a> &quot; BACH&quot;</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure">
    <extension url="$structure">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="14975008"/>
          <display value="Forearm"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="$laterality">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="419161000"/>
          <display value="Unilateral left"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="$qualifier">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="263929005"/>
          <display value="Volar"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <extension
             url="https://www.vision-zero-oncology.de/fhir/StructureDefinition/diagnosis">
    <valueReference>
      <reference value="ExampleCondition"/>
    </valueReference>
  </extension>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/resource-types"/>
        <code value="BodyStructure"/>
      </coding>
    </type>
    <system value="http://radiology.hospital.example.org"/>
    <value value="Tumor 1234"/>
  </identifier>
  <patient>🔗 
    <reference value="Patient/ExamplePatient"/>
  </patient>
</BodyStructure>