MedicationRequestIntent

public enum MedicationRequestIntent: String

The kind of medication order

URL: http://hl7.org/fhir/medication-request-intent ValueSet: http://hl7.org/fhir/ValueSet/medication-request-intent

  • The request is a suggestion made by someone/something that doesn’t have an intention to ensure it occurs and without providing an authorization to act

    Declaration

    Swift

    case proposal = "proposal"
  • The request represents an intension to ensure something occurs without providing an authorization for others to act

    Declaration

    Swift

    case plan = "plan"
  • The request represents a request/demand and authorization for action

    Declaration

    Swift

    case order = "order"
  • The request represents an instance for the particular order, for example a medication administration record.

    Declaration

    Swift

    case instanceOrder = "instance-order"