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

Expand List of FHIR resources #8

Open
JRPearson500 opened this issue Dec 30, 2021 · 1 comment
Open

Expand List of FHIR resources #8

JRPearson500 opened this issue Dec 30, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@JRPearson500
Copy link
Member

Expand List of FHIR resources that the interaction layer can update in the patient data model

@JRPearson500 JRPearson500 added the enhancement New feature or request label Dec 30, 2021
@JRPearson500
Copy link
Member Author

To save the user from writing new patient record entries in raw FHIR format in the Intelligence layer, we have created an internal representation of FHIR resources. These are dictionaries, which can be used when converting the patient record to FHIR.

Currently conversion to / from the following FHIR resources is supported:
○ Patient
○ Encounter
○ Condition
○ Observation
○ Procedure
○ MedicationRequest
○ ServiceRequest
○ Appointment

Within those, only certain fields are converted. This is a simplified version, but more complexity could be added in order to
produce richer FHIR outputs (e.g. including more fields and data) and linking between resources (e.g. link to encounter resource from other related resources).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant