PackagesCanonicalsLogsProblems
    Packages
    fhir.deep6.ai@2.0.1
    http://deep6.ai/fhir/StructureDefinition/deep-6-ai-medicationadministration-1.0.2
description: This profile enforces a standard of CodeableConcept.
package_name: fhir.deep6.ai
derivation: constraint
name: Deep6AIMedicationAdministration
type: MedicationAdministration
elements:
  medication:
    constraint:
      medication-code-constraint: {human: MedicationCodeableConcept codings must include either a code or a display value, severity: error, expression: 'iif($this is CodeableConcept, coding.all(code or display), true)'}
    short: Medication to be taken
    mustSupport: true
    choices: [medicationCodeableConcept, medicationReference]
    index: 1
  medicationCodeableConcept:
    constraint:
      medication-code-constraint: {human: MedicationCodeableConcept codings must include either a code or a display value, severity: error, expression: 'iif($this is CodeableConcept, coding.all(code or display), true)'}
    short: Medication to be taken
    type: CodeableConcept
    mustSupport: true
    choiceOf: medication
    index: 2
  medicationReference:
    constraint:
      medication-code-constraint: {human: MedicationCodeableConcept codings must include either a code or a display value, severity: error, expression: 'iif($this is CodeableConcept, coding.all(code or display), true)'}
    short: Medication to be taken
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication']
    type: Reference
    mustSupport: true
    choiceOf: medication
    index: 3
package_version: 2.0.1
class: profile
kind: resource
url: http://deep6.ai/fhir/StructureDefinition/deep-6-ai-medicationadministration-1.0.2
base: http://hl7.org/fhir/StructureDefinition/MedicationAdministration
version: 2.0.1