Skip to content
New issue

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

Create minimal GET Patient Endpoint for a FHIR API #9535

Open
6 tasks
witash opened this issue Oct 14, 2024 · 0 comments
Open
6 tasks

Create minimal GET Patient Endpoint for a FHIR API #9535

witash opened this issue Oct 14, 2024 · 0 comments
Labels
FHIR API Type: Feature Add something new

Comments

@witash
Copy link

witash commented Oct 14, 2024

Describe the solution you'd like
Create a simple FHIR endpoint that returns a patient record given its ID.

{base_url}/api/fhir/v1/patient/{patient_id}/

and returns a valid patient FHIR

For this issue, ignore FHIR boilerplate including pagination, querying by attributes other than id, capability statements, etc..

include

  • ability to configure which documents are patients
  • mapping the required fields for FHIR patients from a document where they may have different names
  • name (in FHIR format)
  • sex
  • date of birth
  • phone
@witash witash added FHIR API Type: Feature Add something new labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FHIR API Type: Feature Add something new
Projects
Status: Next Week's Commitments
Development

No branches or pull requests

1 participant