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

Commit

Permalink
diagnosis-type extension and structure definition
Browse files Browse the repository at this point in the history
  • Loading branch information
SS096738 authored and SS096738 committed Apr 30, 2024
1 parent 99963a8 commit 2e319f6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
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

0 comments on commit 2e319f6

Please sign in to comment.