update ListResource profile in r4 (#612)
This commit is contained in:
parent
342d75b2df
commit
3b6a2c91cf
|
@ -1,2 +1,3 @@
|
|||
* https://github.com/hapifhir/org.hl7.fhir.core/issues/499
|
||||
* https://github.com/hapifhir/org.hl7.fhir.core/issues/602
|
||||
* https://github.com/hapifhir/org.hl7.fhir.core/issues/611
|
|
@ -48,7 +48,7 @@ import org.hl7.fhir.exceptions.FHIRException;
|
|||
/**
|
||||
* A list is a curated collection of resources.
|
||||
*/
|
||||
@ResourceDef(name="List", profile="http://hl7.org/fhir/StructureDefinition/ListResource")
|
||||
@ResourceDef(name="List", profile="http://hl7.org/fhir/StructureDefinition/List")
|
||||
public class ListResource extends DomainResource {
|
||||
|
||||
public enum ListStatus {
|
||||
|
|
Loading…
Reference in New Issue