-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for patient vital signs measurements #148
Comments
FHIR defines profiles for vitalsigns, e.g. bodyweight is here: http://hl7.org/fhir/StructureDefinition/bodyweight instead of adding it as contained i would suggest to add them as full resource to the bundle (the observation points to the patient), and maybe add a vital section in the composition to reference it, contained should be only used for resources which have no own existence. |
IPAG does not include this for medication. How do we deal with such feature requests? Should we introduce an additional vitalSigns section in all documents?
|
12.01. PJ/QL/OE/MZ
|
Feedback from IPAG:
Conclusion: |
I agree that it doesn't have to be added to the minimal dataset yet, but it doesn't cost much to add it to the specifications as a "may support" already. |
The request will not be implemented as no new information should be included as defined in the IPAG report. The issue will be kept open for future discussion. |
Body weight and height may be needed for the drug dosing.
Should the CH Core Patient be extended and those Observations be added in the contained elements?
Example of body weight coding: https://hl7.org/fhir/observation-example.html
The text was updated successfully, but these errors were encountered: