Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Extension: BiologicallyDerivedProduct Manipulation

Orders and Observations Work Group Maturity Level: 1Trial UseUse Context: Any
Official URL: http://hl7.org/fhir/StructureDefinition/biologicallyderivedproduct-manipulation Version: 5.0.0-snapshot3
draft as of 2022-03-07 Computable Name: BDPManipulation
Flags: Non-Modifier OID: 2.16.840.1.113883.4.642.5.1125

Context of Use: Use on Element ID BiologicallyDerivedProduct

Definition

Extension for manipulation of a biologically dervied prodcut

Extension Content

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. BDPManipulation0..1ExtensionURL = http://hl7.org/fhir/StructureDefinition/biologicallyderivedproduct-manipulation
BDPManipulation: Extension for manipulation of a biologically dervied prodcut


Use on Element ID BiologicallyDerivedProduct
... description0..1stringDescription of manipulation

... procedure0..*CodeableReference(Procedure)Procesing procedure

Binding: Procedure Codes (SNOMED CT) (example): Biologically Derived Product Procedure.


... time[x]0..1dateTime, PeriodTime of manipulation


doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..1ExtensionURL = http://hl7.org/fhir/StructureDefinition/biologicallyderivedproduct-manipulation
BDPManipulation: Extension for manipulation of a biologically dervied prodcut


Use on Element ID BiologicallyDerivedProduct
... Slices for extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... extension:description 0..1ExtensionDescription of manipulation
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"description"
.... value[x] 1..1stringValue of extension
... extension:procedure 0..*ExtensionProcesing procedure
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"procedure"
.... value[x] 1..1CodeableReference(Procedure)Value of extension
Binding: Procedure Codes (SNOMED CT) (example): Biologically Derived Product Procedure.

.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"time[x]"
.... value[x] 1..1Value of extension
..... valueDateTimedateTime
..... valuePeriodPeriod
... url 1..1uriidentifies the meaning of the extension
... value[x] 0..1Value of extension
.... valueBase64Binarybase64Binary
.... valueBooleanboolean
.... valueCanonicalcanonical(Any)
.... valueCodecode
.... valueDatedate
.... valueDateTimedateTime
.... valueDecimaldecimal
.... valueIdid
.... valueInstantinstant
.... valueIntegerinteger
.... valueInteger64integer64
.... valueMarkdownmarkdown
.... valueOidoid
.... valuePositiveIntpositiveInt
.... valueStringstring
.... valueTimetime
.... valueUnsignedIntunsignedInt
.... valueUriuri
.... valueUrlurl
.... valueUuiduuid
.... valueAddressAddress
.... valueAgeAge
.... valueAnnotationAnnotation
.... valueAttachmentAttachment
.... valueCodeableConceptCodeableConcept
.... valueCodeableReferenceCodeableReference
.... valueCodingCoding
.... valueContactPointContactPoint
.... valueCountCount
.... valueDistanceDistance
.... valueDurationDuration
.... valueHumanNameHumanName
.... valueIdentifierIdentifier
.... valueMoneyMoney
.... valuePeriodPeriod
.... valueQuantityQuantity
.... valueRangeRange
.... valueRatioRatio
.... valueRatioRangeRatioRange
.... valueReferenceReference(Any)
.... valueSampledDataSampledData
.... valueSignatureSignature
.... valueTimingTiming
.... valueContactDetailContactDetail
.... valueDataRequirementDataRequirement
.... valueExpressionExpression
.... valueParameterDefinitionParameterDefinition
.... valueRelatedArtifactRelatedArtifact
.... valueTriggerDefinitionTriggerDefinition
.... valueUsageContextUsageContext
.... valueAvailabilityAvailability
.... valueExtendedContactDetailExtendedContactDetail
.... valueDosageDosage
.... valueMetaMeta

doco Documentation for this format

XML Template

