Open chaseastewart opened 9 months ago
Here are errors I was seeing
<OperationOutcome xmlns="http://hl7.org/fhir"><issue><severity value="error" /><code value="invalid" /><diagnostics value="'active' is not a valid EventStatus" /></issue></OperationOutcome>
<OperationOutcome xmlns="http://hl7.org/fhir"><issue><severity value="error" /><code value="invalid" /><diagnostics value="'ordered' is not a valid MedicationStatementStatus" /></issue></OperationOutcome>
<OperationOutcome xmlns="http://hl7.org/fhir"><issue><severity value="error" /><code value="invalid" /><diagnostics value="'2023-09-04T21:28:00' is not a valid date-time" /></issue></OperationOutcome>
@agentgill See #8. There are missing mappings though they wouldn't account for 'ordered' since its not in ActStatus. The get_property filter will use the source status code when a mapping is not defined. The other issue is most likely because of #9.
Sample Validation Error
See Document Section Codes