This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Review and Updates for FamilyMemberHistory #1013
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RicardoCrespo-ora
requested review from
gmodrogan,
amcginn,
krycunn,
kckeim,
cldeitrich and
summerlcollins
November 3, 2023 16:15
RicardoCrespo-ora
changed the title
review and broken links for family member history
Review and Updates for FamilyMemberHistory
Nov 3, 2023
amcginn
reviewed
Nov 6, 2023
content/millennium/r4/clinical/summary/family-member-history.md
Outdated
Show resolved
Hide resolved
amcginn
reviewed
Nov 6, 2023
`condition-result` | [`CodeableConcpet`](https://hl7.org/fhir/r4/datatypes.html#codeableconcept) | Indication of the presence (positive) or absence (negative) of a given condition. | ||
`condition-lifecycle-status` | [`CodeableConcpet`](https://hl7.org/fhir/r4/datatypes.html#codeableconcept) | Indication of whether a condition is active, inactive, resolved, etc. | ||
`condition-result` | [`CodeableConcept`](https://hl7.org/fhir/r4/datatypes.html#codeableconcept) | Indication of the presence (positive) or absence (negative) of a given condition. | ||
`condition-lifecycle-status` | [`CodeableConcept`](https://hl7.org/fhir/r4/datatypes.html#codeableconcept) | Indication of whether a condition is active, inactive, resolved, etc. | ||
|
||
|
||
### Extensions | ||
|
||
ID | Value\[x] Type | Description | ||
-----------------------------|-----------------------------------------------------------------------------|----------------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cldeitrich, I can't tell why these are in the order that they are. do you know why or if we should just make them alphabetical? seems like the HL7 site has them alphabetical(-ish)
amcginn
reviewed
Nov 6, 2023
content/millennium/r4/clinical/summary/family-member-history.md
Outdated
Show resolved
Hide resolved
amcginn
approved these changes
Nov 6, 2023
cldeitrich
approved these changes
Nov 7, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRODOC-203264: Approved for style and formatting.
ashu-bdvt
approved these changes
Nov 16, 2023
Someshnsn
pushed a commit
that referenced
this pull request
Nov 20, 2023
* review and broken links for family member history * removed modifers and extensions * formatting on parameters table * column alignment on plain text table * PRODOC-203264: Style and formatting edits. --------- Co-authored-by: Deitrich, Casey <[email protected]>
Surya-Rnsit
pushed a commit
that referenced
this pull request
Dec 14, 2023
* Updated DocumentReference DSTU2 Resource (#998) * Updated InsurancePlan R4 Resource (#1000) * Updated Immunization DSTU2 Resource (#1003) * Updated Immunization R4 Resource (#1004) * Review and Updates for FamilyMemberHistory (#1013) * Review and Updates to Procedure (#1016) * Patient Arrival Time (#1017) * Update FHIR documentation for RevInclude supported resources (#1024) * CapabilityStatement R4 Response Examples Update (#1025) * [Millennium-R4]: Reschedule Appointment Workflow Update (#1026)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In preparation for migrating to Oracle docs, we are reviewing and correcting any inconsistencies, typos, broken links, etc. This PR aims to correct any of the above that needs to be addressed within FamilyMemberHistory and any other information directly referenced by it.
Capitalization
Before
After
Fhir docs Modifiers and Extensions hyperlinks
Before
leads to
which link to nowhere
After
On click instead lead to appropriate fhir domainresource on modifiers and extensions
Removed redundant Extensions and Modifiers section
Before
After
Typo fixes and added missing severity property to extensions section
Before
After
Formatting on Parameters table for Search
Before
After
Fixed broken links
Before
After
Fixed all hyperlinks leading to BackboneElement modifier extension
Before
After
PR Checklist