Release 5 Preview #2

This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative Compartments: Not linked to any defined compartments

This is a representation of the json schema for Citation, which is just a part of the full JSON Schema.

{
  "$schema": "http://json-schema.org/draft-06/schema#",
  "id": "http://hl7.org/fhir/json-schema/Citation",
  "$ref": "#/definitions/Citation",
  "description": "see http://hl7.org/fhir/json.html#schema for information about the FHIR Json Schemas",
  "definitions": {
    "Citation": {
      "description": "The Citation.",
      "properties": {
        "resourceType": {
          "description": "This is a Citation resource",
          "const": "Citation"
        },
        "id": {
          "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
          "$ref": "id.schema.json#/definitions/id"
        },
        "meta": {
          "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
          "$ref": "Meta.schema.json#/definitions/Meta"
        },
        "implicitRules": {
          "description": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
          "$ref": "#/definitions/uri"
        },
        "_implicitRules": {
          "description": "Extensions for implicitRules",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "language": {
          "description": "The base language in which the resource is written.",
          "$ref": "#/definitions/code"
        },
        "_language": {
          "description": "Extensions for language",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "text": {
          "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
          "$ref": "Narrative.schema.json#/definitions/Narrative"
        },
        "contained": {
          "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
          "items": {
            "$ref": "ResourceList.schema.json#/definitions/ResourceList"
          },
          "type": "array"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "url": {
          "description": "An absolute URI that is used to identify this citation when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this summary is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the summary is stored on different servers.",
          "$ref": "#/definitions/uri"
        },
        "_url": {
          "description": "Extensions for url",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "identifier": {
          "description": "A formal identifier that is used to identify this summary when it is represented in other formats, or referenced in a specification, model, design or an instance. May include DOI, PMID, PMCID, etc.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "version": {
          "description": "The identifier that is used to identify this version of the summary when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the summary author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.",
          "$ref": "#/definitions/string"
        },
        "_version": {
          "description": "Extensions for version",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "name": {
          "description": "A natural language name identifying the {{title}}. This name should be usable as an identifier for the module by machine processing applications such as code generation.",
          "$ref": "#/definitions/string"
        },
        "_name": {
          "description": "Extensions for name",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "title": {
          "description": "A short, descriptive, user-friendly title for the {{title}}.",
          "$ref": "#/definitions/string"
        },
        "_title": {
          "description": "Extensions for title",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "status": {
          "description": "The status of this summary. Enables tracking the life-cycle of the content.",
          "enum": [
            "draft",
            "active",
            "retired",
            "unknown"
          ]
        },
        "_status": {
          "description": "Extensions for status",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "experimental": {
          "description": "A Boolean value to indicate that this {{title}} is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.",
          "$ref": "#/definitions/boolean"
        },
        "_experimental": {
          "description": "Extensions for experimental",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "date": {
          "description": "The date  (and optionally time) when the {{title}} was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the {{title}} changes.",
          "$ref": "#/definitions/dateTime"
        },
        "_date": {
          "description": "Extensions for date",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "publisher": {
          "description": "The name of the organization or individual that published the {{title}}.",
          "$ref": "#/definitions/string"
        },
        "_publisher": {
          "description": "Extensions for publisher",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "contact": {
          "description": "Contact details to assist a user in finding and communicating with the publisher.",
          "items": {
            "$ref": "ContactDetail.schema.json#/definitions/ContactDetail"
          },
          "type": "array"
        },
        "description": {
          "description": "A free text natural language description of the {{title}} from a consumer\u0027s perspective.",
          "$ref": "#/definitions/markdown"
        },
        "_description": {
          "description": "Extensions for description",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "useContext": {
          "description": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate citation instances.",
          "items": {
            "$ref": "UsageContext.schema.json#/definitions/UsageContext"
          },
          "type": "array"
        },
        "jurisdiction": {
          "description": "A legal or geographic region in which the {{title}} is intended to be used.",
          "items": {
            "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
          },
          "type": "array"
        },
        "purpose": {
          "description": "Explanation of why this {{title}} is needed and why it has been designed as it has.",
          "$ref": "#/definitions/markdown"
        },
        "_purpose": {
          "description": "Extensions for purpose",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "copyright": {
          "description": "A copyright statement relating to the {{title}} and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the {{title}}.",
          "$ref": "#/definitions/markdown"
        },
        "_copyright": {
          "description": "Extensions for copyright",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "approvalDate": {
          "description": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.",
          "$ref": "#/definitions/date"
        },
        "_approvalDate": {
          "description": "Extensions for approvalDate",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "lastReviewDate": {
          "description": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.",
          "$ref": "#/definitions/date"
        },
        "_lastReviewDate": {
          "description": "Extensions for lastReviewDate",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "effectivePeriod": {
          "description": "The period during which the {{title}} content was or is planned to be in active use.",
          "$ref": "Period.schema.json#/definitions/Period"
        },
        "relatedIdentifier": {
          "description": "May include trial registry identifiers.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "dateCited": {
          "description": "Date Cited.",
          "$ref": "#/definitions/dateTime"
        },
        "_dateCited": {
          "description": "Extensions for dateCited",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "variantCitation": {
          "description": "Variant citation.",
          "$ref": "#/definitions/Citation_VariantCitation"
        },
        "publishingModel": {
          "description": "Identify the medium/media in which the cited article is published, eg print, electronic or print-electronic.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "journal": {
          "description": "Contains identifiers and classifiers for the journal cited.",
          "$ref": "#/definitions/Citation_Journal"
        },
        "articleTitle": {
          "description": "Full title of the article.",
          "$ref": "#/definitions/markdown"
        },
        "_articleTitle": {
          "description": "Extensions for articleTitle",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "alternativeTitle": {
          "description": "Used for variant titles, such as translations.",
          "items": {
            "$ref": "#/definitions/Citation_AlternativeTitle"
          },
          "type": "array"
        },
        "pagination": {
          "description": "Indicates the inclusive pages for the article cited.",
          "$ref": "#/definitions/Citation_Pagination"
        },
        "articleUrl": {
          "description": "Used for any URL for the article cited.",
          "items": {
            "$ref": "#/definitions/Citation_ArticleUrl"
          },
          "type": "array"
        },
        "abstract": {
          "description": "Abstract text, may include structured labels.",
          "$ref": "#/definitions/markdown"
        },
        "_abstract": {
          "description": "Extensions for abstract",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "abstractCopyright": {
          "description": "Copyright information for the abstract text.",
          "$ref": "#/definitions/markdown"
        },
        "_abstractCopyright": {
          "description": "Extensions for abstractCopyright",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "alternativeAbstract": {
          "description": "Used for variant abstracts, such as translations.",
          "items": {
            "$ref": "#/definitions/Citation_AlternativeAbstract"
          },
          "type": "array"
        },
        "authorList": {
          "description": "Personal and collective author names.",
          "$ref": "#/definitions/Citation_AuthorList"
        },
        "authorString": {
          "description": "Used to record a display of the author list without separate coding for each author.",
          "items": {
            "$ref": "#/definitions/Citation_AuthorString"
          },
          "type": "array"
        },
        "contributorList": {
          "description": "Personal and collective contributor names.",
          "$ref": "#/definitions/Citation_ContributorList"
        },
        "articleLanguage": {
          "description": "The language in which the article is published.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "alternativeForm": {
          "description": "Used to represent alternative forms of the article that are not separate citations.",
          "items": {
            "$ref": "#/definitions/Citation_AlternativeForm"
          },
          "type": "array"
        },
        "classifier": {
          "description": "Used for many classifiers including PublicationType, CitationSubset, MeshHeading, Chemical.",
          "items": {
            "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
          },
          "type": "array"
        },
        "relatedArtifact": {
          "description": "Used for referencing EvidenceReport resource.",
          "items": {
            "$ref": "RelatedArtifact.schema.json#/definitions/RelatedArtifact"
          },
          "type": "array"
        },
        "note": {
          "description": "Used for general notes and annotations not coded elsewhere.",
          "items": {
            "$ref": "Annotation.schema.json#/definitions/Annotation"
          },
          "type": "array"
        },
        "medlinePubMed": {
          "description": "These elements are items with values assigned by MEDLINE or PubMed management.",
          "$ref": "#/definitions/Citation_MedlinePubMed"
        }
      },
      "additionalProperties": false,
      "required": [
        "resourceType"
      ]
    },
    "Citation_VariantCitation": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "type": {
          "description": "Used to describe the reason for the variant citation, such as version or subpart specification.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "value": {
          "description": "Used to describe the specific variation, such as version number or subpart specification.",
          "$ref": "#/definitions/string"
        },
        "_value": {
          "description": "Extensions for value",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "baseCitation": {
          "description": "Base citation.",
          "$ref": "Reference.schema.json#/definitions/Reference"
        }
      },
      "additionalProperties": false
    },
    "Citation_Journal": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "identifier": {
          "description": "Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "country": {
          "description": "Place of publication of the journal.",
          "$ref": "#/definitions/string"
        },
        "_country": {
          "description": "Extensions for country",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "journalIssue": {
          "description": "The specific issue in which the cited article resides.",
          "$ref": "#/definitions/Citation_JournalIssue"
        },
        "title": {
          "description": "Journal title.",
          "$ref": "#/definitions/string"
        },
        "_title": {
          "description": "Extensions for title",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_JournalIssue": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "citedMedium": {
          "description": "NLM codes Internet or Print.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "volume": {
          "description": "Volume number of journal in which the article is published.",
          "$ref": "#/definitions/string"
        },
        "_volume": {
          "description": "Extensions for volume",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "issue": {
          "description": "Issue, part or supplement of journal in which the article is published.",
          "$ref": "#/definitions/string"
        },
        "_issue": {
          "description": "Extensions for issue",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "publicationDate": {
          "description": "Date on which the issue of the journal was published.",
          "$ref": "#/definitions/string"
        },
        "_publicationDate": {
          "description": "Extensions for publicationDate",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_AlternativeTitle": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "type": {
          "description": "Used to express the reason and specific aspect for the variant title, such as language and specific language.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "language": {
          "description": "Used to express the specific language.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "title": {
          "description": "Full variant title of the article.",
          "$ref": "#/definitions/markdown"
        },
        "_title": {
          "description": "Extensions for title",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_Pagination": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "pageString": {
          "description": "Used for full display of pagination.",
          "$ref": "#/definitions/string"
        },
        "_pageString": {
          "description": "Extensions for pageString",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "firstPage": {
          "description": "Used for isolated representation of first page.",
          "$ref": "#/definitions/string"
        },
        "_firstPage": {
          "description": "Extensions for firstPage",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "lastPage": {
          "description": "Used for isolated representation of last page.",
          "$ref": "#/definitions/string"
        },
        "_lastPage": {
          "description": "Extensions for lastPage",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_ArticleUrl": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "type": {
          "description": "Code the reason for different URLs, eg abstract and full-text.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "url": {
          "description": "The specific URL.",
          "$ref": "#/definitions/uri"
        },
        "_url": {
          "description": "Extensions for url",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_AlternativeAbstract": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "type": {
          "description": "Used to express the reason for the variant abstract, such as language.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "language": {
          "description": "Used to express the specific language.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "abstract": {
          "description": "Full variant abstract of the article.",
          "$ref": "#/definitions/markdown"
        },
        "_abstract": {
          "description": "Extensions for abstract",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "abstractCopyright": {
          "description": "Copyright information for the abstract text.",
          "$ref": "#/definitions/markdown"
        },
        "_abstractCopyright": {
          "description": "Extensions for abstractCopyright",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_AuthorList": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "complete": {
          "description": "Indicates if the list includes all authors, else “et al” should be appended for display.",
          "$ref": "#/definitions/boolean"
        },
        "_complete": {
          "description": "Extensions for complete",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "author": {
          "description": "An individual entity named in the author list.",
          "items": {
            "$ref": "#/definitions/Citation_Author"
          },
          "type": "array"
        }
      },
      "additionalProperties": false,
      "required": [
        "author"
      ]
    },
    "Citation_Author": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "lastName": {
          "description": "Surname or single name.",
          "$ref": "#/definitions/string"
        },
        "_lastName": {
          "description": "Extensions for lastName",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "foreName": {
          "description": "Remainder of name except for suffix.",
          "$ref": "#/definitions/string"
        },
        "_foreName": {
          "description": "Extensions for foreName",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "suffix": {
          "description": "Eg 2nd, 3rd, Jr, Sr.",
          "$ref": "#/definitions/string"
        },
        "_suffix": {
          "description": "Extensions for suffix",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "initials": {
          "description": "Initials for forename.",
          "$ref": "#/definitions/string"
        },
        "_initials": {
          "description": "Extensions for initials",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "collectiveName": {
          "description": "Used for collective or corporate name as an author.",
          "$ref": "#/definitions/string"
        },
        "_collectiveName": {
          "description": "Extensions for collectiveName",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "identifier": {
          "description": "Author identifier, eg ORCID.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "affiliationInfo": {
          "description": "Organizational affiliation.",
          "items": {
            "$ref": "#/definitions/Citation_AffiliationInfo"
          },
          "type": "array"
        },
        "address": {
          "description": "Physical mailing address for the author.",
          "items": {
            "$ref": "#/definitions/string"
          },
          "type": "array"
        },
        "_address": {
          "description": "Extensions for address",
          "items": {
            "$ref": "Element.schema.json#/definitions/Element"
          },
          "type": "array"
        },
        "telecom": {
          "description": "Email or telephone contact methods for the author.",
          "items": {
            "$ref": "ContactPoint.schema.json#/definitions/ContactPoint"
          },
          "type": "array"
        },
        "correspondingAuthor": {
          "description": "Indication of which author is the corresponding author for the article cited.",
          "$ref": "#/definitions/boolean"
        },
        "_correspondingAuthor": {
          "description": "Extensions for correspondingAuthor",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "listOrder": {
          "description": "Used to code order of authors.",
          "$ref": "#/definitions/positiveInt"
        },
        "_listOrder": {
          "description": "Extensions for listOrder",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_AffiliationInfo": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "affiliation": {
          "description": "Display for the organization.",
          "$ref": "#/definitions/string"
        },
        "_affiliation": {
          "description": "Extensions for affiliation",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "role": {
          "description": "Role.",
          "$ref": "#/definitions/string"
        },
        "_role": {
          "description": "Extensions for role",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "identifier": {
          "description": "Identifier for the organization.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "Citation_AuthorString": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "source": {
          "description": "Used to code the producer or rule for creating the display string.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "value": {
          "description": "The display string for the author list.",
          "$ref": "#/definitions/string"
        },
        "_value": {
          "description": "Extensions for value",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_ContributorList": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "complete": {
          "description": "Indicates if the list includes all contributors.",
          "$ref": "#/definitions/boolean"
        },
        "_complete": {
          "description": "Extensions for complete",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "contributor": {
          "description": "An individual entity named in the contributor list.",
          "items": {
            "$ref": "#/definitions/Citation_Contributor"
          },
          "type": "array"
        }
      },
      "additionalProperties": false,
      "required": [
        "contributor"
      ]
    },
    "Citation_Contributor": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "lastName": {
          "description": "Surname or single name.",
          "$ref": "#/definitions/string"
        },
        "_lastName": {
          "description": "Extensions for lastName",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "foreName": {
          "description": "Remainder of name except for suffix.",
          "$ref": "#/definitions/string"
        },
        "_foreName": {
          "description": "Extensions for foreName",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "suffix": {
          "description": "Eg 2nd, 3rd, Jr, Sr.",
          "$ref": "#/definitions/string"
        },
        "_suffix": {
          "description": "Extensions for suffix",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "initials": {
          "description": "Initials for forename.",
          "$ref": "#/definitions/string"
        },
        "_initials": {
          "description": "Extensions for initials",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "collectiveName": {
          "description": "Used for collective or corporate name as a contributor.",
          "$ref": "#/definitions/string"
        },
        "_collectiveName": {
          "description": "Extensions for collectiveName",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "identifier": {
          "description": "Contributor identifier, eg ORCID.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        },
        "contribution": {
          "description": "The specific contributions.",
          "items": {
            "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
          },
          "type": "array"
        },
        "affiliationInfo": {
          "description": "Organizational affiliation.",
          "items": {
            "$ref": "#/definitions/Citation_AffiliationInfo1"
          },
          "type": "array"
        },
        "listOrder": {
          "description": "Used to code order of contributors.",
          "$ref": "#/definitions/positiveInt"
        },
        "_listOrder": {
          "description": "Extensions for listOrder",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_AffiliationInfo1": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "affiliation": {
          "description": "Display for the organization.",
          "$ref": "#/definitions/string"
        },
        "_affiliation": {
          "description": "Extensions for affiliation",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "role": {
          "description": "Role.",
          "$ref": "#/definitions/string"
        },
        "_role": {
          "description": "Extensions for role",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "identifier": {
          "description": "Identifier for the organization.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "Citation_AlternativeForm": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "publishingModel": {
          "description": "Identify the medium/media in which the cited article is published, eg print, electronic or print-electronic.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "language": {
          "description": "Language in which the article is published.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "journalIssue": {
          "description": "The specific issue in which the cited article resides.",
          "$ref": "#/definitions/Citation_JournalIssue1"
        },
        "pagination": {
          "description": "Indicates the inclusive pages for the article cited.",
          "$ref": "#/definitions/Citation_Pagination1"
        }
      },
      "additionalProperties": false
    },
    "Citation_JournalIssue1": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "citedMedium": {
          "description": "NLM codes Internet or Print.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "volume": {
          "description": "Volume number of journal in which the article is published.",
          "$ref": "#/definitions/string"
        },
        "_volume": {
          "description": "Extensions for volume",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "issue": {
          "description": "Issue, part or supplement of journal in which the article is published.",
          "$ref": "#/definitions/string"
        },
        "_issue": {
          "description": "Extensions for issue",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "publicationDate": {
          "description": "Date on which the issue of the journal was published.",
          "$ref": "#/definitions/string"
        },
        "_publicationDate": {
          "description": "Extensions for publicationDate",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_Pagination1": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "pageString": {
          "description": "Used for full display of pagination.",
          "$ref": "#/definitions/string"
        },
        "_pageString": {
          "description": "Extensions for pageString",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "firstPage": {
          "description": "Used for isolated representation of first page.",
          "$ref": "#/definitions/string"
        },
        "_firstPage": {
          "description": "Extensions for firstPage",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "lastPage": {
          "description": "Used for isolated representation of last page.",
          "$ref": "#/definitions/string"
        },
        "_lastPage": {
          "description": "Extensions for lastPage",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_MedlinePubMed": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "medlineState": {
          "description": "Used for status.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "owner": {
          "description": "Used for owner.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "pmid": {
          "description": "PubMed ID.",
          "$ref": "#/definitions/positiveInt"
        },
        "_pmid": {
          "description": "Extensions for pmid",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "pmidVersion": {
          "description": "PubMed ID Version.",
          "$ref": "#/definitions/positiveInt"
        },
        "_pmidVersion": {
          "description": "Extensions for pmidVersion",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "dateCreated": {
          "description": "Creation date.",
          "$ref": "#/definitions/date"
        },
        "_dateCreated": {
          "description": "Extensions for dateCreated",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "dateCompleted": {
          "description": "Completion date.",
          "$ref": "#/definitions/date"
        },
        "_dateCompleted": {
          "description": "Extensions for dateCompleted",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "dateRevised": {
          "description": "Revision date.",
          "$ref": "#/definitions/date"
        },
        "_dateRevised": {
          "description": "Extensions for dateRevised",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "pubMedPubDate": {
          "description": "Subcomponent of certainty.",
          "items": {
            "$ref": "#/definitions/Citation_PubMedPubDate"
          },
          "type": "array"
        },
        "publicationState": {
          "description": "Publication Status.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "relatedArticle": {
          "description": "Related article.",
          "items": {
            "$ref": "#/definitions/Citation_RelatedArticle"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    },
    "Citation_PubMedPubDate": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "publicationState": {
          "description": "PubMed Publication Status.",
          "$ref": "CodeableConcept.schema.json#/definitions/CodeableConcept"
        },
        "date": {
          "description": "PubMed Publication Date.",
          "$ref": "#/definitions/dateTime"
        },
        "_date": {
          "description": "Extensions for date",
          "$ref": "Element.schema.json#/definitions/Element"
        }
      },
      "additionalProperties": false
    },
    "Citation_RelatedArticle": {
      "description": "The Citation.",
      "properties": {
        "id": {
          "description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
          "$ref": "string.schema.json#/definitions/string"
        },
        "extension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "modifierExtension": {
          "description": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
          "items": {
            "$ref": "Extension.schema.json#/definitions/Extension"
          },
          "type": "array"
        },
        "citationReference": {
          "description": "Citation Resource for related article.",
          "$ref": "Reference.schema.json#/definitions/Reference"
        },
        "citationMarkdown": {
          "description": "Citation string for related article.",
          "$ref": "#/definitions/markdown"
        },
        "_citationMarkdown": {
          "description": "Extensions for citationMarkdown",
          "$ref": "Element.schema.json#/definitions/Element"
        },
        "identifier": {
          "description": "Identifier for related article.",
          "items": {
            "$ref": "Identifier.schema.json#/definitions/Identifier"
          },
          "type": "array"
        }
      },
      "additionalProperties": false
    }
  }
}