FirelyTeam / firely-net-sdk

The official Firely .NET SDK for HL7 FHIR
Other
829 stars 345 forks source link

Fix unittest StructureDefinitionSummaryProviderTest #1970

Closed mmsmits closed 1 year ago

mmsmits commented 2 years ago

There is a difference between pocoSdProvider en sdProvider in R4B and R5:

For example Account.coverage.id:

Should this corrected in the specification?

mmsmits commented 2 years ago

specification.zip -> profiles-types.xml is the STU3 version (3.0.2) in the SDK (R4B)

mmsmits commented 2 years ago

Same for R5

marcovisserFurore commented 2 years ago

Are you sure? When I open profiles-types.xml in specification.zip in the branch release/4.0.0-beta1-R4B I see structuredefinitions with elements <fhirVersion value="4.3.0-snapshot1" />

mmsmits commented 2 years ago

It wasn't an incorrect specification.zip. But an error in the spec. See: https://jira.hl7.org/browse/FHIR-36036

marcovisserFurore commented 2 years ago

The issues is applied in FHIR version 4.1.0 (R4B). We still have to wait for a new version of R5.

marcovisserFurore commented 1 year ago

With FHIR 5.0.0-snapshot3 this issue has been solved.