Private OptionalidentifierArtifactAssessment.identifier Element
FHIR Specification
IdentifierPrivate OptionaltitleArtifactAssessment.title Element
Private OptionalciteArtifactAssessment.citeAs[x] Element
Private OptionaldateArtifactAssessment.date Element
FHIR Specification
dateTimePrivate OptionalcopyrightArtifactAssessment.copyright Element
FHIR Specification
markdownPrivate OptionalapprovalArtifactAssessment.approvalDate Element
FHIR Specification
datePrivate OptionallastArtifactAssessment.lastReviewDate Element
FHIR Specification
datePrivateartifactArtifactAssessment.artifact[x] Element
Private OptionalcontentArtifactAssessment.content Element
Private ReadonlyartifactassessmentFHIR CodeSystem: ArtifactassessmentWorkflowStatus
Private OptionalworkflowArtifactAssessment.workflowStatus Element
FHIR Specification
codeCodeSystem Enumeration: ArtifactassessmentWorkflowStatusEnum
Private ReadonlyartifactassessmentFHIR CodeSystem: ArtifactassessmentDisposition
Private OptionaldispositionArtifactAssessment.disposition Element
FHIR Specification
codeCodeSystem Enumeration: ArtifactassessmentDispositionEnum
StaticparseParse the provided ArtifactAssessment JSON to instantiate the ArtifactAssessment data model.
JSON representing FHIR ArtifactAssessment
OptionaloptSourceField: stringOptional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to ArtifactAssessment
ArtifactAssessment data model or undefined for ArtifactAssessment
JsonError if the provided JSON is not a valid JSON object
the identifier property value as a Identifier array
Assigns the provided Identifier array value to the identifier property.
the identifier array value
this
InvalidTypeError for invalid data types
Add the provided Identifier value to the identifier array property.
the identifier value
this
InvalidTypeError for invalid data types
true if the identifier property exists and has a value; false otherwise
the title property value as a StringType object if defined; else an empty StringType object
Assigns the provided PrimitiveType value to the title property.
the title value
this
InvalidTypeError for invalid data types
PrimitiveTypeError for invalid primitive types
true if the title property exists and has a value; false otherwise
the title property value as a fhirString if defined; else undefined
Assigns the provided primitive value to the title property.
the title value
this
PrimitiveTypeError for invalid primitive types
true if the title property exists and has a value; false otherwise
the citeAs property value as a DataType object if defined; else undefined
Assigns the provided DataType object value to the citeAs property.
the citeAs object value
this
InvalidTypeError for invalid data types
true if the citeAs property exists and has a value; false otherwise
the citeAs property value as a Reference object if defined; else undefined
true if the citeAs property exists as a Reference and has a value; false otherwise
the citeAs property value as a MarkdownType object if defined; else undefined
true if the citeAs property exists as a MarkdownType and has a value; false otherwise
the date property value as a DateTimeType object if defined; else an empty DateTimeType object
Assigns the provided PrimitiveType value to the date property.
the date value
this
InvalidTypeError for invalid data types
PrimitiveTypeError for invalid primitive types
true if the date property exists and has a value; false otherwise
the date property value as a fhirDateTime if defined; else undefined
Assigns the provided primitive value to the date property.
the date value
this
PrimitiveTypeError for invalid primitive types
true if the date property exists and has a value; false otherwise
the copyright property value as a MarkdownType object if defined; else an empty MarkdownType object
Assigns the provided PrimitiveType value to the copyright property.
the copyright value
this
InvalidTypeError for invalid data types
PrimitiveTypeError for invalid primitive types
true if the copyright property exists and has a value; false otherwise
the copyright property value as a fhirMarkdown if defined; else undefined
Assigns the provided primitive value to the copyright property.
the copyright value
this
PrimitiveTypeError for invalid primitive types
true if the copyright property exists and has a value; false otherwise
the approvalDate property value as a DateType object if defined; else an empty DateType object
Assigns the provided PrimitiveType value to the approvalDate property.
the approvalDate value
this
InvalidTypeError for invalid data types
PrimitiveTypeError for invalid primitive types
true if the approvalDate property exists and has a value; false otherwise
the approvalDate property value as a fhirDate if defined; else undefined
Assigns the provided primitive value to the approvalDate property.
the approvalDate value
this
PrimitiveTypeError for invalid primitive types
true if the approvalDate property exists and has a value; false otherwise
the lastReviewDate property value as a DateType object if defined; else an empty DateType object
Assigns the provided PrimitiveType value to the lastReviewDate property.
the lastReviewDate value
this
InvalidTypeError for invalid data types
PrimitiveTypeError for invalid primitive types
true if the lastReviewDate property exists and has a value; false otherwise
the lastReviewDate property value as a fhirDate if defined; else undefined
Assigns the provided primitive value to the lastReviewDate property.
the lastReviewDate value
this
PrimitiveTypeError for invalid primitive types
true if the lastReviewDate property exists and has a value; false otherwise
the artifact property value as a DataType object; else null
Assigns the provided DataType object value to the artifact property.
the artifact object value
this
InvalidTypeError for invalid data types
true if the artifact property exists and has a value; false otherwise
the artifact property value as a Reference object if defined; else null
true if the `` property exists as a Reference and has a value; false otherwise
the artifact property value as a CanonicalType object if defined; else null
true if the `` property exists as a CanonicalType and has a value; false otherwise
the artifact property value as a UriType object if defined; else null
true if the `` property exists as a UriType and has a value; false otherwise
the content property value as a ArtifactAssessmentContentComponent array
Assigns the provided ArtifactAssessmentContentComponent array value to the content property.
the content array value
this
InvalidTypeError for invalid data types
Add the provided ArtifactAssessmentContentComponent value to the content array property.
the content value
this
InvalidTypeError for invalid data types
true if the content property exists and has a value; false otherwise
the workflowStatus property value as a EnumCodeType if defined; else undefined
CodeSystem Enumeration: ArtifactassessmentWorkflowStatusEnum
Assigns the provided EnumCodeType value to the workflowStatus property.
the workflowStatus value
this
InvalidCodeError for invalid code values
InvalidTypeError for invalid data types
CodeSystem Enumeration: ArtifactassessmentWorkflowStatusEnum
true if the workflowStatus property exists and has a value; false otherwise
the workflowStatus property value as a CodeType if defined; else undefined
CodeSystem Enumeration: ArtifactassessmentWorkflowStatusEnum
Assigns the provided PrimitiveType value to the workflowStatus property.
the workflowStatus value
this
InvalidCodeError for invalid code value
InvalidTypeError for invalid data types
CodeSystem Enumeration: ArtifactassessmentWorkflowStatusEnum
true if the workflowStatus property exists and has a value; false otherwise
the workflowStatus property value as a fhirCode if defined; else undefined
CodeSystem Enumeration: ArtifactassessmentWorkflowStatusEnum
Assigns the provided primitive value to the workflowStatus property.
the workflowStatus value
this
InvalidCodeError for invalid code value
PrimitiveTypeError for invalid primitive types
CodeSystem Enumeration: ArtifactassessmentWorkflowStatusEnum
true if the workflowStatus property exists and has a value; false otherwise
the disposition property value as a EnumCodeType if defined; else undefined
CodeSystem Enumeration: ArtifactassessmentDispositionEnum
Assigns the provided EnumCodeType value to the disposition property.
the disposition value
this
InvalidCodeError for invalid code values
InvalidTypeError for invalid data types
CodeSystem Enumeration: ArtifactassessmentDispositionEnum
true if the disposition property exists and has a value; false otherwise
the disposition property value as a CodeType if defined; else undefined
CodeSystem Enumeration: ArtifactassessmentDispositionEnum
Assigns the provided PrimitiveType value to the disposition property.
the disposition value
this
InvalidCodeError for invalid code value
InvalidTypeError for invalid data types
CodeSystem Enumeration: ArtifactassessmentDispositionEnum
true if the disposition property exists and has a value; false otherwise
the disposition property value as a fhirCode if defined; else undefined
CodeSystem Enumeration: ArtifactassessmentDispositionEnum
Assigns the provided primitive value to the disposition property.
the disposition value
this
InvalidCodeError for invalid code value
PrimitiveTypeError for invalid primitive types
CodeSystem Enumeration: ArtifactassessmentDispositionEnum
true if the disposition property exists and has a value; false otherwise
the FHIR type defined in the FHIR standard
true if the instance is empty; false otherwise
true if and only if the data model has required fields (min cardinality > 0)
and at least one of those required fields in the instance is empty; false otherwise
Creates a copy of the current instance.
the a new instance copied from the current instance
the JSON value or undefined if the instance is empty
the text property value as a Narrative
Assigns the provided value to the text property.
the text value
this
true if the text property exists and has a value; false otherwise
the contained property value as a Resource array
Assigns the provided Resource array value to the contained property.
the contained array value
this
Add the provided Resource value to the contained array property.
the contained value
this
true if the contained property exists and has a value; false otherwise
the array of extension values
Assigns the provided array of Extension values to the extension property.
array of Extensions
this
Determines if the extension property exists.
Optionalurl: stringthe url that identifies a specific Extension
true if an Extension has the provided url; false otherwise
If the url is provided, determines if an Extension having
the provided url exists. If the url is not provided, determines
if the extension property exists and has any values.
AssertionError for invalid url
Returns the Extension having the provided url.
the url that identifies a specific Extension
the Extension having the provided url
AssertionError for invalid url
Adds the provided Extension to the extension property array.
the Extension value to add to the extension property array
this
Removes the Extension having the provided url from the extension property array.
the url that identifies a specific Extension to remove
AssertionError for invalid url
the array of modifierExtension values
Assigns the provided array of Extension values to the modifierExtension property.
array of Extensions
this
Determines if the modifierExtension property exists.
Optionalurl: stringthe url that identifies a specific Extension
true if an Extension has the provided url
If the url is provided, determines if an Extension having
the provided url exists. If the url is not provided, determines
if the modifierExtension property exists and has any values.
AssertionError for invalid url
Returns the Extension having the provided url.
the url that identifies a specific Extension
the Extension having the provided url
AssertionError for invalid url
Adds the provided Extension to the modifierExtension property array.
the Extension value to add to the modifierExtension property array
this
Removes the Extension having the provided url from the modifierExtension property array.
the url that identifies a specific Extension to remove
AssertionError for invalid url
the FHIR resource type as defined by the FHIR specification
the id property value as a PrimitiveType
Assigns the provided PrimitiveType value to the id property.
the id value
this
true if the id property exists and has a value; false otherwise
the id property value as a primitive value
Assigns the provided primitive value to the id property.
the id value
this
PrimitiveTypeError for invalid primitive types
true if the id property exists and has a value; false otherwise
the meta property value as a Meta
Assigns the provided value to the meta property.
the meta value
this
true if the meta property exists and has a value; false otherwise
the implicitRules property value as a PrimitiveType
Assigns the provided PrimitiveType value to the implicitRules property.
the implicitRules value
this
true if the implicitRules property exists and has a value; false otherwise
the implicitRules property value as a primitive value
Assigns the provided primitive value to the implicitRules property.
the implicitRules value
this
PrimitiveTypeError for invalid primitive types
true if the system property exists and has a value; false otherwise
the language property value as a PrimitiveType
Assigns the provided PrimitiveType value to the language property.
the language value
this
true if the language property exists and has a value; false otherwise
the language property value as a primitive value
Assigns the provided primitive value to the language property.
the language value
this
PrimitiveTypeError for invalid primitive types
true if the language property exists and has a value; false otherwise
true if the instance is a FHIR resource; false otherwise
true if the instance is a FHIR complex or primitive datatype; false otherwise
true if the instance is a FHIR complex datatype; false otherwise
true if the instance is a FHIR primitive datatype; false otherwise
true if the instance is a FHIR primitive boolean datatype; false otherwise
true if the instance is a FHIR primitive string-based datatype; false otherwise
true if the instance is a FHIR primitive number-based datatype; false otherwise
true if the instance is a FHIR primitive bigint-based datatype; false otherwise
true if the instance is a FHIR primitive datetime-based datatype; false otherwise
ProtectedcopyProtectedCopies the current instance's elements into the provided object.
the copied instance
PrivateinitInitialize the identifier property
PrivateinitInitialize the content property
ArtifactAssessment Class
Remarks
This Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.
FHIR Specification
See
FHIR ArtifactAssessment