PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@2.0.0-ballot
    http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips
description: This profile represents the constraints applied to the Medication resource by the International Patient Summary (IPS) FHIR Implementation Guide, based on FHIR R4. A medication is described in the patient summary as an instance of a Medication resource constrained by this profile.
package_name: hl7.fhir.uv.ips
derivation: constraint
name: MedicationIPS
type: Medication
elements:
  code:
    type: CodeableConcept
    short: Medication that was administered or was to be administered (medication code from any code system)
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medication-uv-ips'}
    mustSupport: true
    index: 0
  form:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform'}
    mustSupport: true
    index: 1
  ingredient:
    mustSupport: true
    index: 2
    elements:
      item:
        mustSupport: true
        choices: [itemCodeableConcept, itemReference]
        index: 4
      itemCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: item, index: 5}
      itemReference:
        type: Reference
        mustSupport: true
        choiceOf: item
        refers: ['http://hl7.org/fhir/StructureDefinition/Medication', 'http://hl7.org/fhir/StructureDefinition/Substance']
        index: 6
      strength: {type: Ratio, mustSupport: true, index: 7}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 2.0.0-ballot
required: [code]