2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension Maximum Delivery Rate - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/medicationprescription-maxDeliveryRate

Status: draft

The maximum rate of substance administration. This value may be used as a stopping condition when a deliveryRateIncrement is specified without a count.

Health Level Seven, Inc. - FHIR WG

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/medicationprescription-maxDeliveryRate
Maximum Delivery Rate: The maximum rate of substance administration. This value may be used as a stopping condition when a deliveryRateIncrement is specified without a count.
Use on element: MedicationPrescription.dosageInstruction,MedicationDispense.dosageInstruction
..valueRatio 0..1RatioMaximum Delivery Rate
Use on element: MedicationPrescription.dosageInstruction,MedicationDispense.dosageInstruction

XML Template

<!-- Maximum Delivery Rate -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/medicationprescription-maxDeliveryRate" >
 <!-- from Element: extension -->
 <valueRatio> <!-- Ratio --!> /<valueRatio> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/medicationprescription-maxDeliveryRate" : { // Maximum Delivery Rate
    "valueRatio" : [{ Ratio }] //Maximum Delivery Rate
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/medicationprescription-maxDeliveryRate
Maximum Delivery Rate: The maximum rate of substance administration. This value may be used as a stopping condition when a deliveryRateIncrement is specified without a count.
Use on element: MedicationPrescription.dosageInstruction,MedicationDispense.dosageInstruction
..valueRatio 0..1RatioMaximum Delivery Rate
Use on element: MedicationPrescription.dosageInstruction,MedicationDispense.dosageInstruction

XML Template

<!-- Maximum Delivery Rate -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/medicationprescription-maxDeliveryRate" >
 <!-- from Element: extension -->
 <valueRatio> <!-- Ratio --!> /<valueRatio> 
</extension>

JSON Template

to do