PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@1.0.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips
description: This profile represents the constraints applied to the MedicationStatement resource by the International Patient Summary (IPS) FHIR Implementation Guide, based on FHIR R4. A record of a medication statement is represented in the patient summary as an instance of a MedicationStatement resource constrained by this profile.
package_name: hl7.fhir.uv.ips
derivation: constraint
name: MedicationStatementIPS
type: MedicationStatement
elements:
  dosage:
    mustSupport: true
    index: 15
    elements:
      text: {mustSupport: true, index: 16}
      timing: {mustSupport: true, index: 17}
      route:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration'}
        mustSupport: true
        index: 18
  medicationCodeableConcept:
    short: Code for absent or unknown medication
    type: CodeableConcept
    mustSupport: true
    choiceOf: medication
    index: 8
    slicing:
      slices:
        medicationCodeableConcept:
          match: {}
          schema: {short: Code for absent or unknown medication, type: CodeableConcept, mustSupport: true, choiceOf: medication, index: 8}
          min: 0
          max: 1
  effective[x]:
    extensions: {}
    elements:
      extension: {type: Extension, short: 'effective[x] absence reason', mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 13}
  status: {mustSupport: true, index: 0}
  effective:
    mustSupport: true
    choices: []
    index: 12
  medicationReference:
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips']
    type: Reference
    mustSupport: true
    choiceOf: medication
    index: 5
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips']
            type: Reference
            mustSupport: true
            choiceOf: medication
            index: 5
          min: 0
          max: 1
  informationSource: {mustSupport: true, index: 14}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 9
    elements:
      reference: {mustSupport: true, index: 10}
    required: [reference]
  medication:
    short: Code for absent or unknown medication
    mustSupport: true
    choices: [medicationCodeableConcept]
    index: 7
    slicing:
      slices:
        medicationCodeableConcept:
          match: {}
          schema:
            short: Code for absent or unknown medication
            mustSupport: true
            choices: [medicationCodeableConcept]
            index: 7
          min: 0
          max: 1
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips
base: http://hl7.org/fhir/StructureDefinition/MedicationStatement
version: 1.0.0
required: [effective]