PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.wales.discovery@0.0.5
    https://fhir.nhs.wales/StructureDefinition/LogicalModel-DataStandardsWales-MedicationReport
description: null
package_name: fhir.r4.wales.discovery
derivation: specialization
name: DataStandardsWales-MedicationReport
type: https://fhir/wales.nhs/StructureDefinition/MedicationReport
elements:
  Patient:
    type: BackboneElement
    index: 0
    elements:
      Name: {type: HumanName, index: 1}
      Address: {type: Address, index: 2}
      Identifier: {type: Identifier, array: true, min: 1, index: 3}
      BirthDate: {type: date, index: 4}
      Gender:
        type: code
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender'}
        array: true
        index: 5
    required: [Address, BirthDate, Identifier, Name]
  ResponsibleClinician:
    type: BackboneElement
    index: 6
    elements:
      Name: {type: HumanName, index: 7}
      Identifier: {type: Identifier, short: Clinician's professional identifier, array: true, index: 8}
    required: [Name]
  ResponsibleOrganisation:
    type: BackboneElement
    index: 9
    elements:
      Name: {type: string, index: 10}
      Identifier: {type: Identifier, short: ODS Code, array: true, min: 1, index: 11}
    required: [Identifier, Name]
  ReportedMedications:
    type: BackboneElement
    index: 12
    elements:
      Medication:
        type: BackboneElement
        array: true
        min: 1
        index: 13
        elements:
          AMP_VMP: {type: CodeableConcept, label: MHE1.3, index: 14}
          Formulation:
            type: CodeableConcept
            label: MHE1.3
            binding: {strength: extensible, valueSet: 'https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationForm'}
            index: 15
          RouteOfAdministration:
            type: CodeableConcept
            binding: {strength: extensible, valueSet: 'https://fhir.hl7.org.uk/ValueSet/UKCore-SubstanceOrProductAdministrationRoute'}
            index: 16
          Frequency: {type: Timing, label: MHE1.3, index: 17}
          RemainingCourseLength: {type: Timing, label: MHE1.3, index: 18}
        required: [AMP_VMP]
    required: [Medication]
  Recorded: {type: dateTime, index: 19}
package_version: 0.0.5
class: logical
kind: logical
url: https://fhir.nhs.wales/StructureDefinition/LogicalModel-DataStandardsWales-MedicationReport
base: http://hl7.org/fhir/StructureDefinition/Element
version: null
required: [Patient, Recorded, ReportedMedications, ResponsibleClinician, ResponsibleOrganisation]