Skip to content

Commit

Permalink
FHIR-48336 simplifying valueset to just exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Jan 15, 2025
1 parent 10a5c22 commit c5ec63f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 37 deletions.
19 changes: 2 additions & 17 deletions input/fsh/valuesets/DiagnosticReportStatusUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,5 @@ IPS Diagnostic Report status codes allowable for diagnostics reports. This valu
* ^immutable = false
* ^copyright = "Produced by HL7 under the terms of HL7® Governance and Operations Manual relating to Intellectual Property (Section 16), specifically its copyright, trademark and patent provisions."
* include codes from system $diagnostic-report-status
where concept is-a #registered "Registered"
* include codes from system $diagnostic-report-status
where concept is-a #partial "Partial"
* include codes from system $diagnostic-report-status
where concept is-a #preliminary "Preliminary"
* include codes from system $diagnostic-report-status
where concept is-a #final "Final"
* include codes from system $diagnostic-report-status
where concept is-a #amended "Amended"
* include codes from system $diagnostic-report-status
where concept is-a #corrected "Corrected"
* include codes from system $diagnostic-report-status
where concept is-a #corrected "Appended"
* include codes from system $diagnostic-report-status
where concept is-a #cancelled "Cancelled"
* include codes from system $diagnostic-report-status
where concept is-a #unknown "Unknown"
* exclude codes from system $diagnostic-report-status
where concept is-a #entered-in-error "Entered in Error"
9 changes: 2 additions & 7 deletions input/fsh/valuesets/ImagingStudyStatusUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,5 @@ IPS Imaging Study status codes allowable for results. section This value set in
* ^immutable = false
* ^copyright = "Produced by HL7 under the terms of HL7® Governance and Operations Manual relating to Intellectual Property (Section 16), specifically its copyright, trademark and patent provisions."
* include codes from system $imaging-study-status
where concept is-a #registered "Registered"
* include codes from system $imaging-study-status
where concept is-a #available "Available"
* include codes from system $imaging-study-status
where concept is-a #cancelled "Cancelled"
* include codes from system $imaging-study-status
where concept is-a #unknown "Unknown"
* exclude codes from system $imaging-study-status
where concept is-a #entered-in-error "Entered in Error"
15 changes: 2 additions & 13 deletions input/fsh/valuesets/ResultsStatusUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,5 @@ IPS Observation status codes allowable for results. This value set includes all
* ^immutable = false
* ^copyright = "Produced by HL7 under the terms of HL7® Governance and Operations Manual relating to Intellectual Property (Section 16), specifically its copyright, trademark and patent provisions."
* include codes from system $observation-status
where concept is-a #registered "Registered"
* include codes from system $observation-status
where concept is-a #preliminary "Preliminary"
* include codes from system $observation-status
where concept is-a #final "Final"
* include codes from system $observation-status
where concept is-a #amended "Amended"
* include codes from system $observation-status
where concept is-a #corrected "Corrected"
* include codes from system $observation-status
where concept is-a #cancelled "Cancelled"
* include codes from system $observation-status
where concept is-a #unknown "Unknown"
* exclude codes from system $observation-status
where concept is-a #entered-in-error "Entered in Error"

0 comments on commit c5ec63f

Please sign in to comment.