mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
more type characteristics work
This commit is contained in:
parent
28b9757500
commit
7214a32209
@ -288,6 +288,14 @@ public class StructureDefinitionValidator extends BaseValidator {
|
||||
case "Extension" :return addCharacteristicsForType(set, "can-bind");
|
||||
case "Narrative" :return addCharacteristicsForType(set);
|
||||
case "Element" :return addCharacteristicsForType(set);
|
||||
case "MoneyQuantity" :return addCharacteristicsForType(set);
|
||||
case "SimpleQuantity" :return addCharacteristicsForType(set);
|
||||
case "MarketingStatus" :return addCharacteristicsForType(set);
|
||||
case "ExtendedContactDetail" :return addCharacteristicsForType(set);
|
||||
case "VirtualServiceDetail" :return addCharacteristicsForType(set);
|
||||
case "Availability" :return addCharacteristicsForType(set);
|
||||
case "MonetaryComponent" :return addCharacteristicsForType(set);
|
||||
|
||||
case "BackboneElement" :return addCharacteristicsForType(set);
|
||||
default:
|
||||
if (context.getResourceNames().contains(tc))
|
||||
|
Loading…
x
Reference in New Issue
Block a user