Skip to content

Commit

Permalink
FHIR-47916 preganancy outcome, no summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Oct 16, 2024
1 parent 51c7d0c commit 9b13aba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions input/fsh/profiles/CompositionUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ The IPS dataset is minimal and non-exhaustive; specialty-agnostic and condition-
* section[sectionPregnancyHx].entry ^definition = "It contains information about whether the patient is currently pregnant or not.\r\nIt may contain addition summarizing information about the outcome of earlier pregnancies."
* section[sectionPregnancyHx].entry contains
pregnancyStatus 0..* and
pregnancyOutcomeSummary 0..*
pregnancyOutcome 0..*
* section[sectionPregnancyHx].entry[pregnancyStatus] only Reference(ObservationPregnancyStatusUvIps)
* section[sectionPregnancyHx].entry[pregnancyOutcomeSummary] only Reference(ObservationPregnancyOutcomeUvIps)
* section[sectionPregnancyHx].entry[pregnancyOutcome] only Reference(ObservationPregnancyOutcomeUvIps)
* section[sectionAdvanceDirectives] ^extension[0].url = "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name"
* section[sectionAdvanceDirectives] ^extension[=].valueString = "Section"
* section[sectionAdvanceDirectives] ^short = "IPS Advance Directives Section"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/profiles/ObservationPregnancyOutcomeUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Profile: ObservationPregnancyOutcomeUvIps
Parent: Observation
Id: Observation-pregnancy-outcome-uv-ips
Title: "Observation Pregnancy - Outcome (IPS)"
Description: "This profile constrains the Observation resource to represent the history of pregnancy outcomes (summary)."
Description: "This profile constrains the Observation resource to represent the summarized history of pregnancy outcomes."
* ^version = "1.1.0"
* ^date = "2024-06-19T10:50:07-05:00"
* ^publisher = "HL7 International / Patient Care"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/valuesets/PregnanciesSummaryUvIps.fsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ValueSet: PregnanciesSummaryUvIps
Id: pregnancies-summary-uv-ips
Title: "Pregnancies Summary - IPS"
Title: "Pregnancy Outcome - IPS"
Description: "IPS Pregnancies Summary"
* ^meta.profile = "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
* ^identifier.use = #official
Expand Down

0 comments on commit 9b13aba

Please sign in to comment.