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 Rate Goal - Definition

URL for this extension:

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

Status: draft

The target rate to reach for this infusion. Note that deliveryRateGoal is typically less than the maximum delivery rate which is the rate not to exceed. For enteral feeding orders, a target tube feeding rate of 75ml/hour may be specified.

Health Level Seven, Inc. - FHIR WG

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/medicationprescription-rateGoal
Rate Goal: The target rate to reach for this infusion. Note that deliveryRateGoal is typically less than the maximum delivery rate which is the rate not to exceed. For enteral feeding orders, a target tube feeding rate of 75ml/hour may be specified.
Use on element: MedicationPrescription.dosageInstruction,MedicationDispense.dosageInstruction
..valueRatio 0..1RatioRate Goal
Use on element: MedicationPrescription.dosageInstruction,MedicationDispense.dosageInstruction

XML Template

<!-- Rate Goal -->doco

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

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/medicationprescription-rateGoal" : { // Rate Goal
    "valueRatio" : [{ Ratio }] //Rate Goal
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/medicationprescription-rateGoal
Rate Goal: The target rate to reach for this infusion. Note that deliveryRateGoal is typically less than the maximum delivery rate which is the rate not to exceed. For enteral feeding orders, a target tube feeding rate of 75ml/hour may be specified.
Use on element: MedicationPrescription.dosageInstruction,MedicationDispense.dosageInstruction
..valueRatio 0..1RatioRate Goal
Use on element: MedicationPrescription.dosageInstruction,MedicationDispense.dosageInstruction

XML Template

<!-- Rate Goal -->doco

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

JSON Template

to do