Private OptionalversionMeta.versionId Element
FHIR Specification
idPrivate OptionallastMeta.lastUpdated Element
FHIR Specification
instantPrivate OptionalsourceMeta.source Element
FHIR Specification
uriPrivate OptionalprofileMeta.profile Element
FHIR Specification
canonical
Private OptionalsecurityMeta.security Element
FHIR Specification
CodingPrivate OptionaltagMeta.tag Element
FHIR Specification
CodingPrivateinitInitialize the profile property
PrivateinitInitialize the security property
PrivateinitInitialize the tag property
StaticparseParse the provided Meta JSON to instantiate the Meta data model.
JSON representing FHIR Meta
OptionaloptSourceField: stringOptional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to Meta
Meta data model or undefined for Meta
JsonError if the provided JSON is not a valid JSON object
the versionId property value as a IdType object if defined; else an empty IdType object
Assigns the provided PrimitiveType value to the versionId property.
the versionId value
this
true if the versionId property exists and has a value; false otherwise
the versionId property value as a fhirId if defined; else undefined
Assigns the provided primitive value to the versionId property.
the versionId value
this
PrimitiveTypeError for invalid primitive types
true if the versionId property exists and has a value; false otherwise
the lastUpdated property value as a InstantType object if defined; else an empty InstantType object
Assigns the provided PrimitiveType value to the lastUpdated property.
the lastUpdated value
this
true if the lastUpdated property exists and has a value; false otherwise
the lastUpdated property value as a fhirInstant if defined; else undefined
Assigns the provided primitive value to the lastUpdated property.
the lastUpdated value
this
PrimitiveTypeError for invalid primitive types
true if the lastUpdated property exists and has a value; false otherwise
the source property value as a UriType object if defined; else an empty UriType object
Assigns the provided PrimitiveType value to the source property.
the source value
this
true if the source property exists and has a value; false otherwise
the source property value as a fhirUri if defined; else undefined
Assigns the provided primitive value to the source property.
the source value
this
PrimitiveTypeError for invalid primitive types
true if the source property exists and has a value; false otherwise
the profile property value as a CanonicalType array
Assigns the provided CanonicalType array value to the profile property.
the profile array value
this
Add the provided CanonicalType value to the profile array property.
the profile value
this
true if the profile property exists and has a value; false otherwise
the profile property value as a fhirCanonical array
Assigns the provided primitive value array to the profile property.
the profile value array
this
PrimitiveTypeError for invalid primitive types
Add the provided primitive value to the profile array property.
the profile value
this
true if the profile property exists and has a value; false otherwise
the security property value as a Coding array
Assigns the provided Coding array value to the security property.
the security array value
this
Add the provided Coding value to the security array property.
the security value
this
true if the security property exists and has a value; false otherwise
the tag property value as a Coding array
Assigns the provided Coding array value to the tag property.
the tag array value
this
Add the provided Coding value to the tag array property.
the tag value
this
true if the tag property exists and has a value; false otherwise
the FHIR type defined in the FHIR standard
true if the instance is empty; false otherwise
Creates a copy of the current instance.
the a new instance copied from the current instance
true if the instance is a FHIR complex datatype; false otherwise
the complex or primitive data model type name (e.g., 'Period", 'StringType', `UriType', etc.)
the JSON value or undefined if the instance is empty
true if the instance is a FHIR complex or primitive datatype; false otherwise
the id property value
Assigns the provided value to the id property.
the id value
this
PrimitiveTypeError for invalid value
true if id 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
Determines if the extension property exists.
the url that identifies a specific Extension
an Extension having 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 extension property exists and has any values.
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
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
true if the instance is a FHIR resource; 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
Meta Class
Remarks
Base StructureDefinition for Meta Type: The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
FHIR Specification
See
FHIR Meta