PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@1.1.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:
  status: {index: 0}
  medication:
    mustSupport: true
    choices: [medicationReference, medicationCodeableConcept]
    index: 2
  medicationReference:
    type: Reference
    mustSupport: true
    choiceOf: medication
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips']
    index: 3
  medicationCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: medication, index: 4}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 5
    elements:
      reference: {mustSupport: true, index: 6}
    required: [reference]
  effective:
    mustSupport: true
    choices: []
    index: 8
  effective[x]:
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', max: 1, type: Extension, short: 'effective[x] absence reason', mustSupport: true, index: 9}
    elements:
      extension:
        type: Extension
        short: effective[x] absence reason
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 9
        slicing:
          slices:
            data-absent-reason:
              match: {}
              schema: {type: Extension, short: 'effective[x] absence reason', mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 9}
              max: 1
  dosage:
    mustSupport: true
    index: 10
    elements:
      text: {mustSupport: true, index: 11}
      timing: {mustSupport: true, index: 12}
      route:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration'}
        index: 13
package_version: 1.1.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.1.0
required: [effective]