Class AUTHORED_RESOURCE

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.ICompositeType

public abstract class AUTHORED_RESOURCE extends LogicalBase implements org.hl7.fhir.instance.model.api.ICompositeType
Abstract idea of an online resource created by a human author.
See Also:
  • Field Details

    • original_language

      Language in which this resource was initially authored. Although there is no language primacy of resources overall, the language of original authoring is required to ensure natural language translations can preserve quality. Language is relevant in both the description and ontology sections.
    • is_controlled

      True if this resource is under any kind of change control (even file copying), in which case revision history is created.
    • translationsList

      List of details for each natural-language translation made of this resource, keyed by language. For each translation listed here, there must be corresponding sections in all language-dependent parts of the resource. The original_language does not appear in this list.
    • description

      Description and lifecycle information of the resource.
    • revision_history

      The revision history of the resource. Only required if is_controlled = True (avoids large revision histories for informal or private editing situations).
  • Constructor Details

  • Method Details