PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@2.0.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationRequest-uv-ips
description: This profile represents the constraints applied to the MedicationRequest resource by the International Patient Summary (IPS) FHIR Implementation Guide, based on FHIR R4. A record of a medication request is represented in the patient summary as an instance of a MedicationRequest resource constrained by this profile.
package_name: hl7.fhir.uv.ips
derivation: constraint
name: MedicationRequestIPS
type: MedicationRequest
elements:
  status: {index: 0}
  doNotPerform:
    pattern: {type: Boolean, value: false}
    index: 1
  medication:
    mustSupport: true
    choices: [medicationCodeableConcept, medicationReference]
    index: 3
  medicationCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: medication, index: 4}
  medicationReference:
    type: Reference
    mustSupport: true
    choiceOf: medication
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips']
    index: 5
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 6
    elements:
      reference: {mustSupport: true, index: 7}
    required: [reference]
  dosageInstruction:
    mustSupport: true
    index: 8
    elements:
      text: {mustSupport: true, index: 9}
      timing: {mustSupport: true, index: 10}
      route:
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/route-codes'}
        index: 11
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationRequest-uv-ips
base: http://hl7.org/fhir/StructureDefinition/MedicationRequest
version: 2.0.0