Extensions for Using Data Elements from FHIR DSTU2 in FHIR R4B
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR DSTU2 in FHIR R4B - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R2_Parameters_R4B

Official URL: http://hl7.org/fhir/1.0/StructureDefinition/profile-Parameters Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: Profile_R2_Parameters_R4B

This cross-version profile allows DSTU2 Parameters content to be represented via FHIR R4B Parameters resources.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.3.0) Operation Request or Response
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
ele-1 error Parameters.implicitRules All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.3.0) Operation Request or Response
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 (Complex) DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Parameters.meta
... parameter
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:value 0..1 Annotation, Attachment, Identifier, Range, Period, Ratio, SampledData, Signature, HumanName, Address, ContactPoint, Timing DSTU2: value additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Parameters.parameter.value

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.3.0) Operation Request or Response
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 (Complex) DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Parameters.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible)
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... parameter ΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:value 0..1 Annotation, Attachment, Identifier, Range, Period, Ratio, SampledData, Signature, HumanName, Address, ContactPoint, Timing DSTU2: value additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Parameters.parameter.value
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... name Σ 1..1 string Name from the definition
.... value[x] ΣC 0..1 If parameter is a data type
..... valueBase64Binary base64Binary
..... valueBoolean boolean
..... valueCanonical canonical(Any)
..... valueCode code
..... valueDate date
..... valueDateTime dateTime
..... valueDecimal decimal
..... valueId id
..... valueInstant instant
..... valueInteger integer
..... 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
..... valueCoding Coding
..... valueContactPoint ContactPoint
..... valueCount Count
..... valueDistance Distance
..... valueDuration Duration
..... valueHumanName HumanName
..... valueIdentifier Identifier
..... valueMoney Money
..... valuePeriod Period
..... valueQuantity Quantity
..... valueRange Range
..... valueRatio Ratio
..... valueReference Reference(Any)
..... valueSampledData SampledData
..... valueSignature Signature
..... valueTiming Timing
..... valueContactDetail ContactDetail
..... valueContributor Contributor
..... valueDataRequirement DataRequirement
..... valueExpression Expression
..... valueParameterDefinition ParameterDefinition
..... valueRelatedArtifact RelatedArtifact
..... valueTriggerDefinition TriggerDefinition
..... valueUsageContext UsageContext
..... valueDosage Dosage
..... valueMeta Meta
.... resource ΣC 0..1 Resource If parameter is a whole resource
.... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Parameters.meta.security Base extensible SecurityLabels 📍4.3.0 FHIR Std.
Parameters.meta.tag Base example Common Tags 📍4.3.0 FHIR Std.
Parameters.language Base preferred Common Languages 📍4.3.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
ele-1 error Parameters.meta, Parameters.meta.extension, Parameters.meta.extension:meta, Parameters.meta.versionId, Parameters.meta.lastUpdated, Parameters.meta.source, Parameters.meta.profile, Parameters.meta.security, Parameters.meta.tag, Parameters.implicitRules, Parameters.language, Parameters.parameter, Parameters.parameter.extension, Parameters.parameter.extension:value, Parameters.parameter.modifierExtension, Parameters.parameter.name, Parameters.parameter.value[x], Parameters.parameter.part All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Parameters.meta.extension, Parameters.meta.extension:meta, Parameters.parameter.extension, Parameters.parameter.extension:value, Parameters.parameter.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
inv-1 error Parameters.parameter A parameter must have one and only one of (value, resource, part) (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.3.0) Operation Request or Response
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
ele-1 error Parameters.implicitRules All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

Differential View

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.3.0) Operation Request or Response
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 (Complex) DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Parameters.meta
... parameter
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:value 0..1 Annotation, Attachment, Identifier, Range, Period, Ratio, SampledData, Signature, HumanName, Address, ContactPoint, Timing DSTU2: value additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Parameters.parameter.value

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters 0..* Parameters(4.3.0) Operation Request or Response
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 (Complex) DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Parameters.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible)
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... parameter ΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:value 0..1 Annotation, Attachment, Identifier, Range, Period, Ratio, SampledData, Signature, HumanName, Address, ContactPoint, Timing DSTU2: value additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Parameters.parameter.value
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... name Σ 1..1 string Name from the definition
.... value[x] ΣC 0..1 If parameter is a data type
..... valueBase64Binary base64Binary
..... valueBoolean boolean
..... valueCanonical canonical(Any)
..... valueCode code
..... valueDate date
..... valueDateTime dateTime
..... valueDecimal decimal
..... valueId id
..... valueInstant instant
..... valueInteger integer
..... 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
..... valueCoding Coding
..... valueContactPoint ContactPoint
..... valueCount Count
..... valueDistance Distance
..... valueDuration Duration
..... valueHumanName HumanName
..... valueIdentifier Identifier
..... valueMoney Money
..... valuePeriod Period
..... valueQuantity Quantity
..... valueRange Range
..... valueRatio Ratio
..... valueReference Reference(Any)
..... valueSampledData SampledData
..... valueSignature Signature
..... valueTiming Timing
..... valueContactDetail ContactDetail
..... valueContributor Contributor
..... valueDataRequirement DataRequirement
..... valueExpression Expression
..... valueParameterDefinition ParameterDefinition
..... valueRelatedArtifact RelatedArtifact
..... valueTriggerDefinition TriggerDefinition
..... valueUsageContext UsageContext
..... valueDosage Dosage
..... valueMeta Meta
.... resource ΣC 0..1 Resource If parameter is a whole resource
.... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Parameters.meta.security Base extensible SecurityLabels 📍4.3.0 FHIR Std.
Parameters.meta.tag Base example Common Tags 📍4.3.0 FHIR Std.
Parameters.language Base preferred Common Languages 📍4.3.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
ele-1 error Parameters.meta, Parameters.meta.extension, Parameters.meta.extension:meta, Parameters.meta.versionId, Parameters.meta.lastUpdated, Parameters.meta.source, Parameters.meta.profile, Parameters.meta.security, Parameters.meta.tag, Parameters.implicitRules, Parameters.language, Parameters.parameter, Parameters.parameter.extension, Parameters.parameter.extension:value, Parameters.parameter.modifierExtension, Parameters.parameter.name, Parameters.parameter.value[x], Parameters.parameter.part All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Parameters.meta.extension, Parameters.meta.extension:meta, Parameters.parameter.extension, Parameters.parameter.extension:value, Parameters.parameter.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
inv-1 error Parameters.parameter A parameter must have one and only one of (value, resource, part) (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))

 

Other representations of profile: CSV, Excel, Schematron