-
Notifications
You must be signed in to change notification settings - Fork 156
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
Regenerate the model from R4B (4.3.0) spec artifacts #2066
Comments
As part of integrating R4B spec to current version of IBM-FHIR release, performed following steps
The updated CodeGenerator.java is attached. Also note that there is a compilation error in generated ConceptSubsumptionOutcome.java for which Lee created an issue in the FHIR community (refer https://chat.fhir.org/#narrow/stream/179166-implementers/topic/R4B.20missing.20valueset.3F) |
I think I was able to find the necessary codesystems and valuesets from the valueset.json in the main defintions package and a separate "expansions.json" file from a different download from the same page: https://build.fhir.org/branches/R4B/downloads.html Unfortunately, when I used these files, I bumped into https://jira.hl7.org/browse/FHIR-34303 |
hit another related issue: post at https://chat.fhir.org/#narrow/stream/179166-implementers/topic/R4B.20missing.20valueset.3F/near/261548739 but will probably open a jira for this one too. |
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
this was done for the current snapshot for FHIR R4B in our |
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
I updated my |
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
* added R4BModelGeneratorImpl and updated ModelFactory to support that. * moved current definitions under R4 dir and introduced R4B dir for the spec artifacts * added fhir-expansions from the expansions download of the R4B spec * added R4B/terminology for other one-off CodeSystem and ValueSet resources that used to be packaged with the base spec * use a set instead of a list for codesystem values to workaround duplicate values in the base spec ResourceType definition (https://jira.hl7.org/browse/FHIR-34303) Signed-off-by: Lee Surprenant <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: