ehrbase / fhir-bridge

FHIR Bridge acts as a broker between an HL7 FHIR client and an openEHR server.
31 stars 20 forks source link

Add valid test alternatives for respiratory-therapies procedure profile #161

Closed ppazos closed 3 years ago

ppazos commented 3 years ago

Background

Based on https://github.com/ehrbase/fhir-bridge/blob/develop/src/test/resources/Procedure/create-respiratory-therapies-artificial-respiration.json

NOTE: that resource seem to be invalid because of the extension in the performedDateTime https://github.com/ehrbase/fhir-bridge/blob/develop/src/test/resources/Procedure/create-respiratory-therapies-artificial-respiration.json#L35

I'll use this other example that is valid: https://github.com/ehrbase/fhir-bridge/blob/develop/src/test/resources/Procedure/create-respiratory-therapies-with-valid-performeddatetime.json

Expected output

Add data combination alternatives considering the specification here https://wiki.vitagroup.ag/display/NUM/0104+Procedure

Success criteria

ppazos commented 3 years ago

Merged.