Skip to content
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

issue #2145 - set the StandardsStatus appropriately #2152

Merged
merged 1 commit into from
Mar 26, 2021
Merged

Conversation

lmsurpre
Copy link
Member

@lmsurpre lmsurpre commented Mar 25, 2021

I had used the wiki page at
https://confluence.hl7.org/display/FHIR/FHIR+Maturity+Model to determine
what was draft/trial/normative, but in the StructureDefinition resources
there was a different field for this.

Net: my prior commit used "Trial Use" for FMM5, but in the StructureDefinitions
the normative resources actually have a level of 5 as well...we just needed to pull
the status from the other extension.

  1. generate a code subtype class for StandardsStatus
  2. change MaturityLeve(value) to Maturity(level, status)
  3. regenerate the model

Signed-off-by: Lee Surprenant lmsurpre@us.ibm.com

I had used the wiki page at
https://confluence.hl7.org/display/FHIR/FHIR+Maturity+Model to determine
what was draft/trial/normative, but in the StructureDefinition resources
there was a different field for this.

Net: my prior commit used "Trial Use" for FFM5, but the normative
resources actually have a level of 5 as well...we just needed to pull
the status from the other extension.

1. generate a code subtype class for StandardsStatus
2. change MaturityLeve(value) to Maturity(level, status)
3. regenerate the model

Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
Copy link
Contributor

@tbieste tbieste left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lmsurpre lmsurpre merged commit 98c77f9 into main Mar 26, 2021
@lmsurpre lmsurpre deleted the issue-2145 branch March 26, 2021 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants