fix for issue #148 - UuidType is not annotated

This commit is contained in:
Grahame Grieve 2020-04-09 10:56:14 +10:00
parent 01de20c310
commit 53ef98198f
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ package org.hl7.fhir.r4.model;
import java.net.URI;
import ca.uhn.fhir.model.api.annotation.DatatypeDef;
@DatatypeDef(name = "uuid", profileOf = UriType.class)
public class UuidType extends UriType {
private static final long serialVersionUID = 3L;