Details
-
Change Request
-
Resolution: Persuasive with Modification
-
Medium
-
US Core (FHIR)
-
4.1.0 [deprecated]
-
Cross-Group Projects
-
STU
-
US Core Condition Profile [deprecated]
-
-
Brett Marquard/Eric Haas: 15-0-0
-
Enhancement
-
Non-substantive
Description
US Core Condition profile has an optional search parameter for clinicalStatus, but not verificationStatus, which can be problematic. The implementation note (red text below) in the profile should be clarified since it is possible to have a NULL clinicalStatus when NOT entered in error (for diagnosis and health concerns). Thus, if you want to get all possible active conditions (defined as non-resolved/non-error conditions including problems, diagnoses, and health concerns), then we need to include NULL clinical-status AND add another search parameter to exclude verificationStatus of entered-in-error. Doing the search below is only guaranteed to return active problems.
Alternatively, clarify that the search below may exclude diagnoses and health concerns without a clinicalStatus specified.
SHOULD support searching using the combination of the patient and clinical-status search parameters:
GET [base]/Condition?patient={Type/}[id]&clinical-status=http://terminology.hl7.org/CodeSystem/condition-clinical|active,http://terminology.hl7.org/CodeSystem/condition-clinical|recurrance,http://terminology.hl7.org/CodeSystem/condition-clinical|remission
Example:
- GET [base/Condition?patient=1032702&clinical-status=http://terminology.hl7.org/CodeSystem/condition-clinical|active,http://terminology.hl7.org/CodeSystem/condition-clinical|recurrance,http://terminology.hl7.org/CodeSystem/condition-clinical|remission
Implementation Notes: Fetches a bundle of all Condition resources for the specified patient and all "active" statuses (active,relapse,remission). This will not return any "entered in error" resources because of the conditional presence of the clinicalStatus element.
Attachments
Issue Links
- is duplicated by
-
FHIR-34354 relax Condition.clinicalStatus constraint
-
- Duplicate
-
- is voted on by
-
BALLOT-27610 Negative - Michelle Miller : 2022-Jan-FHIR US CORE R4.1 STU
- Closed
-
BALLOT-30884 Negative - Will Winterer : 2022-Jan-FHIR US CORE R4.1 STU
- Closed
-
BALLOT-30892 Negative - Lucas Hearn : 2022-Jan-FHIR US CORE R4.1 STU
- Closed
-
BALLOT-30900 Negative - Kevin Larsen : 2022-Jan-FHIR US CORE R4.1 STU
- Closed
-
BALLOT-30961 Negative - Sheila Connelly : 2022-Jan-FHIR US CORE R4.1 STU
- Closed
-
BALLOT-31116 Negative - Linda Michaelsen : 2022-Jan-FHIR US CORE R4.1 STU
- Closed
- relates to
-
FHIR-34468 Condition.clinicalStatus clarification (of invariant con-3)
-
- Published
-
-
FHIR-35280 US Core Condition profile "status" is ambiguous; clarify to be clinicalStatus
-
- Published
-
-
FHIR-35320 Condition - add optional verificationStatus search parameter
-
- Applied
-