-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FHIR-48336 relazing status codes in Results resources
- Loading branch information
Showing
7 changed files
with
77 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
ValueSet: DiagnosticReportStatusUvIps | ||
Id: diagnostics-report-status-uv-ips | ||
Title: "Diagnostics Report Status Codes - IPS" | ||
Description: """ | ||
IPS Diagnostic Report status codes allowable for diagnostics reports. This value set includes all status codes except \"entered-in-error\" from http://hl7.org/fhir/diagnostic-report-status. | ||
""" | ||
* ^meta.profile = "http://hl7.org/fhir/StructureDefinition/shareablevalueset" | ||
* ^status = #active | ||
* ^experimental = false | ||
* ^publisher = "HL7 International / Patient Care" | ||
* ^contact.telecom.system = #url | ||
* ^contact.telecom.value = "http://www.hl7.org/Special/committees/patientcare" | ||
* ^jurisdiction = $m49.htm#001 | ||
* ^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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
ValueSet: ImagingStudyStatusUvIps | ||
Id: imaging-study-status-uv-ips | ||
Title: "Imaging Study Status Codes - IPS" | ||
Description: """ | ||
IPS Imaging Study status codes allowable for results. section This value set includes all imaging study status codes except \"entered-in-error\" from http://hl7.org/fhir/imagingstudy-status. | ||
""" | ||
* ^meta.profile = "http://hl7.org/fhir/StructureDefinition/shareablevalueset" | ||
* ^status = #active | ||
* ^experimental = false | ||
* ^publisher = "HL7 International / Patient Care" | ||
* ^contact.telecom.system = #url | ||
* ^contact.telecom.value = "http://www.hl7.org/Special/committees/patientcare" | ||
* ^jurisdiction = $m49.htm#001 | ||
* ^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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters