{ "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.", "_filename": "citation.profile.json", "package_name": "hl7.fhir.r5.examples", "date": "2021-05-03T21:59:52+10:00", "derivation": "specialization", "meta": { "lastUpdated": "2021-05-03T21:59:52.634+10:00" }, "publisher": "Health Level Seven International (Clinical Decision Support)", "fhirVersion": "4.6.0", "name": "Citation", "mapping": [ { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Pattern", "identity": "workflow" }, { "uri": "http://hl7.org/fhir/object-implementation", "name": "Object Implementation Information", "identity": "objimpl" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "Citation", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "4.6.0", "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" } ], "snapshot": { "element": [ { "constraint": [ { "key": "cnl-0", "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", "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", "severity": "warning", "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" } ], "path": "Citation", "min": 0, "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.", "isModifier": false, "short": "A description of identification, location, or contributorship of a publication (article or artifact)", "mapping": [ { "map": "Definition", "identity": "workflow" }, { "map": "clinical.general", "identity": "w5" } ], "mustSupport": false, "max": "*", "id": "Citation", "base": { "max": "*", "min": 0, "path": "Citation" }, "isSummary": false }, { "path": "Citation.id", "min": 0, "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "isModifier": false, "short": "Logical id of this artifact", "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "mustSupport": false, "max": "1", "id": "Citation.id", "comment": "Typically, the resource has an id except for cases like the create operation, conditional updates.", "base": { "max": "1", "min": 0, "path": "Resource.id" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.meta", "min": 0, "definition": "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.", "isModifier": false, "short": "Metadata about the resource", "type": [ { "code": "Meta" } ], "mustSupport": false, "max": "1", "id": "Citation.meta", "base": { "max": "1", "min": 0, "path": "Resource.meta" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.implicitRules", "min": 0, "definition": "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.", "isModifier": true, "short": "A set of rules under which this content was created", "type": [ { "code": "uri" } ], "mustSupport": false, "max": "1", "id": "Citation.implicitRules", "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", "base": { "max": "1", "min": 0, "path": "Resource.implicitRules" }, "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.language", "min": 0, "definition": "The base language in which the resource is written.", "isModifier": false, "short": "Language of the resource content", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/build/StructureDefinition/definition", "valueString": "A human language." }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "IETF language tag" }, "max": "1", "id": "Citation.language", "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).", "base": { "max": "1", "min": 0, "path": "Resource.language" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.text", "min": 0, "definition": "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.", "isModifier": false, "short": "Text summary of the resource, for human interpretation", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "mustSupport": false, "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "Citation.text", "comment": "Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", "base": { "max": "1", "min": 0, "path": "DomainResource.text" }, "isSummary": false }, { "path": "Citation.contained", "min": 0, "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope.", "isModifier": false, "short": "Contained, inline Resources", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "mustSupport": false, "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "Citation.contained", "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", "base": { "max": "*", "min": 0, "path": "DomainResource.contained" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "DomainResource.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "DomainResource.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.url", "requirements": "Allows the citation to be referenced by a single globally unique identifier.", "min": 0, "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.", "isModifier": false, "short": "Canonical identifier for this citation, represented as a globally unique URI", "mapping": [ { "map": "Definition.url", "identity": "workflow" }, { "map": "FiveWs.identifier", "identity": "w5" } ], "type": [ { "code": "uri" } ], "mustSupport": false, "max": "1", "id": "Citation.url", "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.", "base": { "max": "1", "min": 0, "path": "Citation.url" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.identifier", "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation.", "min": 0, "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.", "isModifier": false, "short": "Identifier for the Citation resource itself", "mapping": [ { "map": "Definition.identifier", "identity": "workflow" }, { "map": "FiveWs.identifier", "identity": "w5" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.identifier", "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.", "base": { "max": "*", "min": 0, "path": "Citation.identifier" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.version", "min": 0, "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.", "isModifier": false, "short": "Business version of the citation", "mapping": [ { "map": "Definition.version", "identity": "workflow" }, { "map": "FiveWs.version", "identity": "w5" } ], "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.version", "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].", "base": { "max": "1", "min": 0, "path": "Citation.version" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.name", "requirements": "Support human navigation and code generation.", "min": 0, "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.", "isModifier": false, "short": "Name for this citation (computer friendly)", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.name", "condition": [ "cnl-0" ], "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.", "base": { "max": "1", "min": 0, "path": "Citation.name" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.title", "min": 0, "definition": "A short, descriptive, user-friendly title for the citation.", "isModifier": false, "short": "Name for this citation (human friendly)", "mapping": [ { "map": "Definition.title", "identity": "workflow" } ], "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.title", "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", "base": { "max": "1", "min": 0, "path": "Citation.title" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.status", "requirements": "Allows filtering of citations that are appropriate for use versus not.", "min": 1, "definition": "The status of this summary. Enables tracking the life-cycle of the content.", "isModifier": true, "short": "draft | active | retired | unknown", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.6.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PublicationStatus" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "1", "id": "Citation.status", "comment": "Allows filtering of summarys s that are appropriate for use versus not.", "base": { "max": "1", "min": 1, "path": "Citation.status" }, "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.experimental", "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level citation.", "min": 0, "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.", "isModifier": false, "short": "For testing purposes, not real usage", "mapping": [ { "map": "Definition.experimental", "identity": "workflow" }, { "map": "FiveWs.class", "identity": "w5" } ], "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.experimental", "comment": "Allows filtering of citations that are appropriate for use versus not.", "base": { "max": "1", "min": 0, "path": "Citation.experimental" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.date", "min": 0, "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.", "isModifier": false, "short": "Date last changed", "mapping": [ { "map": "Definition.date", "identity": "workflow" }, { "map": "FiveWs.recorded", "identity": "w5" } ], "type": [ { "code": "dateTime" } ], "mustSupport": false, "alias": [ "Revision Date" ], "max": "1", "id": "Citation.date", "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.", "base": { "max": "1", "min": 0, "path": "Citation.date" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.publisher", "requirements": "Helps establish the \"authority/credibility\" of the citation. May also allow for contact.", "min": 0, "definition": "The name of the organization or individual that published the citation.", "isModifier": false, "short": "The publisher of the Citation, not the publisher of the article or artifact being cited", "mapping": [ { "map": "Definition.publisher", "identity": "workflow" }, { "map": "FiveWs.witness", "identity": "w5" } ], "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.publisher", "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.", "base": { "max": "1", "min": 0, "path": "Citation.publisher" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.contact", "min": 0, "definition": "Contact details to assist a user in finding and communicating with the publisher.", "isModifier": false, "short": "Contact details for the publisher of the Citation Resource", "mapping": [ { "map": "Definition.contact", "identity": "workflow" } ], "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.contact", "comment": "May be a web site, an email address, a telephone number, etc.", "base": { "max": "*", "min": 0, "path": "Citation.contact" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.description", "min": 0, "definition": "A free text natural language description of the citation from a consumer's perspective.", "isModifier": false, "short": "Natural language description of the citation", "mapping": [ { "map": "Definition.description", "identity": "workflow" } ], "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.description", "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).", "base": { "max": "1", "min": 0, "path": "Citation.description" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.useContext", "requirements": "Assist in searching for appropriate content.", "min": 0, "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.", "isModifier": false, "short": "The context that the Citation Resource content is intended to support", "mapping": [ { "map": "Definition.useContext", "identity": "workflow" } ], "type": [ { "code": "UsageContext" } ], "mustSupport": false, "max": "*", "id": "Citation.useContext", "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", "base": { "max": "*", "min": 0, "path": "Citation.useContext" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.jurisdiction", "min": 0, "definition": "A legal or geographic region in which the citation is intended to be used.", "isModifier": false, "short": "Intended jurisdiction for citation (if applicable)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Jurisdiction" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "*", "id": "Citation.jurisdiction", "comment": "It may be possible for the citation to be used in jurisdictions other than those for which it was originally designed or intended.", "base": { "max": "*", "min": 0, "path": "Citation.jurisdiction" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.purpose", "min": 0, "definition": "Explanation of why this citation is needed and why it has been designed as it has.", "isModifier": false, "short": "Why this citation is defined", "mapping": [ { "map": "Definition.purpose", "identity": "workflow" }, { "map": "FiveWs.why[x]", "identity": "w5" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.purpose", "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.", "base": { "max": "1", "min": 0, "path": "Citation.purpose" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.copyright", "min": 0, "definition": "Use and/or publishing restrictions for the Citation, not for the cited artifact.", "isModifier": false, "short": "Use and/or publishing restrictions for the Citation, not for the cited artifact", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.copyright", "base": { "max": "1", "min": 0, "path": "Citation.copyright" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.approvalDate", "min": 0, "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", "isModifier": false, "short": "When the citation was approved by publisher", "mapping": [ { "map": "Definition.approvalDate", "identity": "workflow" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "date" } ], "mustSupport": false, "max": "1", "id": "Citation.approvalDate", "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.", "base": { "max": "1", "min": 0, "path": "Citation.approvalDate" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.lastReviewDate", "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, "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", "isModifier": false, "short": "When the citation was last reviewed", "mapping": [ { "map": "Definition.lastReviewDate", "identity": "workflow" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "date" } ], "mustSupport": false, "max": "1", "id": "Citation.lastReviewDate", "comment": "If specified, this date follows the original approval date.", "base": { "max": "1", "min": 0, "path": "Citation.lastReviewDate" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.effectivePeriod", "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, "definition": "The period during which the citation content was or is planned to be in active use.", "isModifier": false, "short": "When the citation is expected to be used", "mapping": [ { "map": "Definition.effectivePeriod", "identity": "workflow" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "Period" } ], "mustSupport": false, "max": "1", "id": "Citation.effectivePeriod", "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.", "base": { "max": "1", "min": 0, "path": "Citation.effectivePeriod" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.author", "min": 0, "definition": "Who authored the Citation.", "isModifier": false, "short": "Who authored the Citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.author", "base": { "max": "*", "min": 0, "path": "Citation.author" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.editor", "min": 0, "definition": "Who edited the Citation.", "isModifier": false, "short": "Who edited the Citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.editor", "base": { "max": "*", "min": 0, "path": "Citation.editor" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.reviewer", "min": 0, "definition": "Who reviewed the Citation.", "isModifier": false, "short": "Who reviewed the Citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.reviewer", "base": { "max": "*", "min": 0, "path": "Citation.reviewer" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.endorser", "min": 0, "definition": "Who endorsed the Citation.", "isModifier": false, "short": "Who endorsed the Citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.endorser", "base": { "max": "*", "min": 0, "path": "Citation.endorser" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.summary", "min": 0, "definition": "A human-readable display of the citation.", "isModifier": false, "short": "A human-readable display of the citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.summary", "base": { "max": "*", "min": 0, "path": "Citation.summary" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.summary.style", "min": 0, "definition": "Format for display of the citation.", "isModifier": false, "short": "Format for display of the citation", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/citation-summary-style", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationSummaryStyle" } ] }, "max": "1", "id": "Citation.summary.style", "base": { "max": "1", "min": 0, "path": "Citation.summary.style" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.summary.text", "min": 1, "definition": "The human-readable display of the citation.", "isModifier": false, "short": "The human-readable display of the citation", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.summary.text", "base": { "max": "1", "min": 1, "path": "Citation.summary.text" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.classification", "min": 0, "definition": "The assignment to an organizing scheme.", "isModifier": false, "short": "The assignment to an organizing scheme", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.classification", "base": { "max": "*", "min": 0, "path": "Citation.classification" }, "isSummary": false }, { "path": "Citation.classification.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.classification.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.classification.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.classification.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.classification.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.classification.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.classification.type", "min": 0, "definition": "The kind of classifier (e.g. publication type, keyword).", "isModifier": false, "short": "The kind of classifier (e.g. publication type, keyword)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/citation-classification-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationClassificationType" } ] }, "max": "1", "id": "Citation.classification.type", "base": { "max": "1", "min": 0, "path": "Citation.classification.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.classification.classifier", "min": 0, "definition": "The specific classification value.", "isModifier": false, "short": "The specific classification value", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationArtifactClassifier" } ] }, "max": "*", "id": "Citation.classification.classifier", "base": { "max": "*", "min": 0, "path": "Citation.classification.classifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.note", "min": 0, "definition": "Used for general notes and annotations not coded elsewhere.", "isModifier": false, "short": "Used for general notes and annotations not coded elsewhere", "type": [ { "code": "Annotation" } ], "mustSupport": false, "max": "*", "id": "Citation.note", "base": { "max": "*", "min": 0, "path": "Citation.note" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.currentState", "min": 0, "definition": "The status of the citation.", "isModifier": false, "short": "The status of the citation", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationStatusType" } ] }, "max": "*", "id": "Citation.currentState", "base": { "max": "*", "min": 0, "path": "Citation.currentState" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.statusDate", "min": 0, "definition": "An effective date or period for a status of the citation.", "isModifier": false, "short": "An effective date or period for a status of the citation", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.statusDate", "base": { "max": "*", "min": 0, "path": "Citation.statusDate" }, "isSummary": false }, { "path": "Citation.statusDate.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.statusDate.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.statusDate.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.statusDate.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.statusDate.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.statusDate.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.statusDate.activity", "min": 1, "definition": "Classification of the status.", "isModifier": false, "short": "Classification of the status", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationStatusType" } ] }, "max": "1", "id": "Citation.statusDate.activity", "base": { "max": "1", "min": 1, "path": "Citation.statusDate.activity" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.statusDate.actual", "min": 0, "definition": "Either occurred or expected.", "isModifier": false, "short": "Either occurred or expected", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.statusDate.actual", "base": { "max": "1", "min": 0, "path": "Citation.statusDate.actual" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.statusDate.period", "min": 1, "definition": "When the status started and/or ended.", "isModifier": false, "short": "When the status started and/or ended", "type": [ { "code": "Period" } ], "mustSupport": false, "max": "1", "id": "Citation.statusDate.period", "comment": "For an instance, place the same value in both start and end elements.", "base": { "max": "1", "min": 1, "path": "Citation.statusDate.period" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.relatesTo", "min": 0, "definition": "Artifact related to the Citation Resource.", "isModifier": false, "short": "Artifact related to the Citation Resource", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.relatesTo", "base": { "max": "*", "min": 0, "path": "Citation.relatesTo" }, "isSummary": false }, { "path": "Citation.relatesTo.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.relatesTo.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.relatesTo.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.relatesTo.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.relatesTo.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.relatesTo.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.relatesTo.relationshipType", "min": 1, "definition": "How the Citation resource relates to the target artifact.", "isModifier": false, "short": "How the Citation resource relates to the target artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/artifact-relationship-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArtifactRelationshipType" } ] }, "max": "1", "id": "Citation.relatesTo.relationshipType", "base": { "max": "1", "min": 1, "path": "Citation.relatesTo.relationshipType" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.relatesTo.targetClassifier", "min": 0, "definition": "The clasification of the related artifact.", "isModifier": false, "short": "The clasification of the related artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationArtifactClassifier" } ] }, "max": "*", "id": "Citation.relatesTo.targetClassifier", "base": { "max": "*", "min": 0, "path": "Citation.relatesTo.targetClassifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.relatesTo.target[x]", "min": 1, "definition": "The article or artifact that the Citation Resource is related to.", "isModifier": false, "short": "The article or artifact that the Citation Resource is related to", "type": [ { "code": "uri" }, { "code": "Identifier" }, { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ] }, { "code": "Attachment" } ], "mustSupport": false, "max": "1", "id": "Citation.relatesTo.target[x]", "base": { "max": "1", "min": 1, "path": "Citation.relatesTo.target[x]" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact", "min": 0, "definition": "The article or artifact being described.", "isModifier": false, "short": "The article or artifact being described", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact" }, "isSummary": false }, { "path": "Citation.citedArtifact.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.identifier", "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation.", "min": 0, "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.", "isModifier": false, "short": "May include DOI, PMID, PMCID, etc.", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.identifier", "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.", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.identifier" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.relatedIdentifier", "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation.", "min": 0, "definition": "A formal identifier that is used to identify things closely related to this citation.", "isModifier": false, "short": "May include trial registry identifiers", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.relatedIdentifier", "comment": "May include trial registry identifiers, e.g. NCT04372602 from clinicaltrials.gov. This identifier can be valid for multiple citation resources.", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.relatedIdentifier" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.dateAccessed", "min": 0, "definition": "When the cited artifact was accessed.", "isModifier": false, "short": "When the cited artifact was accessed", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.dateAccessed", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.dateAccessed" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.version", "min": 0, "definition": "The defined version of the cited artifact.", "isModifier": false, "short": "The defined version of the cited artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.version", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.version" }, "isSummary": false }, { "path": "Citation.citedArtifact.version.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.version.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.version.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.version.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.version.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.version.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.version.value", "min": 1, "definition": "The version number or other version identifier.", "isModifier": false, "short": "The version number or other version identifier", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.version.value", "base": { "max": "1", "min": 1, "path": "Citation.citedArtifact.version.value" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.version.baseCitation", "min": 0, "definition": "Citation for the main version of the cited artifact.", "isModifier": false, "short": "Citation for the main version of the cited artifact", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Citation" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.version.baseCitation", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.version.baseCitation" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.currentState", "min": 0, "definition": "The status of the cited artifact.", "isModifier": false, "short": "The status of the cited artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactStatusType" } ] }, "max": "*", "id": "Citation.citedArtifact.currentState", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.currentState" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.statusDate", "min": 0, "definition": "An effective date or period for a status of the cited artifact.", "isModifier": false, "short": "An effective date or period for a status of the cited artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.statusDate", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.statusDate" }, "isSummary": false }, { "path": "Citation.citedArtifact.statusDate.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.statusDate.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.statusDate.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.statusDate.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.statusDate.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.statusDate.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.statusDate.activity", "min": 1, "definition": "Classification of the status.", "isModifier": false, "short": "Classification of the status", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactStatusType" } ] }, "max": "1", "id": "Citation.citedArtifact.statusDate.activity", "base": { "max": "1", "min": 1, "path": "Citation.citedArtifact.statusDate.activity" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.statusDate.actual", "min": 0, "definition": "Either occurred or expected.", "isModifier": false, "short": "Either occurred or expected", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.statusDate.actual", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.statusDate.actual" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.statusDate.period", "min": 1, "definition": "When the status started and/or ended.", "isModifier": false, "short": "When the status started and/or ended", "type": [ { "code": "Period" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.statusDate.period", "comment": "For an instance, place the same value in both start and end elements.", "base": { "max": "1", "min": 1, "path": "Citation.citedArtifact.statusDate.period" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.title", "min": 0, "definition": "The title details of the article or artifact.", "isModifier": false, "short": "The title details of the article or artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.title", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.title" }, "isSummary": false }, { "path": "Citation.citedArtifact.title.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.title.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.title.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.title.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.title.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.title.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.title.type", "min": 0, "definition": "Used to express the reason or specific aspect for the title.", "isModifier": false, "short": "The kind of title", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/title-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "TitleType" } ] }, "max": "1", "id": "Citation.citedArtifact.title.type", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.title.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.title.language", "min": 0, "definition": "Used to express the specific language.", "isModifier": false, "short": "Used to express the specific language", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/build/StructureDefinition/definition", "valueString": "A human language." }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "1", "id": "Citation.citedArtifact.title.language", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.title.language" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.title.text", "min": 1, "definition": "The title of the article or artifact.", "isModifier": false, "short": "The title of the article or artifact", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.title.text", "base": { "max": "1", "min": 1, "path": "Citation.citedArtifact.title.text" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.abstract", "min": 0, "definition": "Summary of the article or artifact.", "isModifier": false, "short": "Summary of the article or artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.abstract", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.abstract" }, "isSummary": false }, { "path": "Citation.citedArtifact.abstract.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.abstract.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.abstract.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.abstract.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.abstract.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.abstract.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.abstract.type", "min": 0, "definition": "Used to express the reason or specific aspect for the abstract.", "isModifier": false, "short": "The kind of abstract", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-abstract-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactAbstractType" } ] }, "max": "1", "id": "Citation.citedArtifact.abstract.type", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.abstract.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.abstract.language", "min": 0, "definition": "Used to express the specific language.", "isModifier": false, "short": "Used to express the specific language", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/build/StructureDefinition/definition", "valueString": "A human language." }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "1", "id": "Citation.citedArtifact.abstract.language", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.abstract.language" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.abstract.text", "min": 1, "definition": "Abstract content.", "isModifier": false, "short": "Abstract content", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.abstract.text", "base": { "max": "1", "min": 1, "path": "Citation.citedArtifact.abstract.text" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.abstract.copyright", "min": 0, "definition": "Copyright notice for the abstract.", "isModifier": false, "short": "Copyright notice for the abstract", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.abstract.copyright", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.abstract.copyright" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.part", "min": 0, "definition": "The component of the article or artifact.", "isModifier": false, "short": "The component of the article or artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.part", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.part" }, "isSummary": false }, { "path": "Citation.citedArtifact.part.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.part.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.part.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.part.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.part.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.part.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.part.type", "min": 0, "definition": "The kind of component.", "isModifier": false, "short": "The kind of component", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-part-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactPartType" } ] }, "max": "1", "id": "Citation.citedArtifact.part.type", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.part.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.part.value", "min": 0, "definition": "The specification of the component.", "isModifier": false, "short": "The specification of the component", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.part.value", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.part.value" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.part.baseCitation", "min": 0, "definition": "The citation for the full article or artifact.", "isModifier": false, "short": "The citation for the full article or artifact", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Citation" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.part.baseCitation", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.part.baseCitation" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.relatesTo", "min": 0, "definition": "The artifact related to the cited artifact.", "isModifier": false, "short": "The artifact related to the cited artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.relatesTo", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.relatesTo" }, "isSummary": false }, { "path": "Citation.citedArtifact.relatesTo.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.relatesTo.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.relatesTo.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.relatesTo.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.relatesTo.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.relatesTo.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.relatesTo.relationshipType", "min": 1, "definition": "How the cited artifact resource relates to the target artifact.", "isModifier": false, "short": "How the cited artifact resource relates to the target artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/artifact-relationship-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArtifactRelationshipType" } ] }, "max": "1", "id": "Citation.citedArtifact.relatesTo.relationshipType", "base": { "max": "1", "min": 1, "path": "Citation.citedArtifact.relatesTo.relationshipType" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.relatesTo.targetClassifier", "min": 0, "definition": "The clasification of the related artifact.", "isModifier": false, "short": "The clasification of the related artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationArtifactClassifier" } ] }, "max": "*", "id": "Citation.citedArtifact.relatesTo.targetClassifier", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.relatesTo.targetClassifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.relatesTo.target[x]", "min": 1, "definition": "The article or artifact that the cited artifact is related to.", "isModifier": false, "short": "The article or artifact that the cited artifact is related to", "type": [ { "code": "uri" }, { "code": "Identifier" }, { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ] }, { "code": "Attachment" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.relatesTo.target[x]", "base": { "max": "1", "min": 1, "path": "Citation.citedArtifact.relatesTo.target[x]" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm", "min": 0, "definition": "If multiple, used to represent alternative forms of the article that are not separate citations.", "isModifier": false, "short": "If multiple, used to represent alternative forms of the article that are not separate citations", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.publicationForm", "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.", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.publicationForm" }, "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.publicationForm.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.publicationForm.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.publicationForm.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.publicationForm.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.publicationForm.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.publishedIn", "min": 0, "definition": "The collection the cited article or artifact is published in.", "isModifier": false, "short": "The collection the cited article or artifact is published in", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.publishedIn" }, "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.publishedIn.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.publicationForm.publishedIn.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.publicationForm.publishedIn.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.publicationForm.publishedIn.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.publicationForm.publishedIn.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.publishedIn.type", "min": 0, "definition": "Kind of container (e.g. Periodical, database, or book).", "isModifier": false, "short": "Kind of container (e.g. Periodical, database, or book)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/published-in-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PublishedInType" } ] }, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn.type", "comment": "Journals and newspapers are coded as Periodical.", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.publishedIn.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.publishedIn.identifier", "min": 0, "definition": "Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN.", "isModifier": false, "short": "Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.publicationForm.publishedIn.identifier", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.publicationForm.publishedIn.identifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.publishedIn.title", "min": 0, "definition": "Name of the database or title of the book or journal.", "isModifier": false, "short": "Name of the database or title of the book or journal", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn.title", "comment": "ClinicalTrials.gov is a name of a database.", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.publishedIn.title" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.publishedIn.publisher", "min": 0, "definition": "Name of the publisher.", "isModifier": false, "short": "Name of the publisher", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn.publisher", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.publishedIn.publisher" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation", "min": 0, "definition": "Geographic location of the publisher.", "isModifier": false, "short": "Geographic location of the publisher", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease", "min": 0, "definition": "The specific issue in which the cited article resides.", "isModifier": false, "short": "The specific issue in which the cited article resides", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease" }, "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.publicationForm.periodicRelease.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.publicationForm.periodicRelease.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.citedMedium", "min": 0, "definition": "Describes the form of the medium cited. Common codes are \"Internet\" or \"Print\".", "isModifier": false, "short": "Internet or Print", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/journal-issue-medium", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "JournalIssueMedium" } ] }, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.citedMedium", "comment": "National Library of Medicine uses the codes \"Internet\" or \"Print\".", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.citedMedium" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.volume", "min": 0, "definition": "Volume number of journal in which the article is published.", "isModifier": false, "short": "Volume number of journal in which the article is published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.volume", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.volume" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.issue", "min": 0, "definition": "Issue, part or supplement of journal in which the article is published.", "isModifier": false, "short": "Issue, part or supplement of journal in which the article is published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.issue", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.issue" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication", "min": 0, "definition": "Defining the date on which the issue of the journal was published.", "isModifier": false, "short": "Defining the date on which the issue of the journal was published", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication" }, "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.date", "min": 0, "definition": "Date on which the issue of the journal was published.", "isModifier": false, "short": "Date on which the issue of the journal was published", "type": [ { "code": "date" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.date", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.date" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.year", "min": 0, "definition": "Year on which the issue of the journal was published.", "isModifier": false, "short": "Year on which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.year", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.year" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.month", "min": 0, "definition": "Month on which the issue of the journal was published.", "isModifier": false, "short": "Month on which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.month", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.month" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.day", "min": 0, "definition": "Day on which the issue of the journal was published.", "isModifier": false, "short": "Day on which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.day", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.day" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.season", "min": 0, "definition": "Spring, Summer, Fall/Autumn, Winter.", "isModifier": false, "short": "Season on which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.season", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.season" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.text", "min": 0, "definition": "Text representation of the date of which the issue of the journal was published.", "isModifier": false, "short": "Text representation of the date of which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.text", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.text" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.articleDate", "min": 0, "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).", "isModifier": false, "short": "The date the article was added to the database, or the date the article was released", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.articleDate", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.articleDate" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.lastRevisionDate", "min": 0, "definition": "The date the article was last revised or updated in the database.", "isModifier": false, "short": "The date the article was last revised or updated in the database", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.lastRevisionDate", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.lastRevisionDate" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.language", "min": 0, "definition": "Language in which this form of the article is published.", "isModifier": false, "short": "Language in which this form of the article is published", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/build/StructureDefinition/definition", "valueString": "A human language." }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "*", "id": "Citation.citedArtifact.publicationForm.language", "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).", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.publicationForm.language" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.accessionNumber", "min": 0, "definition": "Entry number or identifier for inclusion in a database.", "isModifier": false, "short": "Entry number or identifier for inclusion in a database", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.accessionNumber", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.accessionNumber" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.pageString", "min": 0, "definition": "Used for full display of pagination.", "isModifier": false, "short": "Used for full display of pagination", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.pageString", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.pageString" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.firstPage", "min": 0, "definition": "Used for isolated representation of first page.", "isModifier": false, "short": "Used for isolated representation of first page", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.firstPage", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.firstPage" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.lastPage", "min": 0, "definition": "Used for isolated representation of last page.", "isModifier": false, "short": "Used for isolated representation of last page", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.lastPage", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.lastPage" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.pageCount", "min": 0, "definition": "Actual or approximate number of pages or screens.", "isModifier": false, "short": "Number of pages or screens", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.pageCount", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.pageCount" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.publicationForm.copyright", "min": 0, "definition": "Copyright notice for the full article or artifact.", "isModifier": false, "short": "Copyright notice for the full article or artifact", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.copyright", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.publicationForm.copyright" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.webLocation", "min": 0, "definition": "Used for any URL for the article or artifact cited.", "isModifier": false, "short": "Used for any URL for the article or artifact cited", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.webLocation", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.webLocation" }, "isSummary": false }, { "path": "Citation.citedArtifact.webLocation.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.webLocation.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.webLocation.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.webLocation.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.webLocation.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.webLocation.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.webLocation.type", "min": 0, "definition": "Code the reason for different URLs, e.g. abstract and full-text.", "isModifier": false, "short": "Code the reason for different URLs, e.g. abstract and full-text", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/article-url-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArticleUrlType" } ] }, "max": "1", "id": "Citation.citedArtifact.webLocation.type", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.webLocation.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.webLocation.url", "min": 0, "definition": "The specific URL.", "isModifier": false, "short": "The specific URL", "type": [ { "code": "uri" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.webLocation.url", "comment": "Persistent URLs, like doi, are preferred.", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.webLocation.url" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.classification", "min": 0, "definition": "The assignment to an organizing scheme.", "isModifier": false, "short": "The assignment to an organizing scheme", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.classification", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.classification" }, "isSummary": false }, { "path": "Citation.citedArtifact.classification.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.classification.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.classification.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.classification.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.classification.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.classification.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.classification.type", "min": 0, "definition": "The kind of classifier (e.g. publication type, keyword).", "isModifier": false, "short": "The kind of classifier (e.g. publication type, keyword)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-classification-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactClassificationType" } ] }, "max": "1", "id": "Citation.citedArtifact.classification.type", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.classification.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.classification.classifier", "min": 0, "definition": "The specific classification value.", "isModifier": false, "short": "The specific classification value", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationArtifactClassifier" } ] }, "max": "*", "id": "Citation.citedArtifact.classification.classifier", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.classification.classifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.classification.whoClassified", "min": 0, "definition": "Provenance and copyright of classification.", "isModifier": false, "short": "Provenance and copyright of classification", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.classification.whoClassified" }, "isSummary": false }, { "path": "Citation.citedArtifact.classification.whoClassified.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.classification.whoClassified.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.classification.whoClassified.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.classification.whoClassified.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.classification.whoClassified.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.classification.whoClassified.person", "min": 0, "definition": "Person who created the classification.", "isModifier": false, "short": "Person who created the classification", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Person", "http://hl7.org/fhir/StructureDefinition/Practitioner" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.person", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.classification.whoClassified.person" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.classification.whoClassified.organization", "min": 0, "definition": "Organization who created the classification.", "isModifier": false, "short": "Organization who created the classification", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.organization", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.classification.whoClassified.organization" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.classification.whoClassified.publisher", "min": 0, "definition": "The publisher of the classification, not the publisher of the article or artifact being cited.", "isModifier": false, "short": "The publisher of the classification, not the publisher of the article or artifact being cited", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.publisher", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.classification.whoClassified.publisher" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.classification.whoClassified.classifierCopyright", "min": 0, "definition": "Rights management statement for the classification.", "isModifier": false, "short": "Rights management statement for the classification", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.classifierCopyright", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.classification.whoClassified.classifierCopyright" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.classification.whoClassified.freeToShare", "min": 0, "definition": "Acceptable to re-use the classification.", "isModifier": false, "short": "Acceptable to re-use the classification", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.freeToShare", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.classification.whoClassified.freeToShare" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship", "requirements": "Need to support individualized and collective attribution of authorship and contributorship to people and groups.", "min": 0, "definition": "This element is used to list authors and other contributors, their contact information, specific contributions, and summary statements.", "isModifier": false, "short": "Attribution of authors and other contributors", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship" }, "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.contributorship.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.contributorship.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.contributorship.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.complete", "min": 0, "definition": "Indicates if the list includes all authors and/or contributors.", "isModifier": false, "short": "Indicates if the list includes all authors and/or contributors", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.complete", "comment": "If list is incomplete \"et al\" can be appended to Contributorship.summary.value for display purposes.", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.complete" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry", "min": 0, "definition": "An individual entity named in the author list or contributor list.", "isModifier": false, "short": "An individual entity named in the list", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry", "comment": "Used to report contributorship in individualized ways.", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.contributorship.entry" }, "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.contributorship.entry.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.entry.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.contributorship.entry.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.entry.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.contributorship.entry.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.name", "min": 0, "definition": "A name associated with the individual.", "isModifier": false, "short": "A name associated with the person", "type": [ { "code": "HumanName" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.name", "comment": "humanName.family can match MEDLINE-based lastName (used for surname or single name), humanName.given can match MEDLINE-based forename (used for remainder of name except for suffix), humanName.suffix can match MEDLINE-based suffix (eg 2nd, 3rd, Jr, Sr).", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.name" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.initials", "min": 0, "definition": "Initials for forename.", "isModifier": false, "short": "Initials for forename", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.initials", "comment": "This element is used in Medline based citations, but not supported fully by FHIR HumanName datatype.", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.initials" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.collectiveName", "min": 0, "definition": "Used for collective or corporate name as an author.", "isModifier": false, "short": "Used for collective or corporate name as an author", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.collectiveName", "comment": "This element is used in Medline based citations, but not supported fully by FHIR HumanName datatype.", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.collectiveName" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.identifier", "min": 0, "definition": "Unique person identifier.", "isModifier": false, "short": "Author identifier, eg ORCID", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.identifier", "comment": "Avoids needing to disambiguate common last names or changes of name. ORCID is commonly used as author identifier.", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.identifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo", "min": 0, "definition": "Organization affiliated with the entity.", "isModifier": false, "short": "Organizational affiliation", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo" }, "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.affiliation", "min": 0, "definition": "Display for the organization.", "isModifier": false, "short": "Display for the organization", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo.affiliation", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.affiliation" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.role", "min": 0, "definition": "Role within the organization, such as professional title.", "isModifier": false, "short": "Role within the organization, such as professional title", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo.role", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.role" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.identifier", "min": 0, "definition": "Identifier for the organization.", "isModifier": false, "short": "Identifier for the organization", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo.identifier", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.identifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.address", "min": 0, "definition": "Physical mailing address for the author or contributor.", "isModifier": false, "short": "Physical mailing address", "type": [ { "code": "Address" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.address", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.address" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.telecom", "min": 0, "definition": "Email or telephone contact methods for the author or contributor.", "isModifier": false, "short": "Email or telephone contact methods for the author or contributor", "type": [ { "code": "ContactPoint" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.telecom", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.telecom" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.contributionType", "min": 0, "definition": "This element identifies the specific nature of an individual’s contribution with respect to the cited work.", "isModifier": false, "short": "The specific contribution", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArtifactContributionType" } ] }, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.contributionType", "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.", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.contributionType" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.role", "min": 0, "definition": "The role of the contributor (e.g. author, editor, reviewer).", "isModifier": false, "short": "The role of the contributor (e.g. author, editor, reviewer)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/contributor-role", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContributorRole" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.role", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.role" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.contributionInstance", "min": 0, "definition": "Contributions with accounting for time or number.", "isModifier": false, "short": "Contributions with accounting for time or number", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.contributionInstance", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.contributionInstance" }, "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.type", "min": 1, "definition": "The specific contribution.", "isModifier": false, "short": "The specific contribution", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-instance-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArtifactContributionInstanceType" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.type", "base": { "max": "1", "min": 1, "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.time", "min": 0, "definition": "The time that the contribution was made.", "isModifier": false, "short": "The time that the contribution was made", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.time", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.time" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.correspondingContact", "min": 0, "definition": "Indication of which contributor is the corresponding contributor for the role.", "isModifier": false, "short": "Indication of which contributor is the corresponding contributor for the role", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.correspondingContact", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.correspondingContact" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.entry.listOrder", "min": 0, "definition": "Used to code order of authors.", "isModifier": false, "short": "Used to code order of authors", "type": [ { "code": "positiveInt" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.listOrder", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.entry.listOrder" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.summary", "min": 0, "definition": "Used to record a display of the author/contributor list without separate coding for each list member.", "isModifier": false, "short": "Used to record a display of the author/contributor list without separate coding for each list member", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.summary", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.contributorship.summary" }, "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.summary.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUri": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Citation.citedArtifact.contributorship.summary.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.summary.extension", "min": 0, "definition": "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.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Citation.citedArtifact.contributorship.summary.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Citation.citedArtifact.contributorship.summary.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", "min": 0, "definition": "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's 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).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Citation.citedArtifact.contributorship.summary.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.summary.type", "min": 0, "definition": "Used most commonly to express an author list or a contributorship statement.", "isModifier": false, "short": "Either authorList or contributorshipStatement", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContributorSummaryType" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.summary.type", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.summary.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.summary.style", "min": 0, "definition": "The format for the display string.", "isModifier": false, "short": "The format for the display string", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-style", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContributorSummaryStyle" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.summary.style", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.summary.style" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.summary.source", "min": 0, "definition": "Used to code the producer or rule for creating the display string.", "isModifier": false, "short": "Used to code the producer or rule for creating the display string", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-source", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContributorSummarySource" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.summary.source", "base": { "max": "1", "min": 0, "path": "Citation.citedArtifact.contributorship.summary.source" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.contributorship.summary.value", "min": 1, "definition": "The display string for the author list, contributor list, or contributorship statement.", "isModifier": false, "short": "The display string for the author list, contributor list, or contributorship statement", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.summary.value", "base": { "max": "1", "min": 1, "path": "Citation.citedArtifact.contributorship.summary.value" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Citation.citedArtifact.note", "min": 0, "definition": "Any additional information or content for the article or artifact.", "isModifier": false, "short": "Any additional information or content for the article or artifact", "type": [ { "code": "Annotation" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.note", "base": { "max": "*", "min": 0, "path": "Citation.citedArtifact.note" }, "isSummary": false } ] }, "status": "draft", "id": "6c00447d-fef7-4cce-b718-cb92e886209c", "kind": "resource", "url": "http://hl7.org/fhir/StructureDefinition/Citation", "version": "4.6.0", "differential": { "element": [ { "constraint": [ { "key": "cnl-0", "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", "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", "severity": "warning", "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" } ], "path": "Citation", "min": 0, "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.", "isModifier": false, "short": "A description of identification, location, or contributorship of a publication (article or artifact)", "mapping": [ { "map": "clinical.general", "identity": "w5" } ], "mustSupport": false, "max": "*", "id": "Citation" }, { "path": "Citation.url", "requirements": "Allows the citation to be referenced by a single globally unique identifier.", "min": 0, "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.", "isModifier": false, "short": "Canonical identifier for this citation, represented as a globally unique URI", "mapping": [ { "map": "Definition.url", "identity": "workflow" }, { "map": "FiveWs.identifier", "identity": "w5" } ], "type": [ { "code": "uri" } ], "mustSupport": false, "max": "1", "id": "Citation.url", "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.", "isSummary": true }, { "path": "Citation.identifier", "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation.", "min": 0, "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.", "isModifier": false, "short": "Identifier for the Citation resource itself", "mapping": [ { "map": "Definition.identifier", "identity": "workflow" }, { "map": "FiveWs.identifier", "identity": "w5" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.identifier", "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.", "isSummary": true }, { "path": "Citation.version", "min": 0, "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.", "isModifier": false, "short": "Business version of the citation", "mapping": [ { "map": "Definition.version", "identity": "workflow" }, { "map": "FiveWs.version", "identity": "w5" } ], "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.version", "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].", "isSummary": true }, { "path": "Citation.name", "requirements": "Support human navigation and code generation.", "min": 0, "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.", "isModifier": false, "short": "Name for this citation (computer friendly)", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.name", "condition": [ "cnl-0" ], "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.", "isSummary": true }, { "path": "Citation.title", "min": 0, "definition": "A short, descriptive, user-friendly title for the citation.", "isModifier": false, "short": "Name for this citation (human friendly)", "mapping": [ { "map": "Definition.title", "identity": "workflow" } ], "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.title", "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", "isSummary": true }, { "path": "Citation.status", "requirements": "Allows filtering of citations that are appropriate for use versus not.", "min": 1, "definition": "The status of this summary. Enables tracking the life-cycle of the content.", "isModifier": true, "short": "draft | active | retired | unknown", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.6.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PublicationStatus" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "1", "id": "Citation.status", "comment": "Allows filtering of summarys s that are appropriate for use versus not.", "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", "isSummary": true }, { "path": "Citation.experimental", "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level citation.", "min": 0, "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.", "isModifier": false, "short": "For testing purposes, not real usage", "mapping": [ { "map": "Definition.experimental", "identity": "workflow" }, { "map": "FiveWs.class", "identity": "w5" } ], "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.experimental", "comment": "Allows filtering of citations that are appropriate for use versus not.", "isSummary": true }, { "path": "Citation.date", "min": 0, "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.", "isModifier": false, "short": "Date last changed", "mapping": [ { "map": "Definition.date", "identity": "workflow" }, { "map": "FiveWs.recorded", "identity": "w5" } ], "type": [ { "code": "dateTime" } ], "mustSupport": false, "alias": [ "Revision Date" ], "max": "1", "id": "Citation.date", "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.", "isSummary": true }, { "path": "Citation.publisher", "requirements": "Helps establish the \"authority/credibility\" of the citation. May also allow for contact.", "min": 0, "definition": "The name of the organization or individual that published the citation.", "isModifier": false, "short": "The publisher of the Citation, not the publisher of the article or artifact being cited", "mapping": [ { "map": "Definition.publisher", "identity": "workflow" }, { "map": "FiveWs.witness", "identity": "w5" } ], "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.publisher", "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.", "isSummary": true }, { "path": "Citation.contact", "min": 0, "definition": "Contact details to assist a user in finding and communicating with the publisher.", "isModifier": false, "short": "Contact details for the publisher of the Citation Resource", "mapping": [ { "map": "Definition.contact", "identity": "workflow" } ], "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.contact", "comment": "May be a web site, an email address, a telephone number, etc.", "isSummary": true }, { "path": "Citation.description", "min": 0, "definition": "A free text natural language description of the citation from a consumer's perspective.", "isModifier": false, "short": "Natural language description of the citation", "mapping": [ { "map": "Definition.description", "identity": "workflow" } ], "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.description", "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).", "isSummary": false }, { "path": "Citation.useContext", "requirements": "Assist in searching for appropriate content.", "min": 0, "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.", "isModifier": false, "short": "The context that the Citation Resource content is intended to support", "mapping": [ { "map": "Definition.useContext", "identity": "workflow" } ], "type": [ { "code": "UsageContext" } ], "mustSupport": false, "max": "*", "id": "Citation.useContext", "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", "isSummary": true }, { "path": "Citation.jurisdiction", "min": 0, "definition": "A legal or geographic region in which the citation is intended to be used.", "isModifier": false, "short": "Intended jurisdiction for citation (if applicable)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Jurisdiction" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "*", "id": "Citation.jurisdiction", "comment": "It may be possible for the citation to be used in jurisdictions other than those for which it was originally designed or intended.", "isSummary": true }, { "path": "Citation.purpose", "min": 0, "definition": "Explanation of why this citation is needed and why it has been designed as it has.", "isModifier": false, "short": "Why this citation is defined", "mapping": [ { "map": "Definition.purpose", "identity": "workflow" }, { "map": "FiveWs.why[x]", "identity": "w5" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.purpose", "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.", "isSummary": false }, { "path": "Citation.copyright", "min": 0, "definition": "Use and/or publishing restrictions for the Citation, not for the cited artifact.", "isModifier": false, "short": "Use and/or publishing restrictions for the Citation, not for the cited artifact", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.copyright", "isSummary": false }, { "path": "Citation.approvalDate", "min": 0, "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", "isModifier": false, "short": "When the citation was approved by publisher", "mapping": [ { "map": "Definition.approvalDate", "identity": "workflow" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "date" } ], "mustSupport": false, "max": "1", "id": "Citation.approvalDate", "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.", "isSummary": false }, { "path": "Citation.lastReviewDate", "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, "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", "isModifier": false, "short": "When the citation was last reviewed", "mapping": [ { "map": "Definition.lastReviewDate", "identity": "workflow" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "date" } ], "mustSupport": false, "max": "1", "id": "Citation.lastReviewDate", "comment": "If specified, this date follows the original approval date.", "isSummary": false }, { "path": "Citation.effectivePeriod", "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, "definition": "The period during which the citation content was or is planned to be in active use.", "isModifier": false, "short": "When the citation is expected to be used", "mapping": [ { "map": "Definition.effectivePeriod", "identity": "workflow" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "Period" } ], "mustSupport": false, "max": "1", "id": "Citation.effectivePeriod", "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.", "isSummary": true }, { "path": "Citation.author", "min": 0, "definition": "Who authored the Citation.", "isModifier": false, "short": "Who authored the Citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.author", "isSummary": false }, { "path": "Citation.editor", "min": 0, "definition": "Who edited the Citation.", "isModifier": false, "short": "Who edited the Citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.editor", "isSummary": false }, { "path": "Citation.reviewer", "min": 0, "definition": "Who reviewed the Citation.", "isModifier": false, "short": "Who reviewed the Citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.reviewer", "isSummary": false }, { "path": "Citation.endorser", "min": 0, "definition": "Who endorsed the Citation.", "isModifier": false, "short": "Who endorsed the Citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.endorser", "isSummary": false }, { "path": "Citation.summary", "min": 0, "definition": "A human-readable display of the citation.", "isModifier": false, "short": "A human-readable display of the citation", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "Citation.summary", "isSummary": false }, { "path": "Citation.summary.style", "min": 0, "definition": "Format for display of the citation.", "isModifier": false, "short": "Format for display of the citation", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/citation-summary-style", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationSummaryStyle" } ] }, "max": "1", "id": "Citation.summary.style", "isSummary": false }, { "path": "Citation.summary.text", "min": 1, "definition": "The human-readable display of the citation.", "isModifier": false, "short": "The human-readable display of the citation", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.summary.text", "isSummary": true }, { "path": "Citation.classification", "min": 0, "definition": "The assignment to an organizing scheme.", "isModifier": false, "short": "The assignment to an organizing scheme", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.classification", "isSummary": false }, { "path": "Citation.classification.type", "min": 0, "definition": "The kind of classifier (e.g. publication type, keyword).", "isModifier": false, "short": "The kind of classifier (e.g. publication type, keyword)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/citation-classification-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationClassificationType" } ] }, "max": "1", "id": "Citation.classification.type", "isSummary": false }, { "path": "Citation.classification.classifier", "min": 0, "definition": "The specific classification value.", "isModifier": false, "short": "The specific classification value", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationArtifactClassifier" } ] }, "max": "*", "id": "Citation.classification.classifier", "isSummary": false }, { "path": "Citation.note", "min": 0, "definition": "Used for general notes and annotations not coded elsewhere.", "isModifier": false, "short": "Used for general notes and annotations not coded elsewhere", "type": [ { "code": "Annotation" } ], "mustSupport": false, "max": "*", "id": "Citation.note", "isSummary": false }, { "path": "Citation.currentState", "min": 0, "definition": "The status of the citation.", "isModifier": false, "short": "The status of the citation", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationStatusType" } ] }, "max": "*", "id": "Citation.currentState", "isSummary": false }, { "path": "Citation.statusDate", "min": 0, "definition": "An effective date or period for a status of the citation.", "isModifier": false, "short": "An effective date or period for a status of the citation", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.statusDate", "isSummary": false }, { "path": "Citation.statusDate.activity", "min": 1, "definition": "Classification of the status.", "isModifier": false, "short": "Classification of the status", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationStatusType" } ] }, "max": "1", "id": "Citation.statusDate.activity", "isSummary": false }, { "path": "Citation.statusDate.actual", "min": 0, "definition": "Either occurred or expected.", "isModifier": false, "short": "Either occurred or expected", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.statusDate.actual", "isSummary": false }, { "path": "Citation.statusDate.period", "min": 1, "definition": "When the status started and/or ended.", "isModifier": false, "short": "When the status started and/or ended", "type": [ { "code": "Period" } ], "mustSupport": false, "max": "1", "id": "Citation.statusDate.period", "comment": "For an instance, place the same value in both start and end elements.", "isSummary": false }, { "path": "Citation.relatesTo", "min": 0, "definition": "Artifact related to the Citation Resource.", "isModifier": false, "short": "Artifact related to the Citation Resource", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.relatesTo", "isSummary": false }, { "path": "Citation.relatesTo.relationshipType", "min": 1, "definition": "How the Citation resource relates to the target artifact.", "isModifier": false, "short": "How the Citation resource relates to the target artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/artifact-relationship-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArtifactRelationshipType" } ] }, "max": "1", "id": "Citation.relatesTo.relationshipType", "isSummary": false }, { "path": "Citation.relatesTo.targetClassifier", "min": 0, "definition": "The clasification of the related artifact.", "isModifier": false, "short": "The clasification of the related artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationArtifactClassifier" } ] }, "max": "*", "id": "Citation.relatesTo.targetClassifier", "isSummary": false }, { "path": "Citation.relatesTo.target[x]", "min": 1, "definition": "The article or artifact that the Citation Resource is related to.", "isModifier": false, "short": "The article or artifact that the Citation Resource is related to", "type": [ { "code": "uri" }, { "code": "Identifier" }, { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ] }, { "code": "Attachment" } ], "mustSupport": false, "max": "1", "id": "Citation.relatesTo.target[x]", "isSummary": false }, { "path": "Citation.citedArtifact", "min": 0, "definition": "The article or artifact being described.", "isModifier": false, "short": "The article or artifact being described", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact", "isSummary": false }, { "path": "Citation.citedArtifact.identifier", "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation.", "min": 0, "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.", "isModifier": false, "short": "May include DOI, PMID, PMCID, etc.", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.identifier", "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.", "isSummary": true }, { "path": "Citation.citedArtifact.relatedIdentifier", "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation.", "min": 0, "definition": "A formal identifier that is used to identify things closely related to this citation.", "isModifier": false, "short": "May include trial registry identifiers", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.relatedIdentifier", "comment": "May include trial registry identifiers, e.g. NCT04372602 from clinicaltrials.gov. This identifier can be valid for multiple citation resources.", "isSummary": true }, { "path": "Citation.citedArtifact.dateAccessed", "min": 0, "definition": "When the cited artifact was accessed.", "isModifier": false, "short": "When the cited artifact was accessed", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.dateAccessed", "isSummary": true }, { "path": "Citation.citedArtifact.version", "min": 0, "definition": "The defined version of the cited artifact.", "isModifier": false, "short": "The defined version of the cited artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.version", "isSummary": false }, { "path": "Citation.citedArtifact.version.value", "min": 1, "definition": "The version number or other version identifier.", "isModifier": false, "short": "The version number or other version identifier", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.version.value", "isSummary": false }, { "path": "Citation.citedArtifact.version.baseCitation", "min": 0, "definition": "Citation for the main version of the cited artifact.", "isModifier": false, "short": "Citation for the main version of the cited artifact", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Citation" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.version.baseCitation", "isSummary": false }, { "path": "Citation.citedArtifact.currentState", "min": 0, "definition": "The status of the cited artifact.", "isModifier": false, "short": "The status of the cited artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactStatusType" } ] }, "max": "*", "id": "Citation.citedArtifact.currentState", "isSummary": false }, { "path": "Citation.citedArtifact.statusDate", "min": 0, "definition": "An effective date or period for a status of the cited artifact.", "isModifier": false, "short": "An effective date or period for a status of the cited artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.statusDate", "isSummary": false }, { "path": "Citation.citedArtifact.statusDate.activity", "min": 1, "definition": "Classification of the status.", "isModifier": false, "short": "Classification of the status", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactStatusType" } ] }, "max": "1", "id": "Citation.citedArtifact.statusDate.activity", "isSummary": false }, { "path": "Citation.citedArtifact.statusDate.actual", "min": 0, "definition": "Either occurred or expected.", "isModifier": false, "short": "Either occurred or expected", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.statusDate.actual", "isSummary": false }, { "path": "Citation.citedArtifact.statusDate.period", "min": 1, "definition": "When the status started and/or ended.", "isModifier": false, "short": "When the status started and/or ended", "type": [ { "code": "Period" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.statusDate.period", "comment": "For an instance, place the same value in both start and end elements.", "isSummary": false }, { "path": "Citation.citedArtifact.title", "min": 0, "definition": "The title details of the article or artifact.", "isModifier": false, "short": "The title details of the article or artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.title", "isSummary": false }, { "path": "Citation.citedArtifact.title.type", "min": 0, "definition": "Used to express the reason or specific aspect for the title.", "isModifier": false, "short": "The kind of title", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/title-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "TitleType" } ] }, "max": "1", "id": "Citation.citedArtifact.title.type", "isSummary": false }, { "path": "Citation.citedArtifact.title.language", "min": 0, "definition": "Used to express the specific language.", "isModifier": false, "short": "Used to express the specific language", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/build/StructureDefinition/definition", "valueString": "A human language." }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "1", "id": "Citation.citedArtifact.title.language", "isSummary": false }, { "path": "Citation.citedArtifact.title.text", "min": 1, "definition": "The title of the article or artifact.", "isModifier": false, "short": "The title of the article or artifact", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.title.text", "isSummary": false }, { "path": "Citation.citedArtifact.abstract", "min": 0, "definition": "Summary of the article or artifact.", "isModifier": false, "short": "Summary of the article or artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.abstract", "isSummary": false }, { "path": "Citation.citedArtifact.abstract.type", "min": 0, "definition": "Used to express the reason or specific aspect for the abstract.", "isModifier": false, "short": "The kind of abstract", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-abstract-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactAbstractType" } ] }, "max": "1", "id": "Citation.citedArtifact.abstract.type", "isSummary": false }, { "path": "Citation.citedArtifact.abstract.language", "min": 0, "definition": "Used to express the specific language.", "isModifier": false, "short": "Used to express the specific language", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/build/StructureDefinition/definition", "valueString": "A human language." }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "1", "id": "Citation.citedArtifact.abstract.language", "isSummary": false }, { "path": "Citation.citedArtifact.abstract.text", "min": 1, "definition": "Abstract content.", "isModifier": false, "short": "Abstract content", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.abstract.text", "isSummary": false }, { "path": "Citation.citedArtifact.abstract.copyright", "min": 0, "definition": "Copyright notice for the abstract.", "isModifier": false, "short": "Copyright notice for the abstract", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.abstract.copyright", "isSummary": false }, { "path": "Citation.citedArtifact.part", "min": 0, "definition": "The component of the article or artifact.", "isModifier": false, "short": "The component of the article or artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.part", "isSummary": false }, { "path": "Citation.citedArtifact.part.type", "min": 0, "definition": "The kind of component.", "isModifier": false, "short": "The kind of component", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-part-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactPartType" } ] }, "max": "1", "id": "Citation.citedArtifact.part.type", "isSummary": false }, { "path": "Citation.citedArtifact.part.value", "min": 0, "definition": "The specification of the component.", "isModifier": false, "short": "The specification of the component", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.part.value", "isSummary": false }, { "path": "Citation.citedArtifact.part.baseCitation", "min": 0, "definition": "The citation for the full article or artifact.", "isModifier": false, "short": "The citation for the full article or artifact", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Citation" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.part.baseCitation", "isSummary": false }, { "path": "Citation.citedArtifact.relatesTo", "min": 0, "definition": "The artifact related to the cited artifact.", "isModifier": false, "short": "The artifact related to the cited artifact", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.relatesTo", "isSummary": false }, { "path": "Citation.citedArtifact.relatesTo.relationshipType", "min": 1, "definition": "How the cited artifact resource relates to the target artifact.", "isModifier": false, "short": "How the cited artifact resource relates to the target artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/artifact-relationship-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArtifactRelationshipType" } ] }, "max": "1", "id": "Citation.citedArtifact.relatesTo.relationshipType", "isSummary": false }, { "path": "Citation.citedArtifact.relatesTo.targetClassifier", "min": 0, "definition": "The clasification of the related artifact.", "isModifier": false, "short": "The clasification of the related artifact", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationArtifactClassifier" } ] }, "max": "*", "id": "Citation.citedArtifact.relatesTo.targetClassifier", "isSummary": false }, { "path": "Citation.citedArtifact.relatesTo.target[x]", "min": 1, "definition": "The article or artifact that the cited artifact is related to.", "isModifier": false, "short": "The article or artifact that the cited artifact is related to", "type": [ { "code": "uri" }, { "code": "Identifier" }, { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ] }, { "code": "Attachment" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.relatesTo.target[x]", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm", "min": 0, "definition": "If multiple, used to represent alternative forms of the article that are not separate citations.", "isModifier": false, "short": "If multiple, used to represent alternative forms of the article that are not separate citations", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.publicationForm", "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.", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.publishedIn", "min": 0, "definition": "The collection the cited article or artifact is published in.", "isModifier": false, "short": "The collection the cited article or artifact is published in", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.publishedIn.type", "min": 0, "definition": "Kind of container (e.g. Periodical, database, or book).", "isModifier": false, "short": "Kind of container (e.g. Periodical, database, or book)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/published-in-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PublishedInType" } ] }, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn.type", "comment": "Journals and newspapers are coded as Periodical.", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.publishedIn.identifier", "min": 0, "definition": "Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN.", "isModifier": false, "short": "Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.publicationForm.publishedIn.identifier", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.publishedIn.title", "min": 0, "definition": "Name of the database or title of the book or journal.", "isModifier": false, "short": "Name of the database or title of the book or journal", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn.title", "comment": "ClinicalTrials.gov is a name of a database.", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.publishedIn.publisher", "min": 0, "definition": "Name of the publisher.", "isModifier": false, "short": "Name of the publisher", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn.publisher", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation", "min": 0, "definition": "Geographic location of the publisher.", "isModifier": false, "short": "Geographic location of the publisher", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease", "min": 0, "definition": "The specific issue in which the cited article resides.", "isModifier": false, "short": "The specific issue in which the cited article resides", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.citedMedium", "min": 0, "definition": "Describes the form of the medium cited. Common codes are \"Internet\" or \"Print\".", "isModifier": false, "short": "Internet or Print", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/journal-issue-medium", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "JournalIssueMedium" } ] }, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.citedMedium", "comment": "National Library of Medicine uses the codes \"Internet\" or \"Print\".", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.volume", "min": 0, "definition": "Volume number of journal in which the article is published.", "isModifier": false, "short": "Volume number of journal in which the article is published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.volume", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.issue", "min": 0, "definition": "Issue, part or supplement of journal in which the article is published.", "isModifier": false, "short": "Issue, part or supplement of journal in which the article is published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.issue", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication", "min": 0, "definition": "Defining the date on which the issue of the journal was published.", "isModifier": false, "short": "Defining the date on which the issue of the journal was published", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.date", "min": 0, "definition": "Date on which the issue of the journal was published.", "isModifier": false, "short": "Date on which the issue of the journal was published", "type": [ { "code": "date" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.date", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.year", "min": 0, "definition": "Year on which the issue of the journal was published.", "isModifier": false, "short": "Year on which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.year", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.month", "min": 0, "definition": "Month on which the issue of the journal was published.", "isModifier": false, "short": "Month on which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.month", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.day", "min": 0, "definition": "Day on which the issue of the journal was published.", "isModifier": false, "short": "Day on which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.day", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.season", "min": 0, "definition": "Spring, Summer, Fall/Autumn, Winter.", "isModifier": false, "short": "Season on which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.season", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.text", "min": 0, "definition": "Text representation of the date of which the issue of the journal was published.", "isModifier": false, "short": "Text representation of the date of which the issue of the journal was published", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.periodicRelease.dateOfPublication.text", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.articleDate", "min": 0, "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).", "isModifier": false, "short": "The date the article was added to the database, or the date the article was released", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.articleDate", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.lastRevisionDate", "min": 0, "definition": "The date the article was last revised or updated in the database.", "isModifier": false, "short": "The date the article was last revised or updated in the database", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.lastRevisionDate", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.language", "min": 0, "definition": "Language in which this form of the article is published.", "isModifier": false, "short": "Language in which this form of the article is published", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/build/StructureDefinition/definition", "valueString": "A human language." }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ] }, "max": "*", "id": "Citation.citedArtifact.publicationForm.language", "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).", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.accessionNumber", "min": 0, "definition": "Entry number or identifier for inclusion in a database.", "isModifier": false, "short": "Entry number or identifier for inclusion in a database", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.accessionNumber", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.pageString", "min": 0, "definition": "Used for full display of pagination.", "isModifier": false, "short": "Used for full display of pagination", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.pageString", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.firstPage", "min": 0, "definition": "Used for isolated representation of first page.", "isModifier": false, "short": "Used for isolated representation of first page", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.firstPage", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.lastPage", "min": 0, "definition": "Used for isolated representation of last page.", "isModifier": false, "short": "Used for isolated representation of last page", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.lastPage", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.pageCount", "min": 0, "definition": "Actual or approximate number of pages or screens.", "isModifier": false, "short": "Number of pages or screens", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.pageCount", "isSummary": false }, { "path": "Citation.citedArtifact.publicationForm.copyright", "min": 0, "definition": "Copyright notice for the full article or artifact.", "isModifier": false, "short": "Copyright notice for the full article or artifact", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.publicationForm.copyright", "isSummary": false }, { "path": "Citation.citedArtifact.webLocation", "min": 0, "definition": "Used for any URL for the article or artifact cited.", "isModifier": false, "short": "Used for any URL for the article or artifact cited", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.webLocation", "isSummary": false }, { "path": "Citation.citedArtifact.webLocation.type", "min": 0, "definition": "Code the reason for different URLs, e.g. abstract and full-text.", "isModifier": false, "short": "Code the reason for different URLs, e.g. abstract and full-text", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/article-url-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArticleUrlType" } ] }, "max": "1", "id": "Citation.citedArtifact.webLocation.type", "isSummary": false }, { "path": "Citation.citedArtifact.webLocation.url", "min": 0, "definition": "The specific URL.", "isModifier": false, "short": "The specific URL", "type": [ { "code": "uri" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.webLocation.url", "comment": "Persistent URLs, like doi, are preferred.", "isSummary": false }, { "path": "Citation.citedArtifact.classification", "min": 0, "definition": "The assignment to an organizing scheme.", "isModifier": false, "short": "The assignment to an organizing scheme", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.classification", "isSummary": false }, { "path": "Citation.citedArtifact.classification.type", "min": 0, "definition": "The kind of classifier (e.g. publication type, keyword).", "isModifier": false, "short": "The kind of classifier (e.g. publication type, keyword)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-classification-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitedArtifactClassificationType" } ] }, "max": "1", "id": "Citation.citedArtifact.classification.type", "isSummary": false }, { "path": "Citation.citedArtifact.classification.classifier", "min": 0, "definition": "The specific classification value.", "isModifier": false, "short": "The specific classification value", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CitationArtifactClassifier" } ] }, "max": "*", "id": "Citation.citedArtifact.classification.classifier", "isSummary": false }, { "path": "Citation.citedArtifact.classification.whoClassified", "min": 0, "definition": "Provenance and copyright of classification.", "isModifier": false, "short": "Provenance and copyright of classification", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified", "isSummary": false }, { "path": "Citation.citedArtifact.classification.whoClassified.person", "min": 0, "definition": "Person who created the classification.", "isModifier": false, "short": "Person who created the classification", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Person", "http://hl7.org/fhir/StructureDefinition/Practitioner" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.person", "isSummary": false }, { "path": "Citation.citedArtifact.classification.whoClassified.organization", "min": 0, "definition": "Organization who created the classification.", "isModifier": false, "short": "Organization who created the classification", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.organization", "isSummary": false }, { "path": "Citation.citedArtifact.classification.whoClassified.publisher", "min": 0, "definition": "The publisher of the classification, not the publisher of the article or artifact being cited.", "isModifier": false, "short": "The publisher of the classification, not the publisher of the article or artifact being cited", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.publisher", "isSummary": false }, { "path": "Citation.citedArtifact.classification.whoClassified.classifierCopyright", "min": 0, "definition": "Rights management statement for the classification.", "isModifier": false, "short": "Rights management statement for the classification", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.classifierCopyright", "isSummary": false }, { "path": "Citation.citedArtifact.classification.whoClassified.freeToShare", "min": 0, "definition": "Acceptable to re-use the classification.", "isModifier": false, "short": "Acceptable to re-use the classification", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.classification.whoClassified.freeToShare", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship", "requirements": "Need to support individualized and collective attribution of authorship and contributorship to people and groups.", "min": 0, "definition": "This element is used to list authors and other contributors, their contact information, specific contributions, and summary statements.", "isModifier": false, "short": "Attribution of authors and other contributors", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.complete", "min": 0, "definition": "Indicates if the list includes all authors and/or contributors.", "isModifier": false, "short": "Indicates if the list includes all authors and/or contributors", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.complete", "comment": "If list is incomplete \"et al\" can be appended to Contributorship.summary.value for display purposes.", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry", "min": 0, "definition": "An individual entity named in the author list or contributor list.", "isModifier": false, "short": "An individual entity named in the list", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry", "comment": "Used to report contributorship in individualized ways.", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.name", "min": 0, "definition": "A name associated with the individual.", "isModifier": false, "short": "A name associated with the person", "type": [ { "code": "HumanName" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.name", "comment": "humanName.family can match MEDLINE-based lastName (used for surname or single name), humanName.given can match MEDLINE-based forename (used for remainder of name except for suffix), humanName.suffix can match MEDLINE-based suffix (eg 2nd, 3rd, Jr, Sr).", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.initials", "min": 0, "definition": "Initials for forename.", "isModifier": false, "short": "Initials for forename", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.initials", "comment": "This element is used in Medline based citations, but not supported fully by FHIR HumanName datatype.", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.collectiveName", "min": 0, "definition": "Used for collective or corporate name as an author.", "isModifier": false, "short": "Used for collective or corporate name as an author", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.collectiveName", "comment": "This element is used in Medline based citations, but not supported fully by FHIR HumanName datatype.", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.identifier", "min": 0, "definition": "Unique person identifier.", "isModifier": false, "short": "Author identifier, eg ORCID", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.identifier", "comment": "Avoids needing to disambiguate common last names or changes of name. ORCID is commonly used as author identifier.", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo", "min": 0, "definition": "Organization affiliated with the entity.", "isModifier": false, "short": "Organizational affiliation", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.affiliation", "min": 0, "definition": "Display for the organization.", "isModifier": false, "short": "Display for the organization", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo.affiliation", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.role", "min": 0, "definition": "Role within the organization, such as professional title.", "isModifier": false, "short": "Role within the organization, such as professional title", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo.role", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.affiliationInfo.identifier", "min": 0, "definition": "Identifier for the organization.", "isModifier": false, "short": "Identifier for the organization", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.affiliationInfo.identifier", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.address", "min": 0, "definition": "Physical mailing address for the author or contributor.", "isModifier": false, "short": "Physical mailing address", "type": [ { "code": "Address" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.address", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.telecom", "min": 0, "definition": "Email or telephone contact methods for the author or contributor.", "isModifier": false, "short": "Email or telephone contact methods for the author or contributor", "type": [ { "code": "ContactPoint" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.telecom", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.contributionType", "min": 0, "definition": "This element identifies the specific nature of an individual’s contribution with respect to the cited work.", "isModifier": false, "short": "The specific contribution", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArtifactContributionType" } ] }, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.contributionType", "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.", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.role", "min": 0, "definition": "The role of the contributor (e.g. author, editor, reviewer).", "isModifier": false, "short": "The role of the contributor (e.g. author, editor, reviewer)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/contributor-role", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContributorRole" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.role", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.contributionInstance", "min": 0, "definition": "Contributions with accounting for time or number.", "isModifier": false, "short": "Contributions with accounting for time or number", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.entry.contributionInstance", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.type", "min": 1, "definition": "The specific contribution.", "isModifier": false, "short": "The specific contribution", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-instance-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ArtifactContributionInstanceType" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.type", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.time", "min": 0, "definition": "The time that the contribution was made.", "isModifier": false, "short": "The time that the contribution was made", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.time", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.correspondingContact", "min": 0, "definition": "Indication of which contributor is the corresponding contributor for the role.", "isModifier": false, "short": "Indication of which contributor is the corresponding contributor for the role", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.correspondingContact", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.entry.listOrder", "min": 0, "definition": "Used to code order of authors.", "isModifier": false, "short": "Used to code order of authors", "type": [ { "code": "positiveInt" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.entry.listOrder", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.summary", "min": 0, "definition": "Used to record a display of the author/contributor list without separate coding for each list member.", "isModifier": false, "short": "Used to record a display of the author/contributor list without separate coding for each list member", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.contributorship.summary", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.summary.type", "min": 0, "definition": "Used most commonly to express an author list or a contributorship statement.", "isModifier": false, "short": "Either authorList or contributorshipStatement", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContributorSummaryType" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.summary.type", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.summary.style", "min": 0, "definition": "The format for the display string.", "isModifier": false, "short": "The format for the display string", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-style", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContributorSummaryStyle" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.summary.style", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.summary.source", "min": 0, "definition": "Used to code the producer or rule for creating the display string.", "isModifier": false, "short": "Used to code the producer or rule for creating the display string", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-source", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContributorSummarySource" } ] }, "max": "1", "id": "Citation.citedArtifact.contributorship.summary.source", "isSummary": false }, { "path": "Citation.citedArtifact.contributorship.summary.value", "min": 1, "definition": "The display string for the author list, contributor list, or contributorship statement.", "isModifier": false, "short": "The display string for the author list, contributor list, or contributorship statement", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "Citation.citedArtifact.contributorship.summary.value", "isSummary": false }, { "path": "Citation.citedArtifact.note", "min": 0, "definition": "Any additional information or content for the article or artifact.", "isModifier": false, "short": "Any additional information or content for the article or artifact", "type": [ { "code": "Annotation" } ], "mustSupport": false, "max": "*", "id": "Citation.citedArtifact.note", "isSummary": false } ] }, "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" } ] }, { "telecom": [ { "value": "http://www.hl7.org/Special/committees/dss/index.cfm", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MetadataResource" }