PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@1.0.0
    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:
    short: Medication that was administered or was to be administered (medication code from any code system)
    type: CodeableConcept
    mustSupport: true
    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
      max: 1
      slices:
        atcClass:
          match: {}
          schema:
            short: WHO ATC classification
            type: CodeableConcept
            mustSupport: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/whoatc-uv-ips'}
            index: 1
          max: 1
        snomed:
          match: {}
          schema:
            short: SNOMED CT medications
            type: CodeableConcept
            mustSupport: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medication-snomed-uv-ips'}
            index: 2
          max: 1
  form:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform'}
    mustSupport: true
    index: 3
  ingredient:
    mustSupport: true
    index: 4
    elements:
      itemCodeableConcept:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-active-substances-uv-ips'}
        mustSupport: true
        index: 5
        elements:
          text: {mustSupport: true, index: 6}
      strength: {type: Ratio, mustSupport: true, index: 7}
package_version: 1.0.0
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]