<!-- BDPManipulation -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/biologicallyderivedproduct-manipulation" >
 <-- extension sliced by value:url  in the specified orderOpen-->
 <extension url="description"> I 0..1 Extension  <!-- I 0..1 Description of manipulation -->
  <valueString value="[string]"/><!-- I 1..1 Value of extension -->
 </extension>
 <extension url="procedure"> I 0..* Extension  <!-- I 0..* Procesing procedure -->
  <valueCodeableReference><!-- I 1..1 CodeableReference Value of extension --></valueCodeableReference>
 </extension>
 <extension url="time[x]"> I 0..1 Extension  <!-- I 0..1 Time of manipulation -->
  <value[x]><!-- I 1..1 dateTime|Period 
      Value of extension --></value[x]>
 </extension>
 <value[x]><!-- I 0..1 base64Binary|boolean|canonical|code|date|dateTime|
   decimal|id|instant|integer|integer64|markdown|oid|positiveInt|string|time|
   unsignedInt|uri|url|uuid|Address|Age|Annotation|Attachment|CodeableConcept|
   CodeableReference|Coding|ContactPoint|Count|Distance|Duration|HumanName|
   Identifier|Money|Period|Quantity|Range|Ratio|RatioRange|Reference|SampledData|
   Signature|Timing|ContactDetail|DataRequirement|Expression|ParameterDefinition|
   RelatedArtifact|TriggerDefinition|UsageContext|Availability|
   ExtendedContactDetail|Dosage|Meta Value of extension --></value[x]>
</extension>

JSON Template

{ // BDPManipulation
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // Description of manipulation // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "description", // R! 
        "valueString" : "<string>" // I R! Value of extension
      },
      { // Procesing procedure // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "procedure", // R! 
        "valueCodeableReference" : { CodeableReference(Procedure) } // I R! Value of extension
      },
      { // Time of manipulation // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "time[x]", // R! 
// value[x]: Value of extension. One of these 2:
        "valueDateTime" : "<dateTime>", // I R! Value of extension
        "valuePeriod" : { Period }, // I R! Value of extension
      },
    ],
    "extension" : [{ Extension }], // IAdditional content defined by implementations
    "extension" : { Extension }, // IDescription of manipulation
    "extension" : [{ Extension }], // IProcesing procedure
    "extension" : { Extension }, // ITime of manipulation
    "url" : "<uri>", // R! identifies the meaning of the extension
  // value[x]: Value of extension. One of these 54:
    "valueBase64Binary" : "<base64Binary>", // IValue of extension
    "valueBoolean" : <boolean>, // IValue of extension
    "valueCanonical" : "<canonical>", // IValue of extension
    "valueCode" : "<code>", // IValue of extension
    "valueDate" : "<date>", // IValue of extension
    "valueDateTime" : "<dateTime>", // IValue of extension
    "valueDecimal" : <decimal>, // IValue of extension
    "valueId" : "<id>", // IValue of extension
    "valueInstant" : "<instant>", // IValue of extension
    "valueInteger" : <integer>, // IValue of extension
    "valueInteger64" : "<integer64>", // IValue of extension
    "valueMarkdown" : "<markdown>", // IValue of extension
    "valueOid" : "<oid>", // IValue of extension
    "valuePositiveInt" : "<positiveInt>", // IValue of extension
    "valueString" : "<string>", // IValue of extension
    "valueTime" : "<time>", // IValue of extension
    "valueUnsignedInt" : "<unsignedInt>", // IValue of extension
    "valueUri" : "<uri>", // IValue of extension
    "valueUrl" : "<url>", // IValue of extension
    "valueUuid" : "<uuid>", // IValue of extension
    "valueAddress" : { Address }, // IValue of extension
    "valueAge" : { Age }, // IValue of extension
    "valueAnnotation" : { Annotation }, // IValue of extension
    "valueAttachment" : { Attachment }, // IValue of extension
    "valueCodeableConcept" : { CodeableConcept }, // IValue of extension
    "valueCodeableReference" : { CodeableReference }, // IValue of extension
    "valueCoding" : { Coding }, // IValue of extension
    "valueContactPoint" : { ContactPoint }, // IValue of extension
    "valueCount" : { Count }, // IValue of extension
    "valueDistance" : { Distance }, // IValue of extension
    "valueDuration" : { Duration }, // IValue of extension
    "valueHumanName" : { HumanName }, // IValue of extension
    "valueIdentifier" : { Identifier }, // IValue of extension
    "valueMoney" : { Money }, // IValue of extension
    "valuePeriod" : { Period }, // IValue of extension
    "valueQuantity" : { Quantity }, // IValue of extension
    "valueRange" : { Range }, // IValue of extension
    "valueRatio" : { Ratio }, // IValue of extension
    "valueRatioRange" : { RatioRange }, // IValue of extension
    "valueReference" : { Reference }, // IValue of extension
    "valueSampledData" : { SampledData }, // IValue of extension
    "valueSignature" : { Signature }, // IValue of extension
    "valueTiming" : { Timing }, // IValue of extension
    "valueContactDetail" : { ContactDetail }, // IValue of extension
    "valueDataRequirement" : { DataRequirement }, // IValue of extension
    "valueExpression" : { Expression }, // IValue of extension
    "valueParameterDefinition" : { ParameterDefinition }, // IValue of extension
    "valueRelatedArtifact" : { RelatedArtifact }, // IValue of extension
    "valueTriggerDefinition" : { TriggerDefinition }, // IValue of extension
    "valueUsageContext" : { UsageContext }, // IValue of extension
    "valueAvailability" : { Availability }, // IValue of extension
    "valueExtendedContactDetail" : { ExtendedContactDetail }, // IValue of extension
    "valueDosage" : { Dosage }, // IValue of extension
    "valueMeta" : { Meta } // IValue of extension
  }

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. BDPManipulation0..1ExtensionURL = http://hl7.org/fhir/StructureDefinition/biologicallyderivedproduct-manipulation
BDPManipulation: Extension for manipulation of a biologically dervied prodcut


