PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.7
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-MedicationAdministration
description: SETP Profile for Anaesthesia on MedicationAdministration
package_name: ca.on.oh-setp
derivation: constraint
name: MedicationAdministration
type: MedicationAdministration
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  medication[x]:
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/anaesthesia-type'}
        mustSupport: true
        index: 9
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            mustSupport: true
            index: 10
          code:
            binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/anaesthesia-type'}
            mustSupport: true
            index: 11
          display: {mustSupport: true, index: 12}
        required: [system, code]
    required: [coding]
  medicationCodeableConcept: {type: CodeableConcept, short: The anaesthesia administered to the patient, mustSupport: true, choiceOf: medication, index: 8}
  effective[x]:
    elements:
      start: {short: Anaesthesia Start Time, mustSupport: true, index: 19}
      end: {short: Anaesthesia Finish Time, mustSupport: true, index: 20}
  extension:
    type: Extension
    isModifier: false
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-AnaesthesiaReadyTime
    index: 2
    slicing:
      slices:
        anaesthesiaReadyTime:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-AnaesthesiaReadyTime', index: 2}
  status: {short: anaesthesia was completed or not-done, mustSupport: true, index: 5}
  effective:
    mustSupport: true
    choices: [effectivePeriod]
    index: 17
  partOf:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Procedure']
    index: 3
    elements:
      reference: {mustSupport: true, index: 4}
    required: [reference]
  subject:
    type: Reference
    short: The patient receiving anaesthesia
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Patient']
    index: 13
    elements:
      reference: {mustSupport: true, index: 14}
      display: {mustSupport: true, index: 15}
    required: [reference]
  effectivePeriod: {type: Period, mustSupport: true, choiceOf: effective, index: 18}
  medication:
    short: The anaesthesia administered to the patient
    mustSupport: true
    choices: [medicationCodeableConcept]
    index: 7
package_version: 0.9.0-alpha1.0.7
extensions:
  anaesthesiaReadyTime: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-AnaesthesiaReadyTime', type: Extension, isModifier: false, index: 2}
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-MedicationAdministration
base: http://hl7.org/fhir/StructureDefinition/MedicationAdministration
version: 0.9.0
required: [partOf, meta]