Stream: ibm
Topic: FHIRPath tests
Lee Surprenant (Nov 07 2019 at 13:28):
In our chat at https://chat.fhir.org/#narrow/stream/179266-fhirpath/topic/Using.20.60as.60.20over.20a.20collection/near/180084185 Graham mentioned "the FHIR Path test cases".
@John Timm do you know what he's referring to? Have we ran those against our implementation?
John Timm (Nov 07 2019 at 14:04):
I am aware of them. There are some FHIRPath test cases available here in an XML format that I'm not familiar with:
http://hl7.org/fhirpath/2018Sep/tests.html
Lee Surprenant (Nov 07 2019 at 14:32):
it doesn't look real complicated
Lee Surprenant (Nov 07 2019 at 14:32):
<test name="testExtractBirthDate" description="Extract birthDate" inputfile="patient-example.xml" predicate="false"> <expression>birthDate</expression> <output type="date">1974-12-25</output> </test>
Lee Surprenant (Nov 07 2019 at 14:33):
I think this would be great to include to validate our implementation
Lee Surprenant (Nov 07 2019 at 14:34):
I'll opened a task for it: https://github.com/IBM/FHIR/issues/374
Last updated: Apr 12 2022 at 19:14 UTC