Use on Element ID BiologicallyDerivedProduct
... description0..1stringDescription of manipulation

... procedure0..*CodeableReference(Procedure)Procesing procedure

Binding: Procedure Codes (SNOMED CT) (example): Biologically Derived Product Procedure.


... time[x]0..1dateTime, PeriodTime of manipulation


doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..1ExtensionURL = http://hl7.org/fhir/StructureDefinition/biologicallyderivedproduct-manipulation
BDPManipulation: Extension for manipulation of a biologically dervied prodcut


Use on Element ID BiologicallyDerivedProduct
... Slices for extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... extension:description 0..1ExtensionDescription of manipulation
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"description"
.... value[x] 1..1stringValue of extension
... extension:procedure 0..*ExtensionProcesing procedure
.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"procedure"
.... value[x] 1..1CodeableReference(Procedure)Value of extension
Binding: Procedure Codes (SNOMED CT) (example): Biologically Derived Product Procedure.

.... id 0..1idUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"time[x]"
.... value[x] 1..1Value of extension
..... valueDateTimedateTime
..... valuePeriodPeriod
... url 1..1uriidentifies the meaning of the extension
... value[x] 0..1Value of extension
.... valueBase64Binarybase64Binary
.... valueBooleanboolean
.... valueCanonicalcanonical(Any)
.... valueCodecode
.... valueDatedate
.... valueDateTimedateTime
.... valueDecimaldecimal
.... valueIdid
.... valueInstantinstant
.... valueIntegerinteger
.... valueInteger64integer64
.... valueMarkdownmarkdown
.... valueOidoid
.... valuePositiveIntpositiveInt
.... valueStringstring
.... valueTimetime
.... valueUnsignedIntunsignedInt
.... valueUriuri
.... valueUrlurl
.... valueUuiduuid
.... valueAddressAddress
.... valueAgeAge
.... valueAnnotationAnnotation
.... valueAttachmentAttachment
.... valueCodeableConceptCodeableConcept
.... valueCodeableReferenceCodeableReference
.... valueCodingCoding
.... valueContactPointContactPoint
.... valueCountCount
.... valueDistanceDistance
.... valueDurationDuration
.... valueHumanNameHumanName
.... valueIdentifierIdentifier
.... valueMoneyMoney
.... valuePeriodPeriod
.... valueQuantityQuantity
.... valueRangeRange
.... valueRatioRatio
.... valueRatioRangeRatioRange
.... valueReferenceReference(Any)
.... valueSampledDataSampledData
.... valueSignatureSignature
.... valueTimingTiming
.... valueContactDetailContactDetail
.... valueDataRequirementDataRequirement
.... valueExpressionExpression
.... valueParameterDefinitionParameterDefinition
.... valueRelatedArtifactRelatedArtifact
.... valueTriggerDefinitionTriggerDefinition
.... valueUsageContextUsageContext
.... valueAvailabilityAvailability
.... valueExtendedContactDetailExtendedContactDetail
.... valueDosageDosage
.... valueMetaMeta

