Skip to content

Commit

Permalink
Missed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
JFisk42 committed Nov 15, 2024
1 parent 25ea2eb commit fa3dc79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ elements:
value: [ '%resource.collection.collected.extension(%`rsext-hl7v2-date-time`).value' ]
hl7Spec: [ '%{obrFieldPath}-7' ]

- name: observation-collected-datetime-start
- name: observation-collected-period-start
condition: '%resource.collection.collected.is(Period)'
value: [ '%resource.collection.collected.start.extension(%`rsext-hl7v2-date-time`).value' ]
hl7Spec: [ '%{obrFieldPath}-7' ]

- name: observation-collected-end-datetime
- name: observation-collected-period-end
condition: '%resource.collection.collected.is(Period)'
value: [ '%resource.collection.collected.end.extension(%`rsext-hl7v2-date-time`).value' ]
hl7Spec: [ '%{obrFieldPath}-8' ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class ORCOBRToServiceRequestDiagnosticReportTests {
}

@Test
fun `test populates SupportingInfo for message types that use them`() { // todo reword
fun `test links ServiceRequest to Observation through SupportingInfo`() {
val testFileName = "catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message"
assert(
verifyHL7ToFHIRToHL7Mapping(
Expand Down

0 comments on commit fa3dc79

Please sign in to comment.