<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="KBV-PR-Base-Observation-Pregnancy-Status" />
  <url value="https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Pregnancy_Status" />
  <version value="1.8.0" />
  <name value="KBV_PR_Base_Observation_Pregnancy_Status" />
  <status value="active" />
  <date value="2025-10-24" />
  <publisher value="Kassenärztliche Bundesvereinigung (KBV)" />
  <description value="Hier wird ein Schwangerschaftsstatus abgebildet." />
  <copyright value="Copyright © [2025], Kassenärztliche Bundesvereinigung (KBV). All rights reserved. Im folgenden Profil können Codes aus den Codesystemen Snomed, Loinc oder Ucum enthalten sein, die dem folgenden Urheberrecht unterliegen: This material includes SNOMED Clinical Terms® SNOMED CT® which is used by permission of SNOMED International. All rights reserved. SNOMED CT®, was originally created by The College of American Pathologists. SNOMED and SNOMED CT are registered trademarks of SNOMED International. Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license. This material contains content from Loinc http://loinc.org. Loinc is copyright ©; 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes Loinc Committee and is available at no cost under the license at http://loinc.org/license. Loinc® is a registered United States trademark of Regenstrief Institute, Inc. This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license, a copy of which is available at ​http://unitsofmeasure.org. The current complete UCUM table, UCUM Specification are available for download at ​http://unitsofmeasure.org. The UCUM table and UCUM codes are copyright ©; 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures UCUM Organization. All rights reserved. THE UCUM TABLE IN ALL FORMATS, UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED &amp;quot;AS IS.&amp;quot; ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE." />
  <fhirVersion value="4.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Observation" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Observation" />
  <derivation value="constraint" />
  <differential>
    <element id="Observation">
      <path value="Observation" />
      <definition value="Dieses Konzept bildet einen Schwangerschaftsstatus ab." />
    </element>
    <element id="Observation.status">
      <path value="Observation.status" />
      <definition value="Hier wird der Status des Eintrages als Code angegeben." />
    </element>
    <element id="Observation.code">
      <path value="Observation.code" />
      <definition value="In diesem Element werden Angaben zum Schwangerschaftsstatus gemacht. Diese werden als codierte Information und/oder als Freitext angegeben." />
    </element>
    <element id="Observation.code.coding">
      <path value="Observation.code.coding" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="$this" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <definition value="Hier wird ein Code aus einem geeigneten Code-System angegeben." />
      <min value="1" />
    </element>
    <element id="Observation.code.coding:loinc">
      <path value="Observation.code.coding" />
      <sliceName value="loinc" />
      <definition value="In diesem Element wird ein spezifischer Code für den Schwangerschaftsstatus als LOINC®-Code angegeben, inklusive Anzeigename (Display Name) sowie Name und Version des Code-Systems." />
      <min value="1" />
      <max value="1" />
      <patternCoding>
        <system value="http://loinc.org" />
        <code value="82810-3" />
      </patternCoding>
    </element>
    <element id="Observation.code.coding:loinc.system">
      <path value="Observation.code.coding.system" />
      <min value="1" />
    </element>
    <element id="Observation.code.coding:loinc.version">
      <path value="Observation.code.coding.version" />
      <min value="1" />
    </element>
    <element id="Observation.code.coding:loinc.code">
      <path value="Observation.code.coding.code" />
      <min value="1" />
    </element>
    <element id="Observation.code.coding:loinc.display">
      <path value="Observation.code.coding.display" />
      <min value="1" />
    </element>
    <element id="Observation.code.text">
      <path value="Observation.code.text" />
      <definition value="Hier wird ein Freitext eingetragen." />
    </element>
    <element id="Observation.subject">
      <path value="Observation.subject" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" />
        <targetProfile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.8.0" />
        <targetProfile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Device|1.8.0" />
      </type>
    </element>
    <element id="Observation.focus">
      <path value="Observation.focus" />
      <max value="0" />
    </element>
    <element id="Observation.effective[x]">
      <path value="Observation.effective[x]" />
      <definition value="Zeitpunkt, an dem die Untersuchung durchgeführt wurde." />
      <type>
        <code value="dateTime" />
      </type>
    </element>
    <element id="Observation.value[x]">
      <path value="Observation.value[x]" />
      <slicing>
        <discriminator>
          <type value="type" />
          <path value="$this" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <definition value="In diesem Element werden Angaben zum Vorliegen einer Schwangerschaft gemacht. Diese werden als codierte Information und/oder als Freitext angegeben." />
      <type>
        <code value="CodeableConcept" />
      </type>
      <type>
        <code value="boolean" />
      </type>
    </element>
    <element id="Observation.value[x]:valueCodeableConcept">
      <path value="Observation.value[x]" />
      <sliceName value="valueCodeableConcept" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="CodeableConcept" />
      </type>
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding">
      <path value="Observation.value[x].coding" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="$this" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <min value="1" />
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:loinc">
      <path value="Observation.value[x].coding" />
      <sliceName value="loinc" />
      <definition value="Hier wird das Ergebnis als LOINC®-Code aus einem vorgegebenen Valueset angegeben." />
      <min value="1" />
      <max value="1" />
      <binding>
        <strength value="required" />
        <valueSet value="https://fhir.kbv.de/ValueSet/KBV_VS_Base_Pregnancy_Status_LOINC" />
      </binding>
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:loinc.system">
      <path value="Observation.value[x].coding.system" />
      <min value="1" />
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:loinc.version">
      <path value="Observation.value[x].coding.version" />
      <min value="1" />
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:loinc.code">
      <path value="Observation.value[x].coding.code" />
      <min value="1" />
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:loinc.display">
      <path value="Observation.value[x].coding.display" />
      <min value="1" />
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:snomed">
      <path value="Observation.value[x].coding" />
      <sliceName value="snomed" />
      <definition value="Hier wird das Ergebnis als SNOMED CT®-Code angegeben." />
      <min value="0" />
      <max value="*" />
      <patternCoding>
        <system value="http://snomed.info/sct" />
      </patternCoding>
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:snomed.system">
      <path value="Observation.value[x].coding.system" />
      <min value="1" />
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:snomed.version">
      <path value="Observation.value[x].coding.version" />
      <min value="1" />
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:snomed.code">
      <path value="Observation.value[x].coding.code" />
      <min value="1" />
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.coding:snomed.display">
      <path value="Observation.value[x].coding.display" />
      <min value="1" />
    </element>
    <element id="Observation.value[x]:valueCodeableConcept.text">
      <path value="Observation.value[x].text" />
      <definition value="Hier wird ein Freitext eingetragen." />
    </element>
    <element id="Observation.note">
      <path value="Observation.note" />
      <definition value="Hier können ergänzende freitextliche Kommentare und Notizen vorgenommen werden, die nicht durch die strukturierten Datenelemente erfassbar sind." />
    </element>
    <element id="Observation.note.author[x]">
      <path value="Observation.note.author[x]" />
      <slicing>
        <discriminator>
          <type value="type" />
          <path value="$this" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <definition value="Hier wird die Person angegeben, die die Notiz erstellt hat." />
    </element>
    <element id="Observation.note.author[x]:authorReference">
      <path value="Observation.note.author[x]" />
      <sliceName value="authorReference" />
      <definition value="Hier wird die Person, die die Notiz erstellt hat, referenziert." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
        <targetProfile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization|1.8.0" />
        <targetProfile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_RelatedPerson|1.8.0" />
        <targetProfile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner|1.8.0" />
        <targetProfile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.8.0" />
      </type>
    </element>
    <element id="Observation.note.author[x]:authorString">
      <path value="Observation.note.author[x]" />
      <sliceName value="authorString" />
      <definition value="Hier wird die Person, die die Notiz erstellt hat, als Freitext angegeben." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="Observation.note.time">
      <path value="Observation.note.time" />
      <definition value="Hier wird der Zeitpunkt angegeben, zu dem die Notiz erstellt wurde." />
    </element>
    <element id="Observation.note.text">
      <path value="Observation.note.text" />
      <definition value="Hier wird der eigentliche Text der Notiz eingetragen." />
    </element>
    <element id="Observation.method">
      <path value="Observation.method" />
      <definition value="In diesem Element werden Angaben zur Methode der Untersuchung gemacht. Diese werden als codierte Information und/oder als Freitext angegeben." />
    </element>
    <element id="Observation.method.coding">
      <path value="Observation.method.coding" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="$this" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <definition value="Hier wird ein Code aus einem geeigneten Code-System angegeben." />
      <min value="1" />
    </element>
    <element id="Observation.method.coding:snomed">
      <path value="Observation.method.coding" />
      <sliceName value="snomed" />
      <definition value="In diesem Element wird der Code für  die Methode der Untersuchung  als SNOMED CT®-Code aus der vorgegebenen Werteliste angegeben, inklusive Anzeigename (Display Name) sowie Name und Version des Code-Systems." />
      <min value="1" />
      <max value="1" />
      <binding>
        <strength value="required" />
        <valueSet value="https://fhir.kbv.de/ValueSet/KBV_VS_Base_Pregnancy_Status_Method_SNOMED_CT" />
      </binding>
    </element>
    <element id="Observation.method.coding:snomed.system">
      <path value="Observation.method.coding.system" />
      <min value="1" />
    </element>
    <element id="Observation.method.coding:snomed.version">
      <path value="Observation.method.coding.version" />
      <min value="1" />
    </element>
    <element id="Observation.method.coding:snomed.code">
      <path value="Observation.method.coding.code" />
      <min value="1" />
    </element>
    <element id="Observation.method.coding:snomed.display">
      <path value="Observation.method.coding.display" />
      <min value="1" />
    </element>
    <element id="Observation.method.text">
      <path value="Observation.method.text" />
      <definition value="Hier wird ein Freitext eingetragen." />
    </element>
  </differential>
</StructureDefinition>