PackagesCanonicalsLogsProblems
    Packages
    fhir.outburn.co.il@0.1.0
    http://fhir.outburn.co.il/StructureDefinition/jcpm-proc-complication-treatment
description: Proposed constraints and extensions on JCPM MedicationAdministration Delivery profile
package_name: fhir.outburn.co.il
derivation: constraint
name: JCPMMedicationAdministrationDelivery
type: MedicationAdministration
elements:
  partOf:
    type: Reference
    refers: ['http://fhir.outburn.co.il/StructureDefinition/jcpm-proc-delivery-procedures']
    index: 0
  status:
    pattern: {type: code, value: comleted}
    type: code
    index: 1
  medicationCodeableConcept:
    type: CodeableConcept
    index: 2
    elements:
      coding:
        elements:
          system:
            pattern: {type: uri, value: 'http://www.whocc.no/atc'}
            type: uri
            index: 3
          code: {index: 4}
          display: {index: 5}
        required: [code, display, system]
  subject:
    type: Reference
    refers: ['http://fhir.outburn.co.il/StructureDefinition/jcpm-patient']
    index: 6
  effective:
    choices: [effectiveDateTime]
    index: 8
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 9}
  dosage:
    index: 11
    elements:
      dose:
        index: 12
        elements:
          value: {index: 13}
          unit:
            pattern: {type: string, value: U}
            type: string
            index: 14
          system:
            pattern: {type: uri, value: 'http://unitsofmeasure.org'}
            type: uri
            index: 15
          code:
            pattern: {type: code, value: U}
            type: code
            index: 16
        required: [code, system, unit, value]
    required: [dose]
package_version: 0.1.0
class: profile
kind: resource
url: http://fhir.outburn.co.il/StructureDefinition/jcpm-proc-complication-treatment
base: http://hl7.org/fhir/StructureDefinition/MedicationAdministration
version: 0.3.0
required: [dosage, medicationCodeableConcept, partOf]