{
  "resourceType": "StructureDefinition",
  "id": "Citation",
  "meta": {
    "lastUpdated": "2021-01-04T23:01:24.148+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Specialized.Evidence-Based Medicine"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "business"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/build/StructureDefinition/entered-in-error-status",
      "valueCode": ".status = retired"
    },
    {
      "url": "http://hl7.org/fhir/build/StructureDefinition/template",
      "valueString": "MetadataResource"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/Citation",
  "version": "4.6.0",
  "name": "Citation",
  "status": "draft",
  "date": "2021-01-04T23:01:24+00:00",
  "publisher": "Health Level Seven International (Clinical Decision Support)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss/index.cfm"
        }
      ]
    }
  ],
  "description": "The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.",
  "fhirVersion": "4.6.0",
  "mapping": [
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "objimpl",
      "uri": "http://hl7.org/fhir/object-implementation",
      "name": "Object Implementation Information"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Citation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MetadataResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Citation",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "0,40"
          }
        ],
        "path": "Citation",
        "short": "A description of identification, location, or contributorship of a publication (article or artifact)",
        "definition": "The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.",
        "min": 0,
        "max": "*",
        "constraint": [
          {
            "key": "cnl-0",
            "severity": "warning",
            "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation",
            "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')",
            "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')",
            "source": "http://hl7.org/fhir/StructureDefinition/Citation"
          }
        ],
        "mapping": [
          {
            "identity": "w5",
            "map": "clinical.general"
          }
        ]
      },
      {
        "id": "Citation.url",
        "path": "Citation.url",
        "short": "Canonical identifier for this citation, represented as a globally unique URI",
        "definition": "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.",
        "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.",
        "requirements": "Allows the citation to be referenced by a single globally unique identifier.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.url"
          },
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          }
        ]
      },
      {
        "id": "Citation.identifier",
        "path": "Citation.identifier",
        "short": "Identifier for the Citation resource itself",
        "definition": "A formal identifier that is used to identify this citation when it is represented in other formats, or referenced in a specification, model, design or an instance.",
        "comment": "May include DOI, PMID, PMCID, etc. This element will contain unique identifiers that support de-duplication of citations. This identifier can be valid for only one citation resource.",
        "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.identifier"
          },
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "Citation.version",
        "path": "Citation.version",
        "short": "Business version of the citation",
        "definition": "The identifier that is used to identify this version of the citation when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the citation 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.",
        "comment": "There may be different citation instances that have the same identifier but different versions.  The version can be appended to the url in a reference to allow a reference to a particular business version of the citation with the format [url]|[version].",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.version"
          },
          {
            "identity": "w5",
            "map": "FiveWs.version"
          }
        ]
      },
      {
        "id": "Citation.name",
        "path": "Citation.name",
        "short": "Name for this citation (computer friendly)",
        "definition": "A natural language name identifying the citation. This name should be usable as an identifier for the module by machine processing applications such as code generation.",
        "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.",
        "requirements": "Support human navigation and code generation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "cnl-0"
        ],
        "isSummary": true
      },
      {
        "id": "Citation.title",
        "path": "Citation.title",
        "short": "Name for this citation (human friendly)",
        "definition": "A short, descriptive, user-friendly title for the citation.",
        "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.title"
          }
        ]
      },
      {
        "id": "Citation.status",
        "path": "Citation.status",
        "short": "draft | active | retired | unknown",
        "definition": "The status of this summary. Enables tracking the life-cycle of the content.",
        "comment": "Allows filtering of summarys s that are appropriate for use versus not.",
        "requirements": "Allows filtering of citations that are appropriate for use versus not.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isModifier": true,
        "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration",
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "PublicationStatus"
            }
          ],
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      {
        "id": "Citation.experimental",
        "path": "Citation.experimental",
        "short": "For testing purposes, not real usage",
        "definition": "A Boolean value to indicate that this citation is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.",
        "comment": "Allows filtering of citations that are appropriate for use versus not.",
        "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level citation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.experimental"
          },
          {
            "identity": "w5",
            "map": "FiveWs.class"
          }
        ]
      },
      {
        "id": "Citation.date",
        "path": "Citation.date",
        "short": "Date last changed",
        "definition": "The date  (and optionally time) when the citation 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 citation changes.",
        "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the citation. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.",
        "alias": [
          "Revision Date"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.date"
          },
          {
            "identity": "w5",
            "map": "FiveWs.recorded"
          }
        ]
      },
      {
        "id": "Citation.publisher",
        "path": "Citation.publisher",
        "short": "The publisher of the Citation, not the publisher of the article or artifact being cited",
        "definition": "The name of the organization or individual that published the citation.",
        "comment": "Usually an organization but may be an individual. The publisher (or steward) of the citation is the organization or individual primarily responsible for the maintenance and upkeep of the citation. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the citation. This item SHOULD be populated unless the information is available from context.",
        "requirements": "Helps establish the \"authority/credibility\" of the citation.  May also allow for contact.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.publisher"
          },
          {
            "identity": "w5",
            "map": "FiveWs.witness"
          }
        ]
      },
      {
        "id": "Citation.contact",
        "path": "Citation.contact",
        "short": "Contact details for the publisher of the Citation Resource",
        "definition": "Contact details to assist a user in finding and communicating with the publisher.",
        "comment": "May be a web site, an email address, a telephone number, etc.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.contact"
          }
        ]
      },
      {
        "id": "Citation.description",
        "path": "Citation.description",
        "short": "Natural language description of the citation",
        "definition": "A free text natural language description of the citation from a consumer's perspective.",
        "comment": "This description can be used to capture details such as why the citation was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the citation as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the citation is presumed to be the predominant language in the place the citation was created).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.description"
          }
        ]
      },
      {
        "id": "Citation.useContext",
        "path": "Citation.useContext",
        "short": "The context that the Citation Resource content is intended to support",
        "definition": "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.",
        "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.",
        "requirements": "Assist in searching for appropriate content.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.useContext"
          }
        ]
      },
      {
        "id": "Citation.jurisdiction",
        "path": "Citation.jurisdiction",
        "short": "Intended jurisdiction for citation (if applicable)",
        "definition": "A legal or geographic region in which the citation is intended to be used.",
        "comment": "It may be possible for the citation to be used in jurisdictions other than those for which it was originally designed or intended.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Jurisdiction"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      {
        "id": "Citation.purpose",
        "path": "Citation.purpose",
        "short": "Why this citation is defined",
        "definition": "Explanation of why this citation is needed and why it has been designed as it has.",
        "comment": "This element does not describe the usage of the citation. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is.  This may be used to point to source materials or specifications that drove the structure of this citation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.purpose"
          },
          {
            "identity": "w5",
            "map": "FiveWs.why[x]"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "Citation.copyright",
        "path": "Citation.copyright",
        "short": "Use and/or publishing restrictions for the Citation, not for the cited artifact",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "Citation.approvalDate",
        "path": "Citation.approvalDate",
        "short": "When the citation was approved by publisher",
        "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.",
        "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.approvalDate"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "Citation.lastReviewDate",
        "path": "Citation.lastReviewDate",
        "short": "When the citation was last reviewed",
        "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.",
        "comment": "If specified, this date follows the original approval date.",
        "requirements": "Gives a sense of how \"current\" the content is.  Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.lastReviewDate"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "Citation.effectivePeriod",
        "path": "Citation.effectivePeriod",
        "short": "When the citation is expected to be used",
        "definition": "The period during which the citation content was or is planned to be in active use.",
        "comment": "The effective period for a citation  determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.",
        "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting  process when new versions of the citation are or are expected to be used instead.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.effectivePeriod"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "Citation.author",
        "path": "Citation.author",
        "short": "Who authored the Citation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "Citation.editor",
        "path": "Citation.editor",
        "short": "Who edited the Citation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "Citation.reviewer",
        "path": "Citation.reviewer",
        "short": "Who reviewed the Citation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "Citation.endorser",
        "path": "Citation.endorser",
        "short": "Who endorsed the Citation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "Citation.summary",
        "path": "Citation.summary",
        "short": "A human-readable display of the citation",
        "definition": "A human-readable display of the citation.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.summary.style",
        "path": "Citation.summary.style",
        "short": "Format for display of the citation",
        "definition": "Format for display of the citation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitationSummaryStyle"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/citation-summary-style"
        }
      },
      {
        "id": "Citation.summary.text",
        "path": "Citation.summary.text",
        "short": "The human-readable display of the citation",
        "definition": "The human-readable display of the citation.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Citation.classification",
        "path": "Citation.classification",
        "short": "The assignment to an organizing scheme",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.classification.type",
        "path": "Citation.classification.type",
        "short": "The kind of classifier (e.g. publication type, keyword)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitationClassificationType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/citation-classification-type"
        }
      },
      {
        "id": "Citation.classification.classifier",
        "path": "Citation.classification.classifier",
        "short": "The specific classification value",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitationArtifactClassifier"
            }
          ],
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier"
        }
      },
      {
        "id": "Citation.note",
        "path": "Citation.note",
        "short": "Used for general notes and annotations not coded elsewhere",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ]
      },
      {
        "id": "Citation.currentState",
        "path": "Citation.currentState",
        "short": "The status of the citation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitationStatusType"
            }
          ],
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type"
        }
      },
      {
        "id": "Citation.statusDate",
        "path": "Citation.statusDate",
        "short": "An effective date or period for a status of the citation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.statusDate.activity",
        "path": "Citation.statusDate.activity",
        "short": "Classification of the status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitationStatusType"
            }
          ],
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type"
        }
      },
      {
        "id": "Citation.statusDate.actual",
        "path": "Citation.statusDate.actual",
        "short": "Either occurred or expected",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Citation.statusDate.period",
        "path": "Citation.statusDate.period",
        "short": "When the status started and/or ended",
        "comment": "For an instance, place the same value in both start and end elements.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Citation.relatedArtifact",
        "path": "Citation.relatedArtifact",
        "short": "Artifact related to the Citation Resource",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact",
        "path": "Citation.citedArtifact",
        "short": "The article or artifact being described",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.identifier",
        "path": "Citation.citedArtifact.identifier",
        "short": "May include DOI, PMID, PMCID, etc.",
        "definition": "A formal identifier that is used to identify this citation when it is represented in other formats, or referenced in a specification, model, design or an instance.",
        "comment": "May include DOI, PMID, PMCID, etc. This element will contain unique identifiers that support de-duplication of citations. This identifier can be valid for only one citation resource.",
        "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Citation.citedArtifact.relatedIdentifier",
        "path": "Citation.citedArtifact.relatedIdentifier",
        "short": "May include trial registry identifiers",
        "definition": "A formal identifier that is used to identify things closely related to this citation.",
        "comment": "May include trial registry identifiers, e.g. NCT04372602 from clinicaltrials.gov. This identifier can be valid for multiple citation resources.",
        "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Citation.citedArtifact.dateAccessed",
        "path": "Citation.citedArtifact.dateAccessed",
        "short": "When the cited artifact was accessed",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Citation.citedArtifact.version",
        "path": "Citation.citedArtifact.version",
        "short": "The defined version of the cited artifact",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.version.value",
        "path": "Citation.citedArtifact.version.value",
        "short": "The version number or other version identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.version.baseCitation",
        "path": "Citation.citedArtifact.version.baseCitation",
        "short": "Citation for the main version of the cited artifact",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Citation"
            ]
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.currentState",
        "path": "Citation.citedArtifact.currentState",
        "short": "The status of the cited artifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitedArtifactStatusType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type"
        }
      },
      {
        "id": "Citation.citedArtifact.statusDate",
        "path": "Citation.citedArtifact.statusDate",
        "short": "An effective date or period for a status of the cited artifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.statusDate.activity",
        "path": "Citation.citedArtifact.statusDate.activity",
        "short": "Classification of the status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitedArtifactStatusType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type"
        }
      },
      {
        "id": "Citation.citedArtifact.statusDate.actual",
        "path": "Citation.citedArtifact.statusDate.actual",
        "short": "Either occurred or expected",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.statusDate.period",
        "path": "Citation.citedArtifact.statusDate.period",
        "short": "When the status started and/or ended",
        "comment": "For an instance, place the same value in both start and end elements.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.title",
        "path": "Citation.citedArtifact.title",
        "short": "The title details of the article or artifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.title.type",
        "path": "Citation.citedArtifact.title.type",
        "short": "The kind of title",
        "definition": "Used to express the reason or specific aspect for the title.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "TitleType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/title-type"
        }
      },
      {
        "id": "Citation.citedArtifact.title.language",
        "path": "Citation.citedArtifact.title.language",
        "short": "Used to express the specific language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Language"
            },
            {
              "url": "http://hl7.org/fhir/build/StructureDefinition/definition",
              "valueString": "A human language."
            }
          ],
          "strength": "preferred",
          "valueSet": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      {
        "id": "Citation.citedArtifact.title.text",
        "path": "Citation.citedArtifact.title.text",
        "short": "The title of the article or artifact",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.abstract",
        "path": "Citation.citedArtifact.abstract",
        "short": "Summary of the article or artifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.abstract.type",
        "path": "Citation.citedArtifact.abstract.type",
        "short": "The kind of abstract",
        "definition": "Used to express the reason or specific aspect for the abstract.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitedArtifactAbstractType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-abstract-type"
        }
      },
      {
        "id": "Citation.citedArtifact.abstract.language",
        "path": "Citation.citedArtifact.abstract.language",
        "short": "Used to express the specific language",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Language"
            },
            {
              "url": "http://hl7.org/fhir/build/StructureDefinition/definition",
              "valueString": "A human language."
            }
          ],
          "strength": "preferred",
          "valueSet": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      {
        "id": "Citation.citedArtifact.abstract.text",
        "path": "Citation.citedArtifact.abstract.text",
        "short": "Abstract content",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.abstract.copyright",
        "path": "Citation.citedArtifact.abstract.copyright",
        "short": "Copyright notice for the abstract",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.part",
        "path": "Citation.citedArtifact.part",
        "short": "The component of the article or artifact",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.part.type",
        "path": "Citation.citedArtifact.part.type",
        "short": "The kind of component",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitedArtifactPartType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-part-type"
        }
      },
      {
        "id": "Citation.citedArtifact.part.value",
        "path": "Citation.citedArtifact.part.value",
        "short": "The specification of the component",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.part.baseCitation",
        "path": "Citation.citedArtifact.part.baseCitation",
        "short": "The citation for the full article or artifact",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Citation"
            ]
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.relatesTo",
        "path": "Citation.citedArtifact.relatesTo",
        "short": "The artifact related to the cited artifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm",
        "path": "Citation.citedArtifact.publicationForm",
        "short": "If multiple, used to represent alternative forms of the article that are not separate citations",
        "comment": "A common use is a journal article with a publication date and pagination for a print version and a different publication date for the online version of the same article.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.publishedIn",
        "path": "Citation.citedArtifact.publicationForm.publishedIn",
        "short": "The collection the cited article or artifact is published in",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.publishedIn.type",
        "path": "Citation.citedArtifact.publicationForm.publishedIn.type",
        "short": "Kind of container (e.g. Periodical, database, or book)",
        "comment": "Journals and newspapers are coded as Periodical.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "PublishedInType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/published-in-type"
        }
      },
      {
        "id": "Citation.citedArtifact.publicationForm.publishedIn.identifier",
        "path": "Citation.citedArtifact.publicationForm.publishedIn.identifier",
        "short": "Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.publishedIn.title",
        "path": "Citation.citedArtifact.publicationForm.publishedIn.title",
        "short": "Name of the database or title of the book or journal",
        "comment": "ClinicalTrials.gov is a name of a database.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.publishedIn.publisher",
        "path": "Citation.citedArtifact.publicationForm.publishedIn.publisher",
        "short": "Name of the publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation",
        "path": "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation",
        "short": "Geographic location of the publisher",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease",
        "short": "The specific issue in which the cited article resides",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.citedMedium",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.citedMedium",
        "short": "Internet or Print",
        "definition": "Describes the form of the medium cited. Common codes are \"Internet\" or \"Print\".",
        "comment": "National Library of Medicine uses the codes \"Internet\" or \"Print\".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitedMedium"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/cited-medium"
        }
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.volume",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.volume",
        "short": "Volume number of journal in which the article is published",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.issue",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.issue",
        "short": "Issue, part or supplement of journal in which the article is published",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication",
        "short": "Defining the date on which the issue of the journal was published",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.date",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.date",
        "short": "Date on which the issue of the journal was published",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.year",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.year",
        "short": "Year on which the issue of the journal was published",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.month",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.month",
        "short": "Month on which the issue of the journal was published",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.day",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.day",
        "short": "Day on which the issue of the journal was published",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.season",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.season",
        "short": "Season on which the issue of the journal was published",
        "definition": "Spring, Summer, Fall/Autumn, Winter.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.text",
        "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.text",
        "short": "Text representation of the date of which the issue of the journal was published",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.articleDate",
        "path": "Citation.citedArtifact.publicationForm.articleDate",
        "short": "The date the article was added to the database, or the date the article was released",
        "definition": "The date the article was added to the database, or the date the article was released (which may differ from the journal issue publication date).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.lastRevisionDate",
        "path": "Citation.citedArtifact.publicationForm.lastRevisionDate",
        "short": "The date the article was last revised or updated in the database",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.language",
        "path": "Citation.citedArtifact.publicationForm.language",
        "short": "Language in which this form of the article is published",
        "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Language"
            },
            {
              "url": "http://hl7.org/fhir/build/StructureDefinition/definition",
              "valueString": "A human language."
            }
          ],
          "strength": "preferred",
          "valueSet": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      {
        "id": "Citation.citedArtifact.publicationForm.accessionNumber",
        "path": "Citation.citedArtifact.publicationForm.accessionNumber",
        "short": "Entry number or identifier for inclusion in a database",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.pageString",
        "path": "Citation.citedArtifact.publicationForm.pageString",
        "short": "Used for full display of pagination",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.firstPage",
        "path": "Citation.citedArtifact.publicationForm.firstPage",
        "short": "Used for isolated representation of first page",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.lastPage",
        "path": "Citation.citedArtifact.publicationForm.lastPage",
        "short": "Used for isolated representation of last page",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.pageCount",
        "path": "Citation.citedArtifact.publicationForm.pageCount",
        "short": "Number of pages or screens",
        "definition": "Actual or approximate number of pages or screens.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.publicationForm.copyright",
        "path": "Citation.citedArtifact.publicationForm.copyright",
        "short": "Copyright notice for the full article or artifact",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.webLocation",
        "path": "Citation.citedArtifact.webLocation",
        "short": "Used for any URL for the article or artifact cited",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.webLocation.classifier",
        "path": "Citation.citedArtifact.webLocation.classifier",
        "short": "Code the reason for different URLs, e.g. abstract and full-text",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ArtifactUrlClassifier"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/artifact-url-classifier"
        }
      },
      {
        "id": "Citation.citedArtifact.webLocation.url",
        "path": "Citation.citedArtifact.webLocation.url",
        "short": "The specific URL",
        "comment": "Persistent URLs, like doi, are preferred.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.classification",
        "path": "Citation.citedArtifact.classification",
        "short": "The assignment to an organizing scheme",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.classification.type",
        "path": "Citation.citedArtifact.classification.type",
        "short": "The kind of classifier (e.g. publication type, keyword)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitedArtifactClassificationType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-classification-type"
        }
      },
      {
        "id": "Citation.citedArtifact.classification.classifier",
        "path": "Citation.citedArtifact.classification.classifier",
        "short": "The specific classification value",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CitationArtifactClassifier"
            }
          ],
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier"
        }
      },
      {
        "id": "Citation.citedArtifact.classification.artifactAssessment",
        "path": "Citation.citedArtifact.classification.artifactAssessment",
        "short": "Complex or externally created classification",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment"
            ]
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship",
        "path": "Citation.citedArtifact.contributorship",
        "short": "Attribution of authors and other contributors",
        "definition": "This element is used to list authors and other contributors, their contact information, specific contributions, and summary statements.",
        "requirements": "Need to support individualized and collective attribution of authorship and contributorship to people and groups.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.complete",
        "path": "Citation.citedArtifact.contributorship.complete",
        "short": "Indicates if the list includes all authors and/or contributors",
        "comment": "If list is incomplete \"et al\" can be appended to Contributorship.summary.value for display purposes.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry",
        "path": "Citation.citedArtifact.contributorship.entry",
        "short": "An individual entity named in the list",
        "definition": "An individual entity named in the author list or contributor list.",
        "comment": "Used to report contributorship in individualized ways.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.contributor",
        "path": "Citation.citedArtifact.contributorship.entry.contributor",
        "short": "The identity of the individual entity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.forenameInitials",
        "path": "Citation.citedArtifact.contributorship.entry.forenameInitials",
        "short": "Initials for forename",
        "comment": "This element is used in Medline based citations, but not supported fully by FHIR HumanName datatype.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.affiliation",
        "path": "Citation.citedArtifact.contributorship.entry.affiliation",
        "short": "Organizational affiliation",
        "definition": "Organization affiliated with the entity.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
            ]
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.contributionType",
        "path": "Citation.citedArtifact.contributorship.entry.contributionType",
        "short": "The specific contribution",
        "definition": "This element identifies the specific nature of an individual’s contribution with respect to the cited work.",
        "comment": "The CreDiT taxonomy provides a way to encode contribution information inside article XML files. The purpose of CRediT is to provide transparency in contributions to scholarly published work, to enable improved systems of attribution, credit, and accountability.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ArtifactContributionType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-type"
        }
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.role",
        "path": "Citation.citedArtifact.contributorship.entry.role",
        "short": "The role of the contributor (e.g. author, editor, reviewer)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContributorRole"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/contributor-role"
        }
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.contributionInstance",
        "path": "Citation.citedArtifact.contributorship.entry.contributionInstance",
        "short": "Contributions with accounting for time or number",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.type",
        "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.type",
        "short": "The specific contribution",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ArtifactContributionInstanceType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-instance-type"
        }
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.time",
        "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.time",
        "short": "The time that the contribution was made",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.correspondingContact",
        "path": "Citation.citedArtifact.contributorship.entry.correspondingContact",
        "short": "Indication of which contributor is the corresponding contributor for the role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.entry.rankingOrder",
        "path": "Citation.citedArtifact.contributorship.entry.rankingOrder",
        "short": "Ranked order of contribution",
        "definition": "Provides a numerical ranking to represent the degree of contributorship relative to other contributors, such as 1 for first author and 2 for second author.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.summary",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "ContributorshipSummary"
          }
        ],
        "path": "Citation.citedArtifact.contributorship.summary",
        "short": "Used to record a display of the author/contributor list without separate coding for each list member",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.contributorship.summary.type",
        "path": "Citation.citedArtifact.contributorship.summary.type",
        "short": "Either authorList or contributorshipStatement",
        "definition": "Used most commonly to express an author list or a contributorship statement.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContributorSummaryType"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-type"
        }
      },
      {
        "id": "Citation.citedArtifact.contributorship.summary.style",
        "path": "Citation.citedArtifact.contributorship.summary.style",
        "short": "The format for the display string",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContributorSummaryStyle"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-style"
        }
      },
      {
        "id": "Citation.citedArtifact.contributorship.summary.source",
        "path": "Citation.citedArtifact.contributorship.summary.source",
        "short": "Used to code the producer or rule for creating the display string",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContributorSummarySource"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-source"
        }
      },
      {
        "id": "Citation.citedArtifact.contributorship.summary.value",
        "path": "Citation.citedArtifact.contributorship.summary.value",
        "short": "The display string for the author list, contributor list, or contributorship statement",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "Citation.citedArtifact.note",
        "path": "Citation.citedArtifact.note",
        "short": "Any additional information or content for the article or artifact",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ]
      }
    ]
  }
}