doco Documentation for this format

XML Template

<!-- BDPManipulation -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/biologicallyderivedproduct-manipulation" >
 <-- extension sliced by value:url  in the specified orderOpen-->
 <extension url="description"> I 0..1 Extension  <!-- I 0..1 Description of manipulation -->
  <valueString value="[string]"/><!-- I 1..1 Value of extension -->
 </extension>
 <extension url="procedure"> I 0..* Extension  <!-- I 0..* Procesing procedure -->
  <valueCodeableReference><!-- I 1..1 CodeableReference Value of extension --></valueCodeableReference>
 </extension>
 <extension url="time[x]"> I 0..1 Extension  <!-- I 0..1 Time of manipulation -->
  <value[x]><!-- I 1..1 dateTime|Period 
      Value of extension --></value[x]>
 </extension>
 <value[x]><!-- I 0..1 base64Binary|boolean|canonical|code|date|dateTime|
   decimal|id|instant|integer|integer64|markdown|oid|positiveInt|string|time|
   unsignedInt|uri|url|uuid|Address|Age|Annotation|Attachment|CodeableConcept|
   CodeableReference|Coding|ContactPoint|Count|Distance|Duration|HumanName|
   Identifier|Money|Period|Quantity|Range|Ratio|RatioRange|Reference|SampledData|
   Signature|Timing|ContactDetail|DataRequirement|Expression|ParameterDefinition|
   RelatedArtifact|TriggerDefinition|UsageContext|Availability|
   ExtendedContactDetail|Dosage|Meta Value of extension --></value[x]>
</extension>

JSON Template

