Package org.hl7.fhir.r4.model
Class ResourceFactory
java.lang.Object
org.hl7.fhir.r4.model.Factory
org.hl7.fhir.r4.model.ResourceFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Resource
createResource
(String name) static Base
createResourceOrType
(String name) static Element
createType
(String name) Methods inherited from class org.hl7.fhir.r4.model.Factory
create, createUUID, makeCoding, makeReference, makeReference, newBoolean, newCanonical, newCode, newCodeableConcept, newContactPoint, newDate, newDateTime, newExtension, newId, newInteger, newInteger, newNarrative, newString_, newUri, newUrl
-
Constructor Details
-
ResourceFactory
public ResourceFactory()
-
-
Method Details
-
createResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
createType
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
createResourceOrType
- Throws:
org.hl7.fhir.exceptions.FHIRException
-