PackagesCanonicalsLogsProblems
    Packages
    NHSD.Assets.STU3@1.2.0
    https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-Medication-1
description: This Medication Resource is primarily used for the identification and definition of a medication prescribed or administered, with further constraints applied to support the Digital Child Health project.
package_name: NHSD.Assets.STU3
derivation: constraint
name: CareConnect-DCH-Medication-1
type: Medication
elements:
  code:
    index: 0
    elements:
      coding:
        extensions:
          snomedCTDescriptionID: {url: h, type: Extension, index: 2}
        elements:
          extension:
            index: 1
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                snomedCTDescriptionID:
                  match: {url: null}
                  schema: {type: Extension, url: h, index: 2}
  status: {index: 3}
  manufacturer:
    type: Reference
    refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1']
    index: 4
  form:
    short: Codes that describe a medication dose form
    index: 5
    elements:
      coding:
        index: 6
        extensions:
          snomedCTDescriptionID: {url: h, type: Extension, index: 8}
        elements:
          extension:
            index: 7
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                snomedCTDescriptionID:
                  match: {url: null}
                  schema: {type: Extension, url: h, index: 8}
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 9
          code: {index: 10}
          display: {index: 11}
          userSelected: {index: 12}
        required: [display, system, code]
  ingredient:
    index: 13
    elements:
      item:
        choices: [itemCodeableConcept, itemReference, itemReference]
        index: 15
      itemCodeableConcept: {type: CodeableConcept, choiceOf: item, index: 16}
      itemReference:
        type: Reference
        choiceOf: item
        refers: ['http://hl7.org/fhir/StructureDefinition/Substance']
        index: 17
  package:
    elements:
      content:
        elements:
          item:
            choices: [itemCodeableConcept, itemReference]
            index: 20
          itemCodeableConcept: {type: CodeableConcept, choiceOf: item, index: 21}
          itemReference:
            type: Reference
            choiceOf: item
            refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Medication-1']
            index: 22
  image: {index: 23}
package_version: 1.2.0
class: profile
kind: resource
url: https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-Medication-1
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 1.0.0
required: [code]