Skip to content

Commit

Permalink
Add more test cases for metadata on profiled data types
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Dec 2, 2024
1 parent 98362e4 commit d6fd575
Show file tree
Hide file tree
Showing 6 changed files with 9,768 additions and 17 deletions.
2 changes: 1 addition & 1 deletion r5/snapshot-generation/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,5 @@
<test gen="true" id="profile-mapping-4" register="profile-mapping-1-expected" description="checking mapping inheritance works correctly"/>
<test gen="true" id="type-slicing-exclusion" register="type-slicing-exclusion-base" description="found bug around excluding type choices in type slicing"/>
<test gen="true" id="l1-resource" register="l1-datatype" description="Inherit description from data type profile on the derived differential #1"/>
<test gen="true" id="l2-resource" register="l1-resource-input,l2-datatype" description="Inherit description from data type profile on the derived differential #2"/>
<test gen="true" id="l2-resource" register="l1-resource-input,l1-datatype,l2-datatype" description="Inherit description from data type profile on the derived differential #2"/>
</snapshot-generation-tests>
3 changes: 2 additions & 1 deletion rX/snapshot-generation/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<test gen="true" id="simple-quantity" version="4.0.1" debug="true" description="see https://jira.hl7.org/browse/FHIR-43932 and https://chat.fhir.org/#narrow/stream/179177-conformance/topic/constraints.20on.20Types.2C.20and.20profiles"/>
<test gen="true" id="simple-quantity-2" version="4.0.1" debug="true" description="variant"/>
<test gen="true" id="simple-quantity-3" version="4.0.1" debug="true" description="variant"/>
<test gen="true" id="nl-core-NursingIntervention" register="zib-NursingIntervention,pattern-ZibHealthProfessionalReference,pattern-NlCoreHealthProfessionalReference" load-version="4.0.1" version="4.0.1" debug="true" description="Inherit description from data type profile on the derived differential"/>
<test gen="true" id="nl-core-NursingIntervention" register="pattern-ZibHealthProfessionalReference" load-version="4.0.1" version="4.0.1" debug="true" description="Inherit description from data type profile on the derived differential"/>
<test gen="true" id="zib-NursingIntervention" register="zib-NursingIntervention-input,pattern-ZibHealthProfessionalReference,pattern-NlCoreHealthProfessionalReference" load-version="4.0.1" version="4.0.1" debug="true" description="Inherit description from data type profile on the derived differential"/>
<test gen="true" id="slice-cardinality-derived" register="slice-cardinality-base" version="4.0.1" debug="true" description="The cardinality of a type slice in a derived profile should be unaffected by the cardinality of the polymorphic element in the base profile."/>
</snapshot-generation-tests>
Loading

0 comments on commit d6fd575

Please sign in to comment.