description: The US Core Pregnancy Intent Observation Profile is based upon the core FHIR Observation Resource and implements the US Core Data for Interoperability (USCDI) v3 Pregnancy status requirements. To promote interoperability and adoption through common implementation, this profile sets minimum expectations for the Observation resource to record, search, and fetch the \"patient's intent to become pregnant\" associated with a patient. It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource when using this profile. It provides the floor for standards development for specific use cases. package_name: hl7.fhir.us.core derivation: constraint name: USCoreObservationPregnancyIntentProfile type: Observation elements: status: {mustSupport: true, index: 0} category: 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: 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: Pregnancy Status mustSupport: true pattern: type: CodeableConcept value: coding: - {code: 86645-9, system: 'http://loinc.org'} index: 3 subject: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 4 effectiveDateTime: {mustSupport: true, index: 5} valueCodeableConcept: type: CodeableConcept short: Coded Responses from Pregnancy Intent Value Set binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-pregnancy-intent'} mustSupport: true index: 6 package_version: 6.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancyintent base: http://hl7.org/fhir/StructureDefinition/Observation version: 6.0.0-ballot required: [effectiveDateTime, subject, valueCodeableConcept]