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

Proposal: Adding the managingOrganization property to the Patient Model #56

Open
FredMCK125 opened this issue Nov 24, 2022 · 1 comment

Comments

@FredMCK125
Copy link

This proposal is quite simple and aims at adding the missing managingOrganization property to the patient model.

It seems to be working nicely on my local branch using the existing fhir_utils methods.

Adding this line to the data-contract.json
"managing_organization": "managingOrganization"
Generates the following output from the table column managing_organization
"managingOrganization": { "display": "LIO-001", "reference": "Organization/LIO-001" },

I would be happy to publish my branch for a PR if this modification is deemed useful.

@evbaron
Copy link

evbaron commented Nov 28, 2022

I believe this is part of R4 and would be a good contribution.

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

No branches or pull requests

2 participants