ContributorType
public enum ContributorType: String
The type of contributor
URL: http://hl7.org/fhir/contributor-type ValueSet: http://hl7.org/fhir/ValueSet/contributor-type
-
An author of the content of the module
Declaration
Swift
case author = "author"
-
An editor of the content of the module
Declaration
Swift
case editor = "editor"
-
A reviewer of the content of the module
Declaration
Swift
case reviewer = "reviewer"
-
An endorser of the content of the module
Declaration
Swift
case endorser = "endorser"