This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: 0 | Informative | Use Context: Any |
Summary
Defining URL: | http://hl7.org/fhir/StructureDefinition/derivation-reference |
Version: | 5.0.0-ballot |
Name: | DerivationReference |
Title: | Derivation Reference |
Modifier: | This extension is not a modifier extension |
Status: | draft |
Definition: | References a location within a set of source text from which the discrete information described by this Resource/Element was extracted. |
Committee: | FHIR Infrastructure Work Group |
Status: draft. Extension maintained by: HL7
References a location within a set of source text from which the discrete information described by this Resource/Element was extracted.
Context of Use: Use on Element ID Resource or Element ID Element
Summary
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DerivationReference | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/derivation-reference DerivationReference: References a location within a set of source text from which the discrete information described by this Resource/Element was extracted. Use on Element ID Resource or Element ID Element | |
reference | 0..1 | Reference() | References a location within a set of source text from which the discrete information described by this Resource/Element was extracted. | |
path | 0..1 | string | Corresponds to the element within the resource containing the text. | |
offset | 0..1 | integer | Indicates the starting position (as a count of characters) within the text where the relevant derivation began. | |
length | 0..1 | integer | Indicates the number of characters following the start position/beginning of the document that was used as part of the derivation process. | |
Documentation for this format |
Full Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/derivation-reference DerivationReference: References a location within a set of source text from which the discrete information described by this Resource/Element was extracted. Use on Element ID Resource or Element ID Element | |
Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
extension:reference | 0..1 | Extension | Source reference. | |
id | 0..1 | id | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "reference" | |
value[x] | 1..1 | Reference() | Value of extension | |
extension:path | 0..1 | Extension | Element containing text. | |
id | 0..1 | id | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "path" | |
value[x] | 1..1 | string | Value of extension | |
extension:offset | 0..1 | Extension | Starting position. | |
id | 0..1 | id | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "offset" | |
value[x] | 1..1 | integer | Value of extension | |
extension:length | 0..1 | Extension | Number of characters. | |
id | 0..1 | id | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "length" | |
value[x] | 1..1 | integer | Value of extension | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/derivation-reference" | |
value[x] | 0..0 | |||
valueBase64Binary | base64Binary | |||
valueBoolean | boolean | |||
valueCanonical | canonical(Any) | |||
valueCode | code | |||
valueDate | date | |||
valueDateTime | dateTime | |||
valueDecimal | decimal | |||
valueId | id | |||
valueInstant | instant | |||
valueInteger | integer | |||
valueInteger64 | integer64 | |||
valueMarkdown | markdown | |||
valueOid | oid | |||
valuePositiveInt | positiveInt | |||
valueString | string | |||
valueTime | time | |||
valueUnsignedInt | unsignedInt | |||
valueUri | uri | |||
valueUrl | url | |||
valueUuid | uuid | |||
valueAddress | Address | |||
valueAge | Age | |||
valueAnnotation | Annotation | |||
valueAttachment | Attachment | |||
valueCodeableConcept | CodeableConcept | |||
valueCodeableReference | CodeableReference | |||
valueCoding | Coding | |||
valueContactPoint | ContactPoint | |||
valueCount | Count | |||
valueDistance | Distance | |||
valueDuration | Duration | |||
valueHumanName | HumanName | |||
valueIdentifier | Identifier | |||
valueMoney | Money | |||
valuePeriod | Period | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
valueRatio | Ratio | |||
valueRatioRange | RatioRange | |||
valueReference | Reference(Any) | |||
valueSampledData | SampledData | |||
valueSignature | Signature | |||
valueTiming | Timing | |||
valueContactDetail | ContactDetail | |||
valueDataRequirement | DataRequirement | |||
valueExpression | Expression | |||
valueParameterDefinition | ParameterDefinition | |||
valueRelatedArtifact | RelatedArtifact | |||
valueTriggerDefinition | TriggerDefinition | |||
valueUsageContext | UsageContext | |||
valueAvailability | Availability | |||
valueExtendedContactDetail | ExtendedContactDetail | |||
valueDosage | Dosage | |||
valueMeta | Meta | |||
Documentation for this format |
XML Template
<!-- DerivationReference --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/derivation-reference" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="reference"> I 0..1 Extension <!-- I 0..1 Source reference. --> <valueReference><!-- I 1..1 Reference Value of extension --></valueReference> </extension> <extension url="path"> I 0..1 Extension <!-- I 0..1 Element containing text. --> <valueString value="[string]"/><!-- I 1..1 Value of extension --> </extension> <extension url="offset"> I 0..1 Extension <!-- I 0..1 Starting position. --> <valueInteger value="[integer]"/><!-- I 1..1 Value of extension --> </extension> <extension url="length"> I 0..1 Extension <!-- I 0..1 Number of characters. --> <valueInteger value="[integer]"/><!-- I 1..1 Value of extension --> </extension> </extension>
JSON Template
{ // DerivationReference "extension" : [ // sliced by value:url in the specified order, Open { // Source reference. // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "reference", // R! "valueReference" : { Reference } // I R! Value of extension }, { // Element containing text. // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "path", // R! "valueString" : "<string>" // I R! Value of extension }, { // Starting position. // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "offset", // R! "valueInteger" : <integer> // I R! Value of extension }, { // Number of characters. // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "length", // R! "valueInteger" : <integer> // I R! Value of extension } ], "extension" : [{ Extension }], // IAdditional content defined by implementations "extension" : { Extension }, // ISource reference. "extension" : { Extension }, // IElement containing text. "extension" : { Extension }, // IStarting position. "extension" : { Extension }, // INumber of characters. "url" : "http://hl7.org/fhir/StructureDefinition/derivation-reference" // R! // value[x]: Value of extension: Prohibited }
Summary
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DerivationReference | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/derivation-reference DerivationReference: References a location within a set of source text from which the discrete information described by this Resource/Element was extracted. Use on Element ID Resource or Element ID Element | |
reference | 0..1 | Reference() | References a location within a set of source text from which the discrete information described by this Resource/Element was extracted. | |
path | 0..1 | string | Corresponds to the element within the resource containing the text. | |
offset | 0..1 | integer | Indicates the starting position (as a count of characters) within the text where the relevant derivation began. | |
length | 0..1 | integer | Indicates the number of characters following the start position/beginning of the document that was used as part of the derivation process. | |
Documentation for this format |
Full Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/derivation-reference DerivationReference: References a location within a set of source text from which the discrete information described by this Resource/Element was extracted. Use on Element ID Resource or Element ID Element | |
Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
extension:reference | 0..1 | Extension | Source reference. | |
id | 0..1 | id | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "reference" | |
value[x] | 1..1 | Reference() | Value of extension | |
extension:path | 0..1 | Extension | Element containing text. | |
id | 0..1 | id | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "path" | |
value[x] | 1..1 | string | Value of extension | |
extension:offset | 0..1 | Extension | Starting position. | |
id | 0..1 | id | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "offset" | |
value[x] | 1..1 | integer | Value of extension | |
extension:length | 0..1 | Extension | Number of characters. | |
id | 0..1 | id | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "length" | |
value[x] | 1..1 | integer | Value of extension | |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/derivation-reference" | |
value[x] | 0..0 | |||
valueBase64Binary | base64Binary | |||
valueBoolean | boolean | |||
valueCanonical | canonical(Any) | |||
valueCode | code | |||
valueDate | date | |||
valueDateTime | dateTime | |||
valueDecimal | decimal | |||
valueId | id | |||
valueInstant | instant | |||
valueInteger | integer | |||
valueInteger64 | integer64 | |||
valueMarkdown | markdown | |||
valueOid | oid | |||
valuePositiveInt | positiveInt | |||
valueString | string | |||
valueTime | time | |||
valueUnsignedInt | unsignedInt | |||
valueUri | uri | |||
valueUrl | url | |||
valueUuid | uuid | |||
valueAddress | Address | |||
valueAge | Age | |||
valueAnnotation | Annotation | |||
valueAttachment | Attachment | |||
valueCodeableConcept | CodeableConcept | |||
valueCodeableReference | CodeableReference | |||
valueCoding | Coding | |||
valueContactPoint | ContactPoint | |||
valueCount | Count | |||
valueDistance | Distance | |||
valueDuration | Duration | |||
valueHumanName | HumanName | |||
valueIdentifier | Identifier | |||
valueMoney | Money | |||
valuePeriod | Period | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
valueRatio | Ratio | |||
valueRatioRange | RatioRange | |||
valueReference | Reference(Any) | |||
valueSampledData | SampledData | |||
valueSignature | Signature | |||
valueTiming | Timing | |||
valueContactDetail | ContactDetail | |||
valueDataRequirement | DataRequirement | |||
valueExpression | Expression | |||
valueParameterDefinition | ParameterDefinition | |||
valueRelatedArtifact | RelatedArtifact | |||
valueTriggerDefinition | TriggerDefinition | |||
valueUsageContext | UsageContext | |||
valueAvailability | Availability | |||
valueExtendedContactDetail | ExtendedContactDetail | |||
valueDosage | Dosage | |||
valueMeta | Meta | |||
Documentation for this format |
XML Template
<!-- DerivationReference --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/derivation-reference" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="reference"> I 0..1 Extension <!-- I 0..1 Source reference. --> <valueReference><!-- I 1..1 Reference Value of extension --></valueReference> </extension> <extension url="path"> I 0..1 Extension <!-- I 0..1 Element containing text. --> <valueString value="[string]"/><!-- I 1..1 Value of extension --> </extension> <extension url="offset"> I 0..1 Extension <!-- I 0..1 Starting position. --> <valueInteger value="[integer]"/><!-- I 1..1 Value of extension --> </extension> <extension url="length"> I 0..1 Extension <!-- I 0..1 Number of characters. --> <valueInteger value="[integer]"/><!-- I 1..1 Value of extension --> </extension> </extension>
JSON Template
{ // DerivationReference "extension" : [ // sliced by value:url in the specified order, Open { // Source reference. // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "reference", // R! "valueReference" : { Reference } // I R! Value of extension }, { // Element containing text. // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "path", // R! "valueString" : "<string>" // I R! Value of extension }, { // Starting position. // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "offset", // R! "valueInteger" : <integer> // I R! Value of extension }, { // Number of characters. // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "length", // R! "valueInteger" : <integer> // I R! Value of extension } ], "extension" : [{ Extension }], // IAdditional content defined by implementations "extension" : { Extension }, // ISource reference. "extension" : { Extension }, // IElement containing text. "extension" : { Extension }, // IStarting position. "extension" : { Extension }, // INumber of characters. "url" : "http://hl7.org/fhir/StructureDefinition/derivation-reference" // R! // value[x]: Value of extension: Prohibited }
Constraints
Search
No Search Extensions defined for this resource |
Examples of this extension
No examples found.