PackagesCanonicalsLogsProblems
    Packages
    HIE2.packages@0.1.1
    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: HIE2.packages
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: example, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medication-example-uv-ips'}
    index: 0
    slicing:
      rules: open
      description: Discriminated by value set
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        atcClass:
          match: {}
          schema:
            type: CodeableConcept
            short: WHO ATC classification
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/whoatc-uv-ips'}
            index: 1
        snomed:
          match: {}
          schema:
            type: CodeableConcept
            short: SNOMED CT medications
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medication-snomed-uv-ips'}
            index: 2
  form:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform'}
    index: 3
  ingredient:
    mustSupport: true
    index: 4
    elements:
      item:
        choices: []
        index: 6
      itemCodeableConcept:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-active-substances-uv-ips'}
        index: 7
        slicing:
          slices:
            itemCodeableConcept:
              match: {}
              schema:
                type: CodeableConcept
                binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-active-substances-uv-ips'}
                index: 7
      strength: {type: Ratio, index: 8}
package_version: 0.1.1
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 1.0.0
required: [code]