PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@0.3.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:
  id: {mustSupport: true, index: 0}
  meta: {mustSupport: true, index: 1}
  code:
    short: 'Medication that was administered or was to be administered. Several kinds of product coding could be provided as: the IDMP Pharmaceutical Product Identifiers (PhPID), the IDMP Medicinal Product Identifier (MPID), the IDMP Packaged Medicinal Product Identifier (PCID), when they will be available; the WHO ATC code; or any other kind of code that identifies, classifies or clusters the administered product (such as SNOMED CT, RxNorm, jurisdictional code systems, cross-jurisdiction code systems, or any other classification).'
    type: CodeableConcept
    mustSupport: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/med-uv-ips'}
    index: 2
    elements:
      coding:
        mustSupport: true
        index: 3
        slicing:
          rules: open
          description: Discriminated by value set
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            atcClass:
              match: {}
              schema:
                short: WHO ATC classification
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/whoatc-uv-ips'}
                mustSupport: true
                index: 4
              max: 1
    required: [coding]
  form:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform'}
    mustSupport: true
    index: 5
  amount: {type: Ratio, mustSupport: true, index: 6}
  ingredient:
    mustSupport: true
    index: 7
    elements:
      itemCodeableConcept:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-active-substances-uv-ips'}
        mustSupport: true
        index: 8
        elements:
          text: {mustSupport: true, index: 9}
package_version: 0.3.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 0.3.0
required: [code]