<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="VersichertenartPKV" />
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem" />
  </meta>
  <url value="http://fhir.de/CodeSystem/pkv/Versichertenart" />
  <version value="1.6.0-ballot" />
  <name value="CodeSystemVersichertenartPKV" />
  <title value="Versichertenart (PKV)" />
  <status value="active" />
  <experimental value="false" />
  <date value="2025-12-23" />
  <publisher value="HL7 Deutschland e.V. (Technisches Komitee FHIR)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.de/technische-komitees/fhir/" />
    </telecom>
  </contact>
  <description value="Versichertenart von PKV-Versicherten" />
  <caseSensitive value="true" />
  <valueSet value="http://fhir.de/ValueSet/pkv/Versichertenart" />
  <compositional value="false" />
  <content value="complete" />
  <count value="2" />
  <concept>
    <code value="VN" />
    <display value="Versicherungsnehmer" />
    <definition value="Die behandelte Person ist selbst der Versicherungsnehmer." />
  </concept>
  <concept>
    <code value="VP" />
    <display value="versicherte Person" />
    <definition value="Die behandelte Person ist nicht selbst der Versicherungsnehmer." />
  </concept>
</CodeSystem>