-
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
Check terminologies #67
Conversation
@mikajylha OK like this? Please check.
OK like this @Marvasuo? Please check.
"telecom": [ | ||
{ | ||
"system": "phone", | ||
"system": "http://hl7.org/fhir/contact-point-system", | ||
"code": "phone", | ||
"value": "0404040404" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Telecom is data type of ContactPoint and it doesn't contain "code" value.
https://www.hl7.org/fhir/datatypes.html#ContactPoint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed and fixed accordingly.
* telecom | ||
* system = "http://hl7.org/fhir/contact-point-system" | ||
* code = #phone | ||
* value = "+358401234657" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue as above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed and fixed accordingly.
I believe the coding should state both the system and the code. @Marvasuo and @mikajylha please check the proposed fixes.