MII IG Kerndatensatz-Modul Molekulares Tumorboard
2026.0.0 - release Unknown region code '276'

MII IG Kerndatensatz-Modul Molekulares Tumorboard, published by Medizininformatik-Initiative. This guide is not an authorized publication; it is the continuous build for version 2026.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medizininformatik-initiative/kerndatensatzmodul-molekulares-tumorboard/ and changes regularly. See the Directory of published versions

: MyInsurer - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="MyInsurer"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization MyInsurer</b></p><a name="MyInsurer"> </a><a name="hcMyInsurer"> </a><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}">Insurance Company</span></p><p><b>name</b>: Example Health Insurance Co.</p><p><b>address</b>: 789 Insurance Blvd Policytown InsureState 98765 DE </p></div>
  </text>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="ins"/>
      <display value="Insurance Company"/>
    </coding>
  </type>
  <name value="Example Health Insurance Co."/>
  <address>
    <line value="789 Insurance Blvd"/>
    <city value="Policytown"/>
    <state value="InsureState"/>
    <postalCode value="98765"/>
    <country value="DE"/>
  </address>
</Organization>