PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@6.1.0-snapshot1
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancystatus
description: The US Core Pregnancy Status Observation Profile is based upon the core FHIR Observation Resource and implements the US Core Data for Interoperability (USCDI) v3 Pregnancy status requirements. This profile sets minimum expectations for the Observation resource to record, search, and fetch the \"state or condition of being pregnant\" associated with a patient to promote interoperability and adoption through common implementation. It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and constrains the way the elements are used when using this profile. It provides the floor for standards development for specific use cases.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreObservationPregnancyStatusProfile
type: Observation
elements:
  status: {short: (USCDI) registered | preliminary | final | amended +, mustSupport: true, index: 0}
  category:
    short: (USCDI) Classification of  type of observation
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        SocialHistory:
          match:
            coding:
            - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            short: (USCDI) Classification of  type of observation
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            index: 2
          min: 0
          max: 1
  code:
    short: (USCDI) Pregnancy Status
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 82810-3, system: 'http://loinc.org'}
    index: 3
  subject:
    type: Reference
    short: (USCDI) Who and/or what the observation is about
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 4
  effectiveDateTime: {short: (USCDI) Clinically relevant time/time-period for observation, mustSupport: true, index: 5}
  valueCodeableConcept:
    type: CodeableConcept
    short: (USCDI) Coded Responses from Pregnancy Status Value Set
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-pregnancy-status'}
    mustSupport: true
    index: 6
package_version: 6.1.0-snapshot1
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancystatus
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 6.1.0-snapshot1
required: [effectiveDateTime, subject, valueCodeableConcept]