description: Profile of Citation for Evidence Based Medicine IG. The WebPageCitation Profile is used for citations of a web page or website, typically when there is not another type being used to classify the cited artifact. package_name: hl7.fhir.uv.ebm derivation: constraint name: WebPageCitation type: Citation elements: citedArtifact: elements: identifier: {short: Unique identifier. Typically the URL., index: 0} publicationForm: elements: publishedIn: elements: type: elements: text: pattern: {type: String, value: Website} index: 1 identifier: {short: Unique identifier., index: 2} title: {short: Title of the website, index: 3} webLocation: {index: 4} classification: index: 5 slicing: rules: open discriminator: - {path: type.coding, type: value} min: 1 slices: knowledgeArtifactType: match: type: coding: {code: knowledge-artifact-type, system: 'http://hl7.org/fhir/cited-artifact-classification-type', display: Knowledge Artifact Type} schema: mustSupport: true _required: true index: 6 elements: type: elements: coding: pattern: type: Coding value: {code: knowledge-artifact-type, system: 'http://hl7.org/fhir/cited-artifact-classification-type', display: Knowledge Artifact Type} index: 7 required: [coding] classifier: index: 8 slicing: rules: open discriminator: - {path: coding, type: value} min: 1 slices: webpage: match: coding: {code: webpage, system: 'http://hl7.org/fhir/citation-artifact-classifier', display: Webpage} schema: mustSupport: true _required: true index: 9 elements: coding: pattern: type: Coding value: {code: webpage, system: 'http://hl7.org/fhir/citation-artifact-classifier', display: Webpage} index: 10 required: [coding] required: [classifier] definedInText: match: type: coding: {code: defined-in-text, system: 'https://fevir.net/resources/CodeSystem/179423', display: Defined in text} schema: array: true index: 11 elements: type: elements: coding: pattern: type: Coding value: {code: defined-in-text, system: 'https://fevir.net/resources/CodeSystem/179423', display: Defined in text} index: 12 required: [coding] required: [webLocation, classification] package_version: 1.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/uv/ebm/StructureDefinition/web-page-citation base: http://hl7.org/fhir/StructureDefinition/Citation version: 1.0.0-ballot