golang-fhir-models icon indicating copy to clipboard operation
golang-fhir-models copied to clipboard

FHIR Models for Go

Results 5 golang-fhir-models issues
Sort by recently updated
recently updated
newest added

Prior to this fix then the Display instead of the Code was returned for nested concepts.

json provided for mock questionnaireresponse item(https://www.hl7.org/fhir/questionnaireresponse-examples.html) would not parse into current structure. Fixed structure for QuestionnaireResponseItemAnswer

Hello, Thanks for this nice package. I was wondering why is there pointer on each generated resources' properties? My objective here is to read fhir data from a bigquery. But...

When marshaling then unmarshaling Observations we are encountering the following error "unknown QuantityComparator code \`\u003c\`" It appears that this is to do with how `the UnmarshalJSON` function is implemented for...