PackagesCanonicalsLogsProblems
    Packages
    rs/iknl.fhir.nl.r4.ncr@ehr-1.2.1
    http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-administration
description: null
package_name: rs/iknl.fhir.nl.r4.ncr
derivation: constraint
name: NcrEhrMedicationAdministration
type: MedicationAdministration
elements:
  status:
    pattern: {type: code, value: completed}
    type: code
    index: 0
  medication:
    mustSupport: true
    choices: [medicationReference]
    index: 2
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            mustSupport: true
            choices: [medicationReference]
            index: 2
  medicationReference:
    type: Reference
    mustSupport: true
    choiceOf: medication
    refers: ['http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication']
    index: 3
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            type: Reference
            mustSupport: true
            choiceOf: medication
            refers: ['http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication']
            index: 3
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-patient']
    index: 4
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 6
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [effectiveDateTime]
            _required: true
            index: 6
          min: 1
  effectiveDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 7
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: effective, _required: true, index: 7}
          min: 1
  request:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-agreement']
    index: 8
package_version: ehr-1.2.1
class: profile
kind: resource
url: http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-administration
base: http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2
version: 1.2.1
required: [effective, effectiveDateTime, request]