MedicationStatementTaken

public enum MedicationStatementTaken: String

A coded concept identifying level of certainty if patient has taken or has not taken the medication

URL: http://hl7.org/fhir/medication-statement-taken ValueSet: http://hl7.org/fhir/ValueSet/medication-statement-taken

  • Y

    Positive assertion that patient has taken medication

    Declaration

    Swift

    case Y = "y"
  • N

    Negative assertion that patient has not taken medication

    Declaration

    Swift

    case N = "n"
  • unk

    Unknown assertion if patient has taken medication

    Declaration

    Swift

    case unk = "unk"
  • na

    Patient reporting does not apply

    Declaration

    Swift

    case na = "na"