Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
column alignment on plain text table
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoCrespo-ora committed Nov 6, 2023
1 parent c1cdba3 commit d8718b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/millennium/r4/clinical/summary/family-member-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ URLs for custom extensions are defined as `https://fhir-ehr.cerner.com/r4/Struct

### Modifier Extensions

ID | Value\[x] Type | Description
ID | Value\[x] Type | Description
-----------------------------|-----------------------------------------------------------------------------|-----------------------------------------------
`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
-----------------------------|-----------------------------------------------------------------------------|-----------------------------------------------
`patient-adopted` | [`Boolean`](https://hl7.org/fhir/r4/datatypes.html#boolean) | Indication of whether a patient is adopted. Only returned when true.
`precision` | [`CodeableConcept`](https://hl7.org/fhir/r4/datatypes.html#codeableconcept) | Indication of the precision of a given value.
`condition-course` | [`CodeableConcept`](https://hl7.org/fhir/r4/datatypes.html#codeableconcept) | Indication of a condition's progress since diagnosis.
ID | Value\[x] Type | Description
-------------------------------|-----------------------------------------------------------------------------|-----------------------------------------------
`patient-adopted` | [`Boolean`](https://hl7.org/fhir/r4/datatypes.html#boolean) | Indication of whether a patient is adopted. Only returned when true.
`precision` | [`CodeableConcept`](https://hl7.org/fhir/r4/datatypes.html#codeableconcept) | Indication of the precision of a given value.
`condition-course` | [`CodeableConcept`](https://hl7.org/fhir/r4/datatypes.html#codeableconcept) | Indication of a condition's progress since diagnosis.
`familymemberhistory-severity` | [`CodeableConcept`](https://hl7.org/fhir/r4/datatypes.html#codeableconcept) | A qualification of the seriousness or impact on health of the family member condition.

## Search
Expand All @@ -86,11 +86,11 @@ _Implementation Notes_

### Parameters

Name | Required | Type | Description
Name | Required | Type | Description
----------|-----------------|---------------|-------------------------------------------------------
`_id` | Conditionally | [`token`] | The logical resource ID associated with the resource. This parameter is required if `patient` is not used.
`patient` | Conditionally | [`reference`] | The identity of a subject to list family member history items for. This parameter is required if `_id_` is not used. Example: `12345`
`status` | No | [`token`] | The status of the record of the family history of a specific family member. May only be provided when the `patient` search parameter is provided.
`status` | No | [`token`] | The status of the record of the family history of a specific family member. May only be provided when the `patient` search parameter is provided.

### Headers

Expand Down

0 comments on commit d8718b7

Please sign in to comment.