fix for issue #148 - UuidType is not annotated
This commit is contained in:
parent
01de20c310
commit
53ef98198f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue