PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4@0.1.0
    http://hl7.org/fhir/StructureDefinition/originalText
description: 'A human language representation of the concept (resource/element) as seen/selected/uttered by the user who entered the data and/or which represents the full intended meaning of the user. This can be provided either directly as text, or as a url that is a reference to a portion of the narrative of a resource ([DomainResource.text](narrative.html) or [Composition.section.text](composition-definitions.html#Composition.section.text)). When it a url, the value should end with a #{id} where the id identifies a specific portion of the referenced content (via an XHTML id attribute).'
package_name: hl7.fhir.uv.extensions.r4
derivation: constraint
name: OriginalText
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/originalText'}
    index: 1
  value:
    choices: [valueString, valueUrl]
    index: 3
  valueString: {type: string, choiceOf: value, index: 4}
  valueUrl: {type: url, choiceOf: value, index: 5}
package_version: 0.1.0
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/originalText
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.1.0
required: [valueString, value, valueUrl]