PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.ph@library-1.0.0
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-is-postpartum
description: This Observation profile represents whether or not the patient is postpartum.
package_name: rs/hl7.fhir.us.ph
derivation: constraint
name: USPublicHealthIsPostpartum
type: Observation
elements:
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '249197004', system: 'http://snomed.info/sct', display: Maternal condition during puerperium (observable entity)}
    type: CodeableConcept
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient']
    index: 1
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 3
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 4}
  value:
    short: 'Postpartum status: the point within the postpartum period for which a postpartum status is observed.'
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 6
  valueCodeableConcept: {type: CodeableConcept, short: 'Postpartum status: the point within the postpartum period for which a postpartum status is observed.', mustSupport: true, choiceOf: value, index: 7}
package_version: library-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-is-postpartum
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [effective, effectiveDateTime, subject, value, valueCodeableConcept]