{ // BDPManipulation
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // Description of manipulation // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "description", // R! 
        "valueString" : "<string>" // I R! Value of extension
      },
      { // Procesing procedure // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "procedure", // R! 
        "valueCodeableReference" : { CodeableReference(Procedure) } // I R! Value of extension
      },
      { // Time of manipulation // I
        // from Element: extension
        "extension" : [ //  sliced by value:url  in the specified order, Open ]
        "url" : "time[x]", // R! 
// value[x]: Value of extension. One of these 2:
        "valueDateTime" : "<dateTime>", // I R! Value of extension
        "valuePeriod" : { Period }, // I R! Value of extension
      },
    ],
    "extension" : [{ Extension }], // IAdditional content defined by implementations
    "extension" : { Extension }, // IDescription of manipulation
    "extension" : [{ Extension }], // IProcesing procedure
    "extension" : { Extension }, // ITime of manipulation
    "url" : "<uri>", // R! identifies the meaning of the extension
  // value[x]: Value of extension. One of these 54:
    "valueBase64Binary" : "<base64Binary>", // IValue of extension
    "valueBoolean" : <boolean>, // IValue of extension
    "valueCanonical" : "<canonical>", // IValue of extension
    "valueCode" : "<code>", // IValue of extension
    "valueDate" : "<date>", // IValue of extension
    "valueDateTime" : "<dateTime>", // IValue of extension
    "valueDecimal" : <decimal>, // IValue of extension
    "valueId" : "<id>", // IValue of extension
    "valueInstant" : "<instant>", // IValue of extension
    "valueInteger" : <integer>, // IValue of extension
    "valueInteger64" : "<integer64>", // IValue of extension
    "valueMarkdown" : "<markdown>", // IValue of extension
    "valueOid" : "<oid>", // IValue of extension
    "valuePositiveInt" : "<positiveInt>", // IValue of extension
    "valueString" : "<string>", // IValue of extension
    "valueTime" : "<time>", // IValue of extension
    "valueUnsignedInt" : "<unsignedInt>", // IValue of extension
    "valueUri" : "<uri>", // IValue of extension
    "valueUrl" : "<url>", // IValue of extension
    "valueUuid" : "<uuid>", // IValue of extension
    "valueAddress" : { Address }, // IValue of extension
    "valueAge" : { Age }, // IValue of extension
    "valueAnnotation" : { Annotation }, // IValue of extension
    "valueAttachment" : { Attachment }, // IValue of extension
    "valueCodeableConcept" : { CodeableConcept }, // IValue of extension
    "valueCodeableReference" : { CodeableReference }, // IValue of extension
    "valueCoding" : { Coding }, // IValue of extension
    "valueContactPoint" : { ContactPoint }, // IValue of extension
    "valueCount" : { Count }, // IValue of extension
    "valueDistance" : { Distance }, // IValue of extension
    "valueDuration" : { Duration }, // IValue of extension
    "valueHumanName" : { HumanName }, // IValue of extension
    "valueIdentifier" : { Identifier }, // IValue of extension
    "valueMoney" : { Money }, // IValue of extension
    "valuePeriod" : { Period }, // IValue of extension
    "valueQuantity" : { Quantity }, // IValue of extension
    "valueRange" : { Range }, // IValue of extension
    "valueRatio" : { Ratio }, // IValue of extension
    "valueRatioRange" : { RatioRange }, // IValue of extension
    "valueReference" : { Reference }, // IValue of extension
    "valueSampledData" : { SampledData }, // IValue of extension
    "valueSignature" : { Signature }, // IValue of extension
    "valueTiming" : { Timing }, // IValue of extension
    "valueContactDetail" : { ContactDetail }, // IValue of extension
    "valueDataRequirement" : { DataRequirement }, // IValue of extension
    "valueExpression" : { Expression }, // IValue of extension
    "valueParameterDefinition" : { ParameterDefinition }, // IValue of extension
    "valueRelatedArtifact" : { RelatedArtifact }, // IValue of extension
    "valueTriggerDefinition" : { TriggerDefinition }, // IValue of extension
    "valueUsageContext" : { UsageContext }, // IValue of extension
    "valueAvailability" : { Availability }, // IValue of extension
    "valueExtendedContactDetail" : { ExtendedContactDetail }, // IValue of extension
    "valueDosage" : { Dosage }, // IValue of extension
    "valueMeta" : { Meta } // IValue of extension
  }

 

Constraints

  • ele-1: All FHIR elements must have a @value or children (xpath: hasValue() or (children().count() > id.count()))
  • ext-1: Must have either extensions or value[x], not both (xpath: extension.exists() != value.exists())
  • ele-1: On Extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension: hasValue() or (children().count() > id.count()))
  • ext-1: On Extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension: extension.exists() != value.exists())
  • ele-1: On Extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension: hasValue() or (children().count() > id.count()))
  • ext-1: On Extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension: extension.exists() != value.exists())
  • ele-1: On Extension.extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension.extension: hasValue() or (children().count() > id.count()))
  • ext-1: On Extension.extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension.extension: extension.exists() != value.exists())
  • ele-1: On Extension.extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.extension.value[x]: hasValue() or (children().count() > id.count()))
  • ele-1: On Extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension: hasValue() or (children().count() > id.count()))
  • ext-1: On Extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension: extension.exists() != value.exists())
  • ele-1: On Extension.extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension.extension: hasValue() or (children().count() > id.count()))
  • ext-1: On Extension.extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension.extension: extension.exists() != value.exists())
  • ele-1: On Extension.extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.extension.value[x]: hasValue() or (children().count() > id.count()))
  • ele-1: On Extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension: hasValue() or (children().count() > id.count()))
  • ext-1: On Extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension: extension.exists() != value.exists())
  • ele-1: On Extension.extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension.extension: hasValue() or (children().count() > id.count()))
  • ext-1: On Extension.extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension.extension: extension.exists() != value.exists())
  • ele-1: On Extension.extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.extension.value[x]: hasValue() or (children().count() > id.count()))
  • ele-1: On Extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.value[x]: hasValue() or (children().count() > id.count()))

Search

No Search Extensions defined for this resource

Examples of this extension

No examples found.