Skip to content

Commit c61ce31

Browse files
author
Grahame Grieve
committed
fix display name of not-classified
1 parent f2b710a commit c61ce31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/hl7/fhir/definitions/model/ResourceDefn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public String toDisplay() {
7979
case ANONYMOUS: return "Anonymous";
8080
case BUSINESS: return "Business";
8181
case INDIVIDUAL: return "Individual";
82-
case NOT_CLASSIFIED: return "Not Classified";
82+
case NOT_CLASSIFIED: return "No Dominant Category";
8383
case PATIENT: return "Patient";
8484
}
8585
return null;

0 commit comments

Comments
 (0)