PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.genomics-reporting@0.1.0
    http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/medicationstatement
description: Medication that should be adjusted
package_name: hl7.fhir.uv.genomics-reporting
derivation: constraint
name: Current Medication
type: MedicationStatement
elements:
  status:
    type: code
    pattern: {type: Code, value: unknown}
    isModifier: false
    mustSupport: true
    index: 0
  medicationCodeableConcept: {isModifier: false, mustSupport: true, index: 1}
  subject:
    isModifier: false
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    mustSupport: true
    index: 2
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/medicationstatement
base: http://hl7.org/fhir/StructureDefinition/MedicationStatement
version: 2018may
required: [medicationCodeableConcept, status, subject]