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

R4 Condition added diagnosis-type extension and R4 Structure Definition updates #1051

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/millennium/r4/clinical/summary/condition.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ The following fields are returned if valued:

<%= terminology_table(:condition, :r4) %>

## Extensions

* [Diagnosis Type]

### Custom Extensions

All URLs for custom extensions are defined as `https://fhir-ehr.cerner.com/r4/StructureDefinition/{id}`

ID | Value\[x] Type | Description
----------------------------|---------------------|---------------------------------------
`diagnosis-type` | [`CodeableConcept`] | Represents the type of diagnosis.

## Search

Search for Conditions that meet supplied query parameters:
Expand Down Expand Up @@ -315,6 +327,8 @@ The common [errors] and [OperationOutcomes] may be returned.
[`date`]: https://hl7.org/fhir/R4/search.html#date
[`reference`]: https://hl7.org/fhir/r4/search.html#reference
[`token`]: https://hl7.org/fhir/R4/search.html#token
[`CodeableConcept`]: http://hl7.org/fhir/r4/datatypes.html#CodeableConcept
[errors]: ../../../#client-errors
[OperationOutcomes]: ../../../#operation-outcomes
[FHIR<sup>®</sup> Update]: https://hl7.org/fhir/R4/http.html#update
[Diagnosis Type]: https://fhir-ehr.cerner.com/r4/StructureDefinition/diagnosis-type?_format=json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Authorization is not required.
[`communication-preference`] | The communication methods preferred by a patient.
[`custom-attribute`] | The client-defined custom attribute for the resource.
[`description`] | The description providing additional details of the resource.
[`diagnosis-type`] | Represents the type of diagnosis.
[`email-status`] | The status of the electronic communication.
[`estimated-financial-responsibility-amount`] | The estimated amount to be collected for the encounter.
[`estimated-financial-responsibility-not-collected-reason`] | The reason no estimated amount is collected for the encounter.
Expand Down Expand Up @@ -147,6 +148,7 @@ Authorization is not required.
[`coverage-encounter`]: https://fhir-ehr.cerner.com/r4/StructureDefinition/coverage-encounter?_format=json
[`custom-attribute`]: https://fhir-ehr.cerner.com/r4/StructureDefinition/custom-attribute?_format=json
[`description`]: https://fhir-ehr.cerner.com/r4/StructureDefinition/description?_format=json
[`diagnosis-type`]: https://fhir-ehr.cerner.com/r4/StructureDefinition/diagnosis-type?_format=json
[`email-status`]: https://fhir-ehr.cerner.com/r4/StructureDefinition/email-status?_format=json
[`estimated-financial-responsibility-amount`]: https://fhir-ehr.cerner.com/r4/StructureDefinition/estimated-financial-responsibility-amount?_format=json
[`estimated-financial-responsibility-not-collected-reason`]: https://fhir-ehr.cerner.com/r4/StructureDefinition/estimated-financial-responsibility-not-collected-reason?_format=json
Expand Down
Loading