PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.pregnancy-status@1.0.0
    https://www.ehealth.fgov.be/standards/fhir/pregnancy-status/StructureDefinition/PregnancyStatusDataSet
description: Logical model for the pregnancy-status data.\n\nThis is the minimal data set for the pregnancy status (consumed, for example, via\nVitalink FHIR / MAGDA / VUTG / mijnburgerprofiel.be / mijngezondheid.be /\ncaregivers).
package_name: hl7.fhir.be.pregnancy-status
derivation: specialization
name: PregnancyStatusDataSet
type: https://www.ehealth.fgov.be/standards/fhir/pregnancy-status/StructureDefinition/PregnancyStatusDataSet
elements:
  pregnancy:
    type: Base
    short: Pregnancy Episode
    index: 0
    elements:
      patient:
        type: Reference
        short: Patient (pregnant woman)
        refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
        index: 1
      author:
        type: Reference
        short: The healthcare professional who takes responsibility for the recording of the pregnancy information
        refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner']
        index: 2
      updateDate: {type: date, short: Last update date, index: 3}
      firstRecordedDate: {type: date, short: Recorded date of pregnancy, index: 4}
      pregnancyStatus:
        type: Base
        short: Pregnancy status (observation)
        index: 5
        elements:
          value: {type: CodeableConcept, short: The actual value, index: 6}
          author:
            type: Reference
            short: Practitioner who recorded the pregnancy status
            refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner']
            index: 7
          pregnancyStartDate:
            type: Base
            short: Date the pregnancy started
            index: 8
            elements:
              value: {type: date, short: The actual value, index: 9}
            required: [value]
          estimatedDateOfDelivery:
            type: Base
            short: Estimated date of delivery
            index: 10
            elements:
              value: {type: date, short: The actual value, index: 11}
            required: [value]
          dateOfEndOfPregnancy:
            type: Base
            short: Date of end of pregnancy
            index: 12
            elements:
              value: {type: date, short: The actual value, index: 13}
            required: [value]
          expectedNumberOfChildren:
            type: Base
            short: Expected number of children
            index: 14
            elements:
              value: {type: integer, short: The actual value, index: 15}
            required: [value]
        required: [author, value, pregnancyStartDate, expectedNumberOfChildren, estimatedDateOfDelivery]
    required: [updateDate, firstRecordedDate, author, pregnancyStatus, patient]
package_version: 1.0.0
class: logical
kind: logical
url: https://www.ehealth.fgov.be/standards/fhir/pregnancy-status/StructureDefinition/PregnancyStatusDataSet
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0
required: [pregnancy]