We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To send FHIR events to the Universal Pipeline, first we'll need to convert our TestEvents to the FHIR format.
Create a toFHIR method for Person and all directly related fields. Person should use the Patient FHIR mdoel.
An example patient can be found here or in the report stream fhir examples.
The text was updated successfully, but these errors were encountered:
For Ethnicity Extension: See information here and example
Sorry, something went wrong.
BobanL
Successfully merging a pull request may close this issue.
Background
To send FHIR events to the Universal Pipeline, first we'll need to convert our TestEvents to the FHIR format.
Action requested
Create a toFHIR method for Person and all directly related fields. Person should use the Patient FHIR mdoel.
Acceptance Criteria
Additional context
An example patient can be found here or in the report stream fhir examples.
The text was updated successfully, but these errors were encountered: