-
Notifications
You must be signed in to change notification settings - Fork 347
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
Implementation of FHIR R5 release version 4.6.0 #1737
Conversation
…ept. So we use another resource (Patient) for this test.
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.
I wonder how we will know how to re-enable the unit-test we now have set to "ignore"?
You are right. I am sure we will forget about this ;) So I enabled the unittest again and changed the code a bit. |
Description
Implementing the FHIR Release
#5: Draft Ballot
, version 4.6.0. See http://hl7.org/fhir/2021May/Known problems
DeviceDefinition
has components which should haveexplicitNames
.Profiles-resources.xml
:<valueSet value="http://hl7.org/fhir/ValueSet/administrative-gender|4.6.0|4.6.0" />
Citation.differential[0].summary
andCitation.snapshot[0].summary
isContactDetail
but should beBackboneElement
http://hl7.org/fhir/build/StructureDefinition/definition
SubscriptionTopic
resourceTrigger
: contains an elementresourceType
, which is conflicting with the propertyresourceType
which informs the parser which resource type this isExample.json.zip
FHIR-32784:conceptmaps.json
: entry[14] contains a conceptmap with a single identifier (no array)conceptmaps.json
: entry[15] contains a conceptmap with a single identifier (no array)-questionnaire.json
) are invalid, because the type of aQuestionnaire.Item
cannot bechoice
. This should becoding
.Fhir-single.xsd
:ResourceType
andResourceType-list
hl7.fhir.r5.core-4.6.0
does not contain all the searchparameters anymore.FirelyTeam